Searched refs:fPointSize (Results 1 - 10 of 10) sorted by relevance

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

Completed in 118 milliseconds