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.hh60 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/pdf/
DSkPDFFont.cpp647 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) { in set()
712 int numGlyphs) { in noteGlyphUsage()
781 int SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs) { in glyphsToPDFFontEncoding()
DSkPDFDevice.cpp129 int numGlyphs = paint.textToGlyphs(text, len, NULL); in force_glyph_encoding() local
138 int numGlyphs = SkToInt(len / 2); in force_glyph_encoding() local
1150 int numGlyphs = force_glyph_encoding(paint, text, len, &storage, &glyphIDs); in drawText() local
1203 size_t numGlyphs = force_glyph_encoding(paint, text, len, &storage, &glyphIDs); in drawPosText() local
/external/skia/src/gpu/
DGrTextContext.cpp225 int numGlyphs = 0; in MeasureText() local
DGrAtlasTextContext.cpp1881 int numGlyphs() const { return fBatch.fNumGlyphs; } in numGlyphs() function in BitmapTextBatch
/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/freetype/include/
Dtttables.h554 FT_UShort numGlyphs; member
/external/pdfium/third_party/freetype/include/
Dtttables.h554 FT_UShort numGlyphs; member
/external/skia/src/ports/
DSkFontHost_win.cpp824 int numGlyphs; in generateCharToGlyph() local
2047 int numGlyphs; in nonBmpCharToGlyph() local
DSkFontHost_mac.cpp708 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); in SkScalerContext_Mac() local