OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHMTXTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/letest/
PortableFontInstance.cpp
69
fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL),
fHMTXTable
(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
177
freeFontTable(
fHMTXTable
);
340
if (
fHMTXTable
== NULL) {
351
realThis->
fHMTXTable
= (const HMTXTable *) readFontTable(hmtxTag);
356
if (ttGlyph >= fNumGlyphs ||
fHMTXTable
== NULL) {
365
advance.fX = xUnitsToPoints(SWAPW(
fHMTXTable
->hMetrics[index].advanceWidth));
PortableFontInstance.h
53
const HMTXTable *
fHMTXTable
;
Completed in 107 milliseconds