Searched refs:fPointSize (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.cpp | 30 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance() 116 return fPointSize; in getXPixelsPerEm() 121 return fPointSize; in getYPixelsPerEm()
|
D | PortableFontInstance.cpp | 86 …: 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()
|
D | SimpleFontInstance.h | 31 float fPointSize;
|
D | PortableFontInstance.h | 39 float fPointSize; variable
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.cpp | 29 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance() 118 return fPointSize; in getXPixelsPerEm() 123 return fPointSize; in getYPixelsPerEm()
|
D | PortableFontInstance.cpp | 82 …: 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()
|
D | SimpleFontInstance.h | 27 float fPointSize;
|
D | PortableFontInstance.h | 35 float fPointSize; variable
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 63 le_int32 fPointSize; variable 144 return (float) fPointSize; in getXPixelsPerEm() 149 return (float) fPointSize; in getYPixelsPerEm()
|
D | GnomeFontInstance.h | 62 le_int32 fPointSize; variable 154 return (float) fPointSize; in getXPixelsPerEm() 159 return (float) fPointSize; in getYPixelsPerEm()
|
D | FontMap.h | 50 le_int16 fPointSize; variable 66 return fPointSize; in getPointSize()
|
D | FontMap.cpp | 27 …: 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()
|
D | GDIFontInstance.cpp | 112 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()
|
D | GnomeFontInstance.cpp | 56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()
|