Searched defs:EMIT_PREDICATE (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG.h | 886 #define EMIT_PREDICATE(name, object_type, index_generator) \ macro 895 EMIT_PREDICATE(PredicateLineToSpan, Span, _flow->_chunks[object.in_chunk].in_line); 896 EMIT_PREDICATE(PredicateLineToCharacter, Character, _flow->_chunks[_flow->_spans[object.in_span].in_chunk].in_line); 897 EMIT_PREDICATE(PredicateSpanToCharacter, Character, object.in_span); 898 EMIT_PREDICATE(PredicateSourceToCharacter, Character, _flow->_spans[object.in_span].in_input_stream_item);
|
Completed in 20 milliseconds