/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.cpp | 24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance() 110 return fPointSize; in getXPixelsPerEm() 115 return fPointSize; in getYPixelsPerEm()
|
D | SimpleFontInstance.h | 25 float fPointSize;
|
D | PortableFontInstance.cpp | 80 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance() 465 return fPointSize; in getXPixelsPerEm() 470 return fPointSize; in getYPixelsPerEm()
|
D | PortableFontInstance.h | 33 float fPointSize; variable
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.cpp | 24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance() 110 return fPointSize; in getXPixelsPerEm() 115 return fPointSize; in getYPixelsPerEm()
|
D | SimpleFontInstance.h | 25 float fPointSize;
|
D | PortableFontInstance.cpp | 80 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance() 465 return fPointSize; in getXPixelsPerEm() 470 return fPointSize; in getYPixelsPerEm()
|
D | PortableFontInstance.h | 33 float fPointSize; variable
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | SimpleFontInstance.cpp | 24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance() 110 return fPointSize; in getXPixelsPerEm() 115 return fPointSize; in getYPixelsPerEm()
|
D | PortableFontInstance.cpp | 68 …: 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()
|
D | SimpleFontInstance.h | 25 float fPointSize;
|
D | PortableFontInstance.h | 33 float fPointSize; variable
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 57 le_int32 fPointSize; variable 138 return (float) fPointSize; in getXPixelsPerEm() 143 return (float) fPointSize; in getYPixelsPerEm()
|
D | GnomeFontInstance.h | 56 le_int32 fPointSize; variable 148 return (float) fPointSize; in getXPixelsPerEm() 153 return (float) fPointSize; in getYPixelsPerEm()
|
D | FontMap.h | 46 le_int16 fPointSize; variable 62 return fPointSize; in getPointSize()
|
D | FontMap.cpp | 23 …: 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()
|
D | GDIFontInstance.cpp | 106 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()
|
D | GnomeFontInstance.cpp | 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()
|