HomeSort by relevance Sort by last modified time
    Searched defs:PaintImageData (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 93 * PaintImageData() enqueues a paint of the given image into the context.
131 void (*PaintImageData)(PP_Resource graphics_2d,
141 * contents. The module should call PaintImageData() on these exposed regions
158 * entire module's image. Normally, calling PaintImageData() requires that
291 void (*PaintImageData)(PP_Resource graphics_2d,
  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 71 void Graphics2D::PaintImageData(const ImageData& image,
74 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
79 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
86 void Graphics2D::PaintImageData(const ImageData& image,
90 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
95 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_thunk.cc 53 void PaintImageData(PP_Resource graphics_2d,
57 VLOG(4) << "PPB_Graphics2D::PaintImageData()";
61 enter.object()->PaintImageData(image_data, top_left, src_rect);
110 &PaintImageData,
120 &PaintImageData,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 56 void Graphics2DResource::PaintImageData(PP_Resource image_data,
63 "Graphics2DResource.PaintImageData: Bad image resource.");
93 "Graphics2DResource.PaintImageData: Bad image resource.");

Completed in 38 milliseconds