HomeSort by relevance Sort by last modified time
    Searched full:subset_x (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 431 const int subset_x = 2, subset_y = 1; local
432 *subset.GetAddr32(pp::Point(subset_x, subset_y)) = subset_color;
433 dc.PaintImageData(subset, pp::Point(-subset_x, -subset_y),
434 pp::Rect(subset_x, subset_y, 1, 1));

Completed in 276 milliseconds