OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Graphics2D
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
51
const
PPB_Graphics2D
* PSInterfaceGraphics2D();
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
52
const
PPB_Graphics2D
* PPBGraphics2D();
get_browser_interface.cc
84
const
PPB_Graphics2D
* PPBGraphics2D() {
85
return reinterpret_cast<const
PPB_Graphics2D
*>(
/external/chromium_org/ppapi/api/
ppb_graphics_2d.idl
7
* Defines the <code>
PPB_Graphics2D
</code> struct representing a 2D graphics
19
* <code>
PPB_Graphics2D
</code> defines the interface for a 2D graphics context.
22
interface
PPB_Graphics2D
{
/external/chromium_org/ppapi/c/
ppb_graphics_2d.h
21
#define PPB_GRAPHICS_2D_INTERFACE_1_0 "
PPB_Graphics2D
;1.0"
22
#define PPB_GRAPHICS_2D_INTERFACE_1_1 "
PPB_Graphics2D
;1.1"
27
* Defines the <code>
PPB_Graphics2D
</code> struct representing a 2D graphics
37
* <code>
PPB_Graphics2D
</code> defines the interface for a 2D graphics context.
281
typedef struct PPB_Graphics2D_1_1
PPB_Graphics2D
;
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
26
const
PPB_Graphics2D
* g_graphics_2d_interface;
193
g_graphics_2d_interface = (const
PPB_Graphics2D
*)
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
25
PPB_Graphics2D
* g_pGraphics2D;
271
g_pGraphics2D = (
PPB_Graphics2D
*)PSGetInterface(PPB_GRAPHICS_2D_INTERFACE);
/external/chromium_org/ppapi/tests/
test_graphics_2d.cc
62
graphics_2d_interface_ = static_cast<const
PPB_Graphics2D
*>(
Completed in 137 milliseconds