Home
last modified time | relevance | path

Searched refs:strike_offset (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-sbix-table.hh84 unsigned int strike_offset = (const char *) this - (const char *) sbix_blob->data; in get_glyph_blob() local
85 assert (strike_offset < sbix_len); in get_glyph_blob()
91 (unsigned int) imageOffsetsZ[glyph_id + 1] > sbix_len - strike_offset)) in get_glyph_blob()
94 …unsigned int glyph_offset = strike_offset + (unsigned int) imageOffsetsZ[glyph_id] + SBIXGlyph::mi… in get_glyph_blob()
/external/freetype/src/sfnt/
Dttsbit.c1474 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1494 strike_offset = FT_NEXT_ULONG( p ); in tt_face_load_sbix_image()
1500 if ( strike_offset >= face->ebdt_size || in tt_face_load_sbix_image()
1501 face->ebdt_size - strike_offset < 4 + glyph_index * 4 + 8 ) in tt_face_load_sbix_image()
1505 strike_offset + 4 + in tt_face_load_sbix_image()
1519 face->ebdt_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1522 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) || in tt_face_load_sbix_image()