HomeSort by relevance Sort by last modified time
    Searched refs:fPointSize (Results 1 - 14 of 14) sorted by null

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

Completed in 1242 milliseconds