OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
116
const
PPB_Graphics2D_1_1
g_ppb_graphics2d_thunk_1_1 = {
134
const
PPB_Graphics2D_1_1
* GetPPB_Graphics2D_1_1_Thunk() {
interfaces_ppb_public_stable.h
60
PROXIED_IFACE(NoAPIName, 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
46
const
PPB_Graphics2D_1_1
* graphics_2d_if) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
585
/* Begin wrapper methods for
PPB_Graphics2D_1_1
*/
588
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
593
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
598
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
603
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
608
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
613
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
618
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
623
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface;
628
const struct
PPB_Graphics2D_1_1
*iface = Pnacl_WrapperInfo_PPB_Graphics2D_1_1.real_iface
[
all
...]
Completed in 1824 milliseconds