Home
last modified time | relevance | path

Searched refs:glyph_start (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/sfnt/
Dttsbit.c1106 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument
1122 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()
1128 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()
1474 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1510 glyph_start = 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()
1522 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) || in tt_face_load_sbix_image()
1523 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
[all …]
/external/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js469 let glyph_start, glyph_end;
472 glyph_start = i;
476 for (let i = glyph_start+1; i < r.offsets.length; ++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/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js484 let glyph_start, glyph_end;
487 glyph_start = i;
491 for (let i = glyph_start+1; i < r.offsets.length; ++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/freetype/src/truetype/
Dttgxvar.c3766 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local
3824 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()
3847 offsetToData += glyph_start; in TT_Vary_Apply_Glyph_Deltas()