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

  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 50 const HMTXTable *fHMTXTable;
sfnt.h 360 struct HMTXTable
367 typedef struct HMTXTable HMTXTable;
PortableFontInstance.cpp 183 realThis->fHMTXTable = (const HMTXTable *) getFontTable(hmtxTag);
  /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 351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu4c/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 351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
  /external/icu4c/samples/layout/
sfnt.h 212 struct HMTXTable

Completed in 89 milliseconds