Home | History | Annotate | Download | only in pepper

Lines Matching refs:bound_graphics_2d_platform_

457       bound_graphics_2d_platform_(NULL),
614 if (bound_graphics_2d_platform_)
615 bound_graphics_2d_platform_->Paint(canvas, plugin_rect, paint_rect);
1107 if (bound_graphics_2d_platform_)
1108 bound_graphics_2d_platform_->ViewWillInitiatePaint();
1114 if (bound_graphics_2d_platform_)
1115 bound_graphics_2d_platform_->ViewInitiatedPaint();
1123 if (bound_graphics_2d_platform_)
1124 bound_graphics_2d_platform_->ViewFlushedPaint();
1137 if (!bound_graphics_2d_platform_ ||
1138 !bound_graphics_2d_platform_->IsAlwaysOpaque()) {
1145 PPB_ImageData_Impl* image_data = bound_graphics_2d_platform_->ImageData();
1159 float scale = bound_graphics_2d_platform_->GetScale();
1978 if (bound_graphics_2d_platform_) {
1979 bound_graphics_2d_platform_->BindToInstance(NULL);
1980 bound_graphics_2d_platform_ = NULL;
2012 bound_graphics_2d_platform_ = graphics_2d;