Home | History | Annotate | Download | only in proxy

Lines Matching defs:Graphics2DResource

25 Graphics2DResource::Graphics2DResource(Connection connection,
44 Graphics2DResource::~Graphics2DResource() {
47 PP_Bool Graphics2DResource::Describe(PP_Size* size, PP_Bool* is_always_opaque) {
53 thunk::PPB_Graphics2D_API* Graphics2DResource::AsPPB_Graphics2D_API() {
57 void Graphics2DResource::PaintImageData(PP_Resource image_data,
64 "Graphics2DResource.PaintImageData: Bad image resource.");
75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect,
83 void Graphics2DResource::ReplaceContents(PP_Resource image_data) {
94 "Graphics2DResource.PaintImageData: Bad image resource.");
103 PP_Bool Graphics2DResource::SetScale(float scale) {
111 float Graphics2DResource::GetScale() {
115 int32_t Graphics2DResource::Flush(scoped_refptr<TrackedCallback> callback) {
131 base::Bind(&Graphics2DResource::OnPluginMsgFlushACK, this));
135 bool Graphics2DResource::ReadImageData(PP_Resource image,
145 void Graphics2DResource::OnPluginMsgFlushACK(