Home
last modified time | relevance | path

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

/external/freetype/src/gxvalid/
Dgxvcommn.c504 FT_UShort lastGlyph; in gxv_LookupTable_fmt2_validate() local
520 lastGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt2_validate()
525 gxv_glyphid_validate( lastGlyph, gxvalid ); in gxv_LookupTable_fmt2_validate()
527 if ( lastGlyph < gid ) in gxv_LookupTable_fmt2_validate()
531 unit, lastGlyph, unit - 1 , gid )); in gxv_LookupTable_fmt2_validate()
535 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt2_validate()
539 unit, lastGlyph, firstGlyph )); in gxv_LookupTable_fmt2_validate()
547 firstGlyph = lastGlyph; in gxv_LookupTable_fmt2_validate()
548 lastGlyph = gid; in gxv_LookupTable_fmt2_validate()
551 for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) in gxv_LookupTable_fmt2_validate()
[all …]
DREADME263 `lastGlyph'. Some fonts store `firstGlyph' and `lastGlyph' in
/external/skia/src/pdf/
DSkPDFFont.cpp226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() local
229 SkASSERT(glyphID <= lastGlyph); in GetFontResource()
236 lastGlyph = SkToU16(SkTMin<int>((int)lastGlyph, 254 + (int)subsetCode)); in GetFontResource()
238 SkPDFFont::Info info = {std::move(typeface), firstNonZeroGlyph, lastGlyph, type}; in GetFontResource()
/external/skqp/src/pdf/
DSkPDFFont.cpp226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() local
229 SkASSERT(glyphID <= lastGlyph); in GetFontResource()
236 lastGlyph = SkToU16(SkTMin<int>((int)lastGlyph, 254 + (int)subsetCode)); in GetFontResource()
238 SkPDFFont::Info info = {std::move(typeface), firstNonZeroGlyph, lastGlyph, type}; in GetFontResource()