HomeSort by relevance Sort by last modified time
    Searched defs:numGlyphs (Results 1 - 20 of 20) 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 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/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/batches/
GrAtlasTextBatch.h 147 int numGlyphs() const { return fBatch.fNumGlyphs; }
  /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/freetype/include/freetype/
tttables.h 498 /* numGlyphs :: The number of glyphs in this TrueType */
554 FT_UShort numGlyphs;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
tttables.h 498 /* numGlyphs :: The number of glyphs in this TrueType */
554 FT_UShort numGlyphs;
    [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...]
  /external/skia/src/ports/
SkFontHost_win.cpp 826 int numGlyphs;
828 outGlyphs, logClust, vsa, &numGlyphs),
830 if (1 == numGlyphs) {
    [all...]
SkFontHost_mac.cpp 667 * less than its maxp::numGlyphs. When this is the case we try to read the bounds from the
761 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
762 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
763 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 808 unsigned int numGlyphs;
809 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(buffer, &numGlyphs);
811 if (numGlyphs)
816 for (unsigned int i = 0; i < numGlyphs; i++) {
853 if (numGlyphs)
855 mAdvances[info[numGlyphs - 1].cluster - start] += letterSpaceHalfRight;
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 132 int numGlyphs = paint.textToGlyphs(text, len, nullptr);
133 storage->reset(numGlyphs);
136 return numGlyphs;
141 int numGlyphs = SkToInt(len / 2);
146 for (validated = 0; validated < numGlyphs; ++validated) {
151 if (validated >= numGlyphs) {
153 return numGlyphs;
157 storage->reset(numGlyphs);
162 for (int i = validated; i < numGlyphs; ++i) {
169 return numGlyphs;
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 1290 milliseconds