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

1 2

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, SkOTTableMaximumProfile_CFF_numGlyphs_not_at_4);
SkOTTable_maxp_TT.h 21 SK_OT_USHORT numGlyphs;
SkOTTable_EBLC.h 123 SK_OT_ULONG numGlyphs;
127 }; //glyphArray[numGlyphs+1]
135 SK_OT_ULONG numGlyphs;
136 //SK_OT_USHORT glyphCodeArray[numGlyphs] //must have even number of entries (set pad to 0)
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, SkOTTableHead_glyphDataFormat_not_at_2);
SkOTTable_maxp_TT.h 21 SK_OT_USHORT numGlyphs;
SkOTTable_EBLC.h 123 SK_OT_ULONG numGlyphs;
127 }; //glyphArray[numGlyphs+1]
135 SK_OT_ULONG numGlyphs;
136 //SK_OT_USHORT glyphCodeArray[numGlyphs] //must have even number of entries (set pad to 0)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 47 return numGlyphs;
60 USHORT numGlyphs; /* The number of glyphs in the font. */
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 47 return numGlyphs;
60 USHORT numGlyphs; /* The number of glyphs in the font. */
  /frameworks/av/cmds/screenrecord/
FontBitmap.h 6 static const uint32_t numGlyphs = 95;
    [all...]
  /external/chromium_org/third_party/ots/test/
idempotent.cc 126 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
128 if (!numGlyphs) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 90 unsigned numGlyphs() const { return m_numGlyphs; }
HarfBuzzShaper.cpp 906 unsigned numGlyphs = currentRun->numGlyphs();
912 for (size_t i = 0; i < numGlyphs; ++i) {
913 bool runEnd = i + 1 == numGlyphs;
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 169 le_uint16 numGlyphs;
215 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/icu/icu4c/source/samples/layout/
sfnt.h 169 le_uint16 numGlyphs;
215 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
  /external/icu/icu4c/source/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 475 /* numGlyphs :: The number of glyphs in this TrueType */
531 FT_UShort numGlyphs;
    [all...]
  /external/freetype/include/
tttables.h 479 /* numGlyphs :: The number of glyphs in this TrueType */
535 FT_UShort numGlyphs;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 475 /* numGlyphs :: The number of glyphs in this TrueType */
531 FT_UShort numGlyphs;
    [all...]

Completed in 699 milliseconds

1 2