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

  /external/chromium_org/third_party/icu/source/samples/layout/
GnomeFontInstance.cpp 51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
68 fDeviceScaleY = ((float) 96) / 72;
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
77 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * fDeviceScaleY);
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
GDIFontInstance.h 64 float fDeviceScaleY;
153 return fDeviceScaleY;
GnomeFontInstance.h 63 float fDeviceScaleY;
163 return fDeviceScaleY;
GDIFontInstance.cpp 107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
215 fDeviceScaleY = dpiY / 72;
219 pt.y = (int) (pointSize * fDeviceScaleY);
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
68 fDeviceScaleY = ((float) 96) / 72;
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
77 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * fDeviceScaleY);
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
GDIFontInstance.h 64 float fDeviceScaleY;
153 return fDeviceScaleY;
GnomeFontInstance.h 63 float fDeviceScaleY;
163 return fDeviceScaleY;
GDIFontInstance.cpp 107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
215 fDeviceScaleY = dpiY / 72;
219 pt.y = (int) (pointSize * fDeviceScaleY);
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.h 45 float fDeviceScaleY;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.h 45 float fDeviceScaleY;
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 45 float fDeviceScaleY;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 45 float fDeviceScaleY;

Completed in 66 milliseconds