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

  /external/icu/icu4c/source/samples/layout/
FontMap.h 50 le_int16 fPointSize;
66 return fPointSize;
GDIFontInstance.h 63 le_int32 fPointSize;
144 return (float) fPointSize;
149 return (float) fPointSize;
GnomeFontInstance.h 62 le_int32 fPointSize;
154 return (float) fPointSize;
159 return (float) fPointSize;
FontMap.cpp 27 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status);
GnomeFontInstance.cpp 56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
GDIFontInstance.cpp 112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 29 : fPointSize(pointSize), fAscent(0), fDescent(0)
118 return fPointSize;
123 return fPointSize;
SimpleFontInstance.h 27 float fPointSize;
PortableFontInstance.h 35 float fPointSize;
PortableFontInstance.cpp 82 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
463 return fPointSize;
468 return fPointSize;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 30 : fPointSize(pointSize), fAscent(0), fDescent(0)
116 return fPointSize;
121 return fPointSize;
SimpleFontInstance.h 31 float fPointSize;
PortableFontInstance.h 39 float fPointSize;
PortableFontInstance.cpp 86 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
471 return fPointSize;
476 return fPointSize;

Completed in 82 milliseconds