Home
last modified time | relevance | path

Searched refs:fPointSize (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.cpp30 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
116 return fPointSize; in getXPixelsPerEm()
121 return fPointSize; in getYPixelsPerEm()
DPortableFontInstance.cpp86 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance()
471 return fPointSize; in getXPixelsPerEm()
476 return fPointSize; in getYPixelsPerEm()
DSimpleFontInstance.h31 float fPointSize;
DPortableFontInstance.h39 float fPointSize; variable
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.cpp29 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
118 return fPointSize; in getXPixelsPerEm()
123 return fPointSize; in getYPixelsPerEm()
DPortableFontInstance.cpp82 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance()
463 return fPointSize; in getXPixelsPerEm()
468 return fPointSize; in getYPixelsPerEm()
DSimpleFontInstance.h27 float fPointSize;
DPortableFontInstance.h35 float fPointSize; variable
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h63 le_int32 fPointSize; variable
144 return (float) fPointSize; in getXPixelsPerEm()
149 return (float) fPointSize; in getYPixelsPerEm()
DGnomeFontInstance.h62 le_int32 fPointSize; variable
154 return (float) fPointSize; in getXPixelsPerEm()
159 return (float) fPointSize; in getYPixelsPerEm()
DFontMap.h50 le_int16 fPointSize; variable
66 return fPointSize; in getPointSize()
DFontMap.cpp27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap()
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
DGDIFontInstance.cpp112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance()
197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance()
DGnomeFontInstance.cpp56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()