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

  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 175 struct HMTXTable
226 HMTXTable *hmtxTable;
PortableFontInstance.h 53 const HMTXTable *fHMTXTable;
sfnt.h 357 struct HMTXTable
364 typedef struct HMTXTable HMTXTable;
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
52 delete[] hmtxTable;
209 if (hmtxTable == NULL) {
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
237 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 175 struct HMTXTable
226 HMTXTable *hmtxTable;
PortableFontInstance.h 53 const HMTXTable *fHMTXTable;
sfnt.h 357 struct HMTXTable
364 typedef struct HMTXTable HMTXTable;
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
52 delete[] hmtxTable;
209 if (hmtxTable == NULL) {
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
237 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu/icu4c/source/test/letest/
FontObject.h 175 struct HMTXTable
226 HMTXTable *hmtxTable;
PortableFontInstance.h 53 const HMTXTable *fHMTXTable;
sfnt.h 357 struct HMTXTable
364 typedef struct HMTXTable HMTXTable;
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
52 delete[] hmtxTable;
209 if (hmtxTable == NULL) {
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
237 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 175 struct HMTXTable
226 HMTXTable *hmtxTable;
PortableFontInstance.h 53 const HMTXTable *fHMTXTable;
sfnt.h 357 struct HMTXTable
364 typedef struct HMTXTable HMTXTable;
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
52 delete[] hmtxTable;
209 if (hmtxTable == NULL) {
224 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length);
237 return SWAPW(hmtxTable->hMetrics[index].advanceWidth);
PortableFontInstance.cpp 379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 212 struct HMTXTable
  /external/icu/icu4c/source/samples/layout/
sfnt.h 212 struct HMTXTable

Completed in 479 milliseconds