Home
last modified time | relevance | path

Searched refs:subset_x (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_graphics_2d.cc429 const int subset_x = 2, subset_y = 1; in TestPaint() local
430 *subset.GetAddr32(pp::Point(subset_x, subset_y)) = subset_color; in TestPaint()
431 dc.PaintImageData(subset, pp::Point(-subset_x, -subset_y), in TestPaint()
432 pp::Rect(subset_x, subset_y, 1, 1)); in TestPaint()