HomeSort by relevance Sort by last modified time
    Searched refs:PPB_Graphics2D_1_1 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 25 template <> const char* interface_name<PPB_Graphics2D_1_1>() {
43 if (has_interface<PPB_Graphics2D_1_1>()) {
44 PassRefFromConstructor(get_interface<PPB_Graphics2D_1_1>()->Create(
73 if (has_interface<PPB_Graphics2D_1_1>()) {
74 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
89 if (has_interface<PPB_Graphics2D_1_1>()) {
90 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
103 if (has_interface<PPB_Graphics2D_1_1>()) {
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(),
115 if (has_interface<PPB_Graphics2D_1_1>()) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 39 struct PPB_Graphics2D_1_1 {
281 typedef struct PPB_Graphics2D_1_1 PPB_Graphics2D;
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_thunk.cc 114 const PPB_Graphics2D_1_1 g_ppb_graphics2d_thunk_1_1 = {
132 PPAPI_THUNK_EXPORT const PPB_Graphics2D_1_1* GetPPB_Graphics2D_1_1_Thunk() {
interfaces_ppb_public_stable.h 62 PROXIED_IFACE(PPB_GRAPHICS_2D_INTERFACE_1_1, PPB_Graphics2D_1_1)
  /external/chromium_org/ppapi/tests/
test_graphics_2d.h 107 const PPB_Graphics2D_1_1* graphics_2d_interface_;
test_graphics_2d.cc 35 const PPB_Graphics2D_1_1* graphics_2d_if) {
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 451 milliseconds