Home
last modified time | relevance | path

Searched defs:graphics_2d (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_graphics_2d_thunk.cc38 PP_Bool Describe(PP_Resource graphics_2d, in Describe()
51 void PaintImageData(PP_Resource graphics_2d, in PaintImageData()
62 void Scroll(PP_Resource graphics_2d, in Scroll()
72 void ReplaceContents(PP_Resource graphics_2d, PP_Resource image_data) { in ReplaceContents()
80 int32_t Flush(PP_Resource graphics_2d, struct PP_CompletionCallback callback) { in Flush()
/external/chromium_org/ppapi/examples/2d/
Dpaint_manager_example.cc81 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
Dtouch_drawing_plugin.cc98 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
/external/chromium_org/ppapi/examples/input/
Dpointer_event_input.cc99 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
/external/chromium_org/ppapi/proxy/
Dppb_testing_proxy.cc31 PP_Bool ReadImageData(PP_Resource graphics_2d, in ReadImageData()
/external/chromium_org/ppapi/tests/
Dtest_graphics_2d.cc34 bool CanFlushContextC(pp::Instance* instance, PP_Resource graphics_2d, in CanFlushContextC()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c759 static PP_Bool Pnacl_M14_PPB_Graphics2D_Describe(PP_Resource graphics_2d, struct PP_Size* size, PP_… in Pnacl_M14_PPB_Graphics2D_Describe()
764 static void Pnacl_M14_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data… in Pnacl_M14_PPB_Graphics2D_PaintImageData()
769 static void Pnacl_M14_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rec… in Pnacl_M14_PPB_Graphics2D_Scroll()
774 static void Pnacl_M14_PPB_Graphics2D_ReplaceContents(PP_Resource graphics_2d, PP_Resource image_dat… in Pnacl_M14_PPB_Graphics2D_ReplaceContents()
779 static int32_t Pnacl_M14_PPB_Graphics2D_Flush(PP_Resource graphics_2d, struct PP_CompletionCallback… in Pnacl_M14_PPB_Graphics2D_Flush()
798 static PP_Bool Pnacl_M27_PPB_Graphics2D_Describe(PP_Resource graphics_2d, struct PP_Size* size, PP_… in Pnacl_M27_PPB_Graphics2D_Describe()
803 static void Pnacl_M27_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data… in Pnacl_M27_PPB_Graphics2D_PaintImageData()
808 static void Pnacl_M27_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rec… in Pnacl_M27_PPB_Graphics2D_Scroll()
813 static void Pnacl_M27_PPB_Graphics2D_ReplaceContents(PP_Resource graphics_2d, PP_Resource image_dat… in Pnacl_M27_PPB_Graphics2D_ReplaceContents()
818 static int32_t Pnacl_M27_PPB_Graphics2D_Flush(PP_Resource graphics_2d, struct PP_CompletionCallback… in Pnacl_M27_PPB_Graphics2D_Flush()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2341 PepperGraphics2DHost* graphics_2d = NULL; in BindGraphics() local