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

  /external/chromium_org/components/metrics/gpu/
gpu_metrics_provider.cc 31 DWORD size_x = GetDeviceCaps(hdc, HORZSIZE); local
33 double dpi_x = (size_x > 0) ?
34 GetDeviceCaps(hdc, HORZRES) / (size_x / kMillimetersPerInch) : 0;
  /external/chromium_org/content/common/cursors/
webcursor.cc 84 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
92 !iter->ReadLength(&size_x) ||
99 if (size_x > kMaxCursorDimension ||
105 size_x / scale > kMaxCursorDimension ||
112 if (size_x > 0 && size_y > 0) {
115 if (size_x * size_y * 4 > data_len)
120 custom_size_.set_width(size_x);
  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 210 int size_x; local
212 if(!PyArg_ParseTuple(args, "ii", &size_x, &size_y))
219 format.fmt.pix.width = size_x;
436 "set_format(size_x, size_y) -> size_x, size_y\n\n"
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 2428 int start_x, start_y, size_x, size_y; local
2447 int start_x, start_y, size_x, size_y; local
2589 int start_x, start_y, size_x, size_y; local
    [all...]

Completed in 362 milliseconds