Searched defs:graphics_2d (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/ppapi/thunk/ |
| D | ppb_graphics_2d_thunk.cc | 38 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/ |
| D | paint_manager_example.cc | 81 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
|
| /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/ |
| D | touch_drawing_plugin.cc | 98 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
|
| /external/chromium_org/ppapi/examples/input/ |
| D | pointer_event_input.cc | 99 virtual bool OnPaint(pp::Graphics2D& graphics_2d, in OnPaint()
|
| /external/chromium_org/ppapi/proxy/ |
| D | ppb_testing_proxy.cc | 31 PP_Bool ReadImageData(PP_Resource graphics_2d, in ReadImageData()
|
| /external/chromium_org/ppapi/tests/ |
| D | test_graphics_2d.cc | 34 bool CanFlushContextC(pp::Instance* instance, PP_Resource graphics_2d, in CanFlushContextC()
|
| /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
| D | pnacl_shim.c | 701 static PP_Bool Pnacl_M14_PPB_Graphics2D_Describe(PP_Resource graphics_2d, struct PP_Size* size, PP_… in Pnacl_M14_PPB_Graphics2D_Describe() 706 static void Pnacl_M14_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data… in Pnacl_M14_PPB_Graphics2D_PaintImageData() 711 static void Pnacl_M14_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rec… in Pnacl_M14_PPB_Graphics2D_Scroll() 716 static void Pnacl_M14_PPB_Graphics2D_ReplaceContents(PP_Resource graphics_2d, PP_Resource image_dat… in Pnacl_M14_PPB_Graphics2D_ReplaceContents() 721 static int32_t Pnacl_M14_PPB_Graphics2D_Flush(PP_Resource graphics_2d, struct PP_CompletionCallback… in Pnacl_M14_PPB_Graphics2D_Flush() 740 static PP_Bool Pnacl_M27_PPB_Graphics2D_Describe(PP_Resource graphics_2d, struct PP_Size* size, PP_… in Pnacl_M27_PPB_Graphics2D_Describe() 745 static void Pnacl_M27_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data… in Pnacl_M27_PPB_Graphics2D_PaintImageData() 750 static void Pnacl_M27_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rec… in Pnacl_M27_PPB_Graphics2D_Scroll() 755 static void Pnacl_M27_PPB_Graphics2D_ReplaceContents(PP_Resource graphics_2d, PP_Resource image_dat… in Pnacl_M27_PPB_Graphics2D_ReplaceContents() 760 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/ |
| D | pepper_plugin_instance_impl.cc | 2290 PepperGraphics2DHost* graphics_2d = NULL; in BindGraphics() local
|