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

  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.h 63 float fDeviceScaleX;
148 return fDeviceScaleX;
GnomeFontInstance.h 62 float fDeviceScaleX;
158 return fDeviceScaleX;
GnomeFontInstance.cpp 51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
67 fDeviceScaleX = ((float) 96) / 72;
GDIFontInstance.cpp 107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
214 fDeviceScaleX = dpiX / 72;
218 pt.x = (int) (pointSize * fDeviceScaleX);
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 63 float fDeviceScaleX;
148 return fDeviceScaleX;
GnomeFontInstance.h 62 float fDeviceScaleX;
158 return fDeviceScaleX;
GnomeFontInstance.cpp 51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
67 fDeviceScaleX = ((float) 96) / 72;
GDIFontInstance.cpp 107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
214 fDeviceScaleX = dpiX / 72;
218 pt.x = (int) (pointSize * fDeviceScaleX);
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.h 44 float fDeviceScaleX;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.h 44 float fDeviceScaleX;
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 44 float fDeviceScaleX;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 44 float fDeviceScaleX;

Completed in 259 milliseconds