HomeSort by relevance Sort by last modified time
    Searched defs:numGlyphs (Results 1 - 17 of 17) sorted by null

  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 static_assert(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, "SkOTTableMaximumProfile_CFF_numGlyphs_not_at_4");
SkOTTable_maxp_TT.h 20 SK_OT_USHORT numGlyphs;
SkOTTable_EBLC.h 121 SK_OT_ULONG numGlyphs;
125 }; //glyphArray[numGlyphs+1]
133 SK_OT_ULONG numGlyphs;
134 //SK_OT_USHORT glyphCodeArray[numGlyphs] //must have even number of entries (set pad to 0)
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 48 return numGlyphs;
63 USHORT numGlyphs; /* The number of glyphs in the font. */
  /frameworks/av/cmds/screenrecord/
FontBitmap.h 6 static const uint32_t numGlyphs = 95;
    [all...]
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 158 int numGlyphs() const { return fNumGlyphs; }
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 517 FT_Long numGlyphs = face->num_glyphs;
518 glyphToUnicode->setCount(SkToInt(numGlyphs));
519 sk_bzero(glyphToUnicode->begin(), sizeof((*glyphToUnicode)[0]) * numGlyphs);
524 SkASSERT(glyphIndex < SkToUInt(numGlyphs));
    [all...]
SkFontHost_win.cpp 835 int numGlyphs;
837 outGlyphs, logClust, vsa, &numGlyphs),
839 if (1 == numGlyphs) {
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 175 le_uint16 numGlyphs;
221 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
  /external/icu/icu4c/source/test/letest/
FontObject.h 134 le_uint16 numGlyphs;
180 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
229 le_uint16 numGlyphs;
sfnt.h 304 le_uint16 numGlyphs;
362 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 138 le_uint16 numGlyphs;
184 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
233 le_uint16 numGlyphs;
sfnt.h 308 le_uint16 numGlyphs;
366 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/freetype/include/freetype/
tttables.h 516 /* numGlyphs :: The number of glyphs in this TrueType */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 498 /* numGlyphs :: The number of glyphs in this TrueType */
554 FT_UShort numGlyphs;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 498 /* numGlyphs :: The number of glyphs in this TrueType */
554 FT_UShort numGlyphs;
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp     [all...]

Completed in 479 milliseconds