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

  /external/chromium_org/webkit/common/cursors/
webcursor.cc 82 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
90 !iter->ReadLength(&size_x) ||
97 if (size_x > kMaxCursorDimension ||
103 size_x / scale > kMaxCursorDimension ||
110 if (size_x > 0 && size_y > 0) {
113 if (size_x * size_y * 4 > data_len)
118 custom_size_.set_width(size_x);
  /external/chromium/webkit/glue/
webcursor.cc 74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
82 !pickle->ReadLength(iter, &size_x) ||
88 if (size_x > kMaxCursorDimension ||
95 if (size_x > 0 && size_y > 0) {
98 if (size_x * size_y * 4 > data_len)
103 custom_size_.set_width(size_x);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 320 DWORD size_x = GetDeviceCaps(hdc, HORZSIZE); local
322 double dpi_x = (size_x > 0) ?
323 GetDeviceCaps(hdc, HORZRES) / (size_x / kMillimetersPerInch) : 0;
    [all...]
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 18 FT_Error FT_Set_Char_Size (FT_Face aFace, unsigned int size_x, unsigned int size_y, unsigned int res_x, unsigned int res_y)

Completed in 48 milliseconds