HomeSort by relevance Sort by last modified time
    Searched refs:fNumGlyphs (Results 1 - 4 of 4) sorted by null

  /external/skia/include/utils/
SkSfntUtils.h 36 uint16_t fNumGlyphs;
  /external/icu4c/test/letest/
PortableFontInstance.h 54 le_uint16 fNumGlyphs;
PortableFontInstance.cpp 69 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
347 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
356 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {
  /external/skia/src/utils/
SkSfntUtils.cpp 77 maxp->fNumGlyphs = parse_be16(p);

Completed in 600 milliseconds