Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js484 let glyph_start, glyph_end;
493 glyph_end = i;
497 LOG(' glyph subrange', glyph_start, glyph_end);
498 gly = gly.slice(glyph_start, glyph_end);
499 pos = pos.slice(glyph_start*2, glyph_end*2);
/external/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js469 let glyph_start, glyph_end;
478 glyph_end = i;
482 LOG(' glyph subrange', glyph_start, glyph_end);
483 gly = gly.slice(glyph_start, glyph_end);
484 pos = pos.slice(glyph_start*2, glyph_end*2);
/external/freetype/src/sfnt/
Dttsbit.c1474 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1511 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
1515 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()
1517 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()
1518 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()
1519 face->ebdt_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1523 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
1553 glyph_end - glyph_start - 8, in tt_face_load_sbix_image()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc143 glyph_end = builder_map->end(); in GenerateLocaList() local
144 glyph_entry != glyph_end; in GenerateLocaList()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh464 const char *glyph_end = glyph + bytes.length; in trim_padding() local
468 if (unlikely (glyph + 2 >= glyph_end)) return Glyph (); in trim_padding()
473 if (unlikely (glyph + 2 >= glyph_end)) return Glyph (); in trim_padding()
477 while (glyph < glyph_end) in trim_padding()
485 if (unlikely (glyph >= glyph_end)) return Glyph (); in trim_padding()
504 return Glyph (bytes.sub_array (0, bytes.length + coord_bytes - (glyph_end - glyph))); in trim_padding()