Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1316 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
1320 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()
1322 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()
1323 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()
1324 table_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1328 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
1358 glyph_end - glyph_start - 8, in tt_face_load_sbix_image()
/external/freetype/src/sfnt/
Dttsbit.c1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1316 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
1320 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()
1322 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()
1323 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()
1324 table_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1328 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
1358 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()