Home
last modified time | relevance | path

Searched refs:fHMTXTable (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp83 …METable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyph… in PortableFontInstance()
198 freeFontTable(fHMTXTable); in ~PortableFontInstance()
366 if (fHMTXTable == NULL) { in getGlyphAdvance()
377 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
382 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
391 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
DPortableFontInstance.h55 const HMTXTable *fHMTXTable; variable
/third_party/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.cpp87 …METable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyph… in PortableFontInstance()
201 freeFontTable(fHMTXTable); in ~PortableFontInstance()
374 if (fHMTXTable == NULL) { in getGlyphAdvance()
385 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
390 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) { in getGlyphAdvance()
399 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
DPortableFontInstance.h59 const HMTXTable *fHMTXTable; variable