Searched refs:kSquareRadius (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc18 static const int kSquareRadius = 2; variable
23 return PP_MakeRectFromXYWH(x - kSquareRadius, y - kSquareRadius,
24 kSquareRadius * 2 + 1, kSquareRadius * 2 + 1);
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc18 static const int kSquareRadius = 2; variable
23 return PP_MakeRectFromXYWH(x - kSquareRadius, y - kSquareRadius,
24 kSquareRadius * 2 + 1, kSquareRadius * 2 + 1);

Completed in 1189 milliseconds