Home
last modified time | relevance | path

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

/external/icu4c/test/letest/
DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
110 return fPointSize; in getXPixelsPerEm()
115 return fPointSize; in getYPixelsPerEm()
DPortableFontInstance.cpp68 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance()
420 return fPointSize; in getXPixelsPerEm()
425 return fPointSize; in getYPixelsPerEm()
DSimpleFontInstance.h25 float fPointSize;
DPortableFontInstance.h33 float fPointSize; variable
/external/chromium/third_party/icu/source/test/letest/
DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
110 return fPointSize; in getXPixelsPerEm()
115 return fPointSize; in getYPixelsPerEm()
DPortableFontInstance.cpp68 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance()
420 return fPointSize; in getXPixelsPerEm()
425 return fPointSize; in getYPixelsPerEm()
DSimpleFontInstance.h25 float fPointSize;
DPortableFontInstance.h33 float fPointSize; variable
/external/icu4c/samples/layout/
DGnomeFontInstance.h56 le_int32 fPointSize; variable
148 return (float) fPointSize; in getXPixelsPerEm()
153 return (float) fPointSize; in getYPixelsPerEm()
DGDIFontInstance.h57 le_int32 fPointSize; variable
138 return (float) fPointSize; in getXPixelsPerEm()
143 return (float) fPointSize; in getYPixelsPerEm()
DFontMap.h46 le_int16 fPointSize; variable
62 return fPointSize; in getPointSize()
DFontMap.cpp23 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap()
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
DGDIFontInstance.cpp106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance()
191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance()
DGnomeFontInstance.cpp50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()