OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_MakeRectFromXYWH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ppapi/c/
pp_rect.h
51
*
PP_MakeRectFromXYWH
() creates a <code>PP_Rect</code> given x and y
63
PP_INLINE struct PP_Rect
PP_MakeRectFromXYWH
(int32_t x, int32_t y,
/external/chromium_org/ppapi/api/
pp_rect.idl
34
*
PP_MakeRectFromXYWH
() creates a <code>PP_Rect</code> given x and y
46
PP_INLINE struct PP_Rect
PP_MakeRectFromXYWH
(int32_t x, int32_t y,
/external/chromium_org/content/renderer/pepper/
gfx_conversion.h
33
return
PP_MakeRectFromXYWH
(r.x(), r.y(), r.width(), r.height());
pepper_graphics_2d_host_unittest.cc
192
PP_Rect plugin_rect =
PP_MakeRectFromXYWH
(0, 0, 500, 500);
255
PP_Rect plugin_rect =
PP_MakeRectFromXYWH
(0, 0, 300, 300);
289
DidChangeView(
PP_MakeRectFromXYWH
(0, 0, 500, 500));
319
PP_Rect plugin_rect =
PP_MakeRectFromXYWH
(0, 0, 300, 300);
354
plugin_rect =
PP_MakeRectFromXYWH
(0, 0, 500, 500);
/external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc
23
return
PP_MakeRectFromXYWH
(x - kSquareRadius, y - kSquareRadius,
/external/chromium_org/ppapi/examples/input/
pointer_event_input.cc
23
return
PP_MakeRectFromXYWH
(x - kSquareRadius, y - kSquareRadius,
Completed in 73 milliseconds