Home
last modified time | relevance | path

Searched defs:numGlyphs (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_maxp_CFF.h20 SK_OT_USHORT numGlyphs; member
DSkOTTable_maxp_TT.h21 SK_OT_USHORT numGlyphs; member
DSkOTTable_EBLC.h123 SK_OT_ULONG numGlyphs; member
135 SK_OT_ULONG numGlyphs; member
/external/harfbuzz_ng/src/
Dhb-ot-maxp-table.hh63 USHORT numGlyphs; /* The number of glyphs in the font. */ member
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h132 le_uint16 numGlyphs; member
227 le_uint16 numGlyphs; variable
Dsfnt.h302 le_uint16 numGlyphs; member
/external/icu/icu4c/source/test/letest/
DFontObject.h132 le_uint16 numGlyphs; member
227 le_uint16 numGlyphs; variable
Dsfnt.h302 le_uint16 numGlyphs; member
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.h147 int numGlyphs() const { return fBatch.fNumGlyphs; } in numGlyphs() function
/external/skia/src/pdf/
DSkPDFFont.cpp642 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) { in set()
707 int numGlyphs) { in noteGlyphUsage()
776 int SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs) { in glyphsToPDFFontEncoding()
DSkPDFDevice.cpp132 int numGlyphs = paint.textToGlyphs(text, len, nullptr); in force_glyph_encoding() local
141 int numGlyphs = SkToInt(len / 2); in force_glyph_encoding() local
1302 int numGlyphs = force_glyph_encoding(paint, text, len, &storage, &glyphIDs); in drawText() local
1378 size_t numGlyphs = force_glyph_encoding(paint, text, len, &storage, &glyphIDs); in drawPosText() local
/external/icu/icu4c/source/samples/layout/
Dsfnt.h169 le_uint16 numGlyphs; member
/external/fonttools/Lib/fontTools/
DcffLib.py452 def __init__(self, file = None, numGlyphs = None, format=None): argument
901 def parseCharset0(numGlyphs, file, strings, isCID): argument
913 def parseCharset(numGlyphs, file, strings, isCID, fmt): argument
/external/pdfium/third_party/freetype/include/freetype/
Dtttables.h554 FT_UShort numGlyphs; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dtttables.h554 FT_UShort numGlyphs; member
/external/freetype/include/freetype/
Dtttables.h554 FT_UShort numGlyphs; member
/external/skia/src/ports/
DSkFontHost_win.cpp826 int numGlyphs; in generateCharToGlyph() local
2035 int numGlyphs; in nonBmpCharToGlyph() local
DSkFontHost_mac.cpp761 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); in SkScalerContext_Mac() local