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

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 142 paint_x(0),
152 int paint_x, paint_y; member in struct:content::PepperGraphics2DHost::QueuedOperation
450 operation.paint_x = top_left.x;
564 operation.paint_x,
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 405 const int paint_x = 4, paint_y = 5; local
406 dc.PaintImageData(fill, pp::Point(paint_x, paint_y));
419 pp::Rect(paint_x, paint_y, fill_w, fill_h),
  /external/chromium_org/ui/views/controls/table/
table_view.cc 703 const int paint_x = GetMirroredXForRect(bounds); local
704 const int paint_max_x = paint_x + bounds.width();
709 if (region.min_column == -1 && max_x >= paint_x)

Completed in 76 milliseconds