Searched refs:source_pos (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/tools/quickbook/src/ |
D | id_generation.cpp | 290 string_iterator source_pos; member 296 : state(state_), ids(ids_), source_pos(), result() in replace_ids_callback() 300 void start(quickbook::string_view xml) { source_pos = xml.begin(); } in start() 308 result.append(source_pos, value.begin()); in id_value() 310 source_pos = value.end(); in id_value() 316 result.append(source_pos, xml.end()); in finish() 317 source_pos = xml.end(); in finish()
|
D | code_snippet.cpp | 63 string_iterator source_pos; member 74 snippet_stack->source_pos = pos; in push_snippet_data() 511 f.add_at_pos("\n\n", snippet->source_pos); in end_snippet_impl() 512 f.add_at_pos(source_type, snippet->source_pos); in end_snippet_impl() 513 f.add_at_pos("```\n", snippet->source_pos); in end_snippet_impl()
|
/third_party/freetype/src/pshinter/ |
D | pshrec.c | 627 FT_UInt source_pos, in ps_dimension_set_mask_bits() argument 642 source_pos, source_bits, memory ); in ps_dimension_set_mask_bits()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 622 FT_UInt source_pos, in ps_dimension_set_mask_bits() argument 637 source_pos, source_bits, memory ); in ps_dimension_set_mask_bits()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 628 FT_UInt source_pos, in ps_dimension_set_mask_bits() argument 643 source_pos, source_bits, memory ); in ps_dimension_set_mask_bits()
|