Searched refs:glyph_end (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | 488 let glyph_start, glyph_end; 497 glyph_end = i; 501 LOG(' glyph subrange', glyph_start, glyph_end); 502 gly = gly.slice(glyph_start, glyph_end); 504 pos = pos.slice(glyph_start*2, glyph_end*2 + 2);
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 472 let glyph_start, glyph_end; 481 glyph_end = i; 485 LOG(' glyph subrange', glyph_start, glyph_end); 486 gly = gly.slice(glyph_start, glyph_end); 487 pos = pos.slice(glyph_start*2, glyph_end*2);
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.c | 1478 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local 1515 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image() 1519 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image() 1521 if ( glyph_start > glyph_end || in tt_face_load_sbix_image() 1522 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image() 1523 face->ebdt_size - strike_offset < glyph_end ) in tt_face_load_sbix_image() 1527 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image() 1557 glyph_end - glyph_start - 8, in tt_face_load_sbix_image()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | ebdt_table.cc | 143 glyph_end = builder_map->end(); in GenerateLocaList() 144 glyph_entry != glyph_end; in GenerateLocaList()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 529 const uint8_t *glyph_end = glyph + bytes.length; in trim_padding() local 533 if (unlikely (glyph + 2 >= glyph_end)) return Glyph (); in trim_padding() 541 while (glyph < glyph_end) in trim_padding() 549 if (unlikely (glyph >= glyph_end)) return Glyph (); in trim_padding() 568 return Glyph (bytes.sub_array (0, bytes.length + coord_bytes - (glyph_end - glyph))); in trim_padding()
|
Completed in 6 milliseconds