Searched refs:g_graphics_2d_interface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/examples/2d/
H A Dgraphics_2d_example.c26 const PPB_Graphics2D* g_graphics_2d_interface; variable
48 graphics = g_graphics_2d_interface->Create(instance, size, PP_FALSE);
93 g_graphics_2d_interface->ReplaceContents(graphics, image);
94 g_graphics_2d_interface->Flush(graphics,
193 g_graphics_2d_interface = (const PPB_Graphics2D*)
198 !g_graphics_2d_interface || !g_view_interface)

Completed in 78 milliseconds