Home
last modified time | relevance | path

Searched refs:arrow_spec (Results 1 – 1 of 1) sorted by relevance

/plugin/diagram/syntax/
H A Dmain.php839 * @param int $arrow_spec 8 bits are used:
844 function _connectionCells ($border_spec, $arrow_spec) argument
893 if ($arrow_spec & (1 << 0))
898 if ($arrow_spec & (1 << 1))
903 if ($arrow_spec & (1 << 2))
908 if ($arrow_spec & (1 << 3))
914 if ($arrow_spec & (1 << (0 + 4)))
916 if ($arrow_spec & (1 << (1 + 4)))
918 if ($arrow_spec & (1 << (2 + 4)))
920 if ($arrow_spec & (1 << (3 + 4)))