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

  /external/icu/icu4c/source/test/letest/
FontObject.h 177 struct HMTXTable
228 HMTXTable *hmtxTable;
PortableFontInstance.h 55 const HMTXTable *fHMTXTable;
sfnt.h 359 struct HMTXTable
366 typedef struct HMTXTable HMTXTable;
FontObject.cpp 20 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
54 delete[] hmtxTable;
211 if (hmtxTable == NULL) {
226 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
239 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 377 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 181 struct HMTXTable
232 HMTXTable *hmtxTable;
PortableFontInstance.h 59 const HMTXTable *fHMTXTable;
sfnt.h 363 struct HMTXTable
370 typedef struct HMTXTable HMTXTable;
FontObject.cpp 24 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
58 delete[] hmtxTable;
215 if (hmtxTable == NULL) {
230 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
243 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 385 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu/icu4c/source/samples/layout/
sfnt.h 218 struct HMTXTable

Completed in 409 milliseconds