OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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