HomeSort by relevance Sort by last modified time
    Searched refs:PPB_Graphics2D (Results 1 - 9 of 9) 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 26 PPB_Graphics2D* g_pGraphics2D;
291 g_pGraphics2D = (PPB_Graphics2D*)PSGetInterface(PPB_GRAPHICS_2D_INTERFACE);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 28 PPB_Graphics2D* g_pGraphics2D;
290 g_pGraphics2D = (PPB_Graphics2D*)PSGetInterface(PPB_GRAPHICS_2D_INTERFACE);
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 51 graphics_2d_interface_ = static_cast<const PPB_Graphics2D*>(

Completed in 815 milliseconds