Searched refs:glyphArray (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 928 glyphArray.bfind (glyph_id, &i, HB_BFIND_NOT_FOUND_STORE, NOT_COVERED); in get_coverage() 937 return_trace (glyphArray.serialize (c, glyphs)); in serialize() 943 return_trace (glyphArray.sanitize (c)); in sanitize() 949 unsigned int count = glyphArray.len; in intersects() 951 if (glyphs->has (glyphArray[i])) in intersects() 956 { return glyphs->has (glyphArray[index]); } in intersects_coverage() 960 { return glyphs->add_sorted_array (glyphArray.arrayZ, glyphArray.len); } in add_coverage() 968 bool more () const { return i < c->glyphArray.len; } in more() 970 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph() 983 glyphArray; /* Array of GlyphIDs--in numerical order */ member [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_L_C_.py | 558 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations] 559 glyphIds, offsets = list(map(list, zip(*glyphArray)))
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2326 stbtt_uint8 *glyphArray = coverageTable + 4; in stbtt__GetCoverageIndex() local 2329 glyphID = ttUSHORT(glyphArray + 2 * m); in stbtt__GetCoverageIndex()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 7391 …<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::CoverageFormat1::glyphArray --> 7392 …<var-decl name='glyphArray' type-id='type-id-671' visibility='default' filepath='/tmp/legendre/spa… 20179 …<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::CoverageFormat1::glyphArray --> 20180 …<var-decl name='glyphArray' type-id='type-id-671' visibility='default' filepath='/tmp/legendre/spa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 4685 …<var-decl name='glyphArray' type-id='type-id-671' visibility='default' filepath='/tmp/legendre/spa… 13004 …<var-decl name='glyphArray' type-id='type-id-671' visibility='default' filepath='/tmp/legendre/spa…
|