Home | History | Annotate | Download | only in cpp

Lines Matching refs:get_interface

44     PassRefFromConstructor(get_interface<PPB_Graphics2D_1_1>()->Create(
49 PassRefFromConstructor(get_interface<PPB_Graphics2D_1_0>()->Create(
74 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
79 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
90 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
95 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(),
108 get_interface<PPB_Graphics2D_1_0>()->Scroll(pp_resource(),
116 get_interface<PPB_Graphics2D_1_1>()->ReplaceContents(pp_resource(),
119 get_interface<PPB_Graphics2D_1_0>()->ReplaceContents(pp_resource(),
132 return get_interface<PPB_Graphics2D_1_1>()->Flush(
135 return get_interface<PPB_Graphics2D_1_0>()->Flush(
145 return PP_ToBool(get_interface<PPB_Graphics2D_1_1>()->SetScale(pp_resource(),
152 return get_interface<PPB_Graphics2D_1_1>()->GetScale(pp_resource());