Searched defs:SetScale (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_widget_dev.h65 void (*SetScale)(PP_Resource widget, float scale); member in struct:PPB_Widget_Dev_0_4
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h252 * SetScale() sets the scale factor that will be applied when painting the
255 * height scaled up by the view's GetDeviceScale and SetScale called with a
259 * SetScale with 0.5. One would then treat each pixel in the context as a
268 PP_Bool (*SetScale)(PP_Resource resource, float scale); member in struct:PPB_Graphics2D_1_1
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.cc78 void Widget_Dev::SetScale(float scale) { function in class:pp::Widget_Dev
80 get_interface<PPB_Widget_Dev_0_4>()->SetScale(pp_resource(), scale);
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc59 void PPB_Widget_Impl::SetScale(float scale) { scale_ = scale; } function in class:content::PPB_Widget_Impl
H A Dpepper_graphics_2d_host.cc396 void PepperGraphics2DHost::SetScale(float scale) { scale_ = scale; } function in class:content::PepperGraphics2DHost
/external/chromium_org/ppapi/thunk/
H A Dppb_widget_dev_thunk.cc59 void SetScale(PP_Resource widget, float scale) { function in namespace:ppapi::thunk::__anon10329
60 VLOG(4) << "PPB_Widget_Dev::SetScale()";
64 enter.object()->SetScale(scale);
81 &SetScale
H A Dppb_graphics_2d_thunk.cc88 PP_Bool SetScale(PP_Resource resource, float scale) { function in namespace:ppapi::thunk::__anon10278
89 VLOG(4) << "PPB_Graphics2D::SetScale()";
93 return enter.object()->SetScale(scale);
122 &SetScale,
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc142 bool Graphics2D::SetScale(float scale) { function in class:pp::Graphics2D
145 return PP_ToBool(get_interface<PPB_Graphics2D_1_1>()->SetScale(pp_resource(),
/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.cc54 void PartialMagnificationController::SetScale(float scale) { function in class:ash::PartialMagnificationController
70 SetScale(kDefaultPartialMagnifiedScale);
72 SetScale(kNonPartialMagnifiedScale);
198 SetScale(GetScale());
H A Dmagnification_controller.cc74 virtual void SetScale(float scale, bool animate) OVERRIDE;
486 void MagnificationControllerImpl::SetScale(float scale, bool animate) { function in class:ash::MagnificationControllerImpl
583 SetScale(scale, true);
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc103 PP_Bool Graphics2DResource::SetScale(float scale) { function in class:ppapi::proxy::Graphics2DResource
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc262 void SetScale(int scale) { function in class:ash::TouchHudCanvas
421 canvas_->SetScale(1);
428 canvas_->SetScale(kReducedScale);

Completed in 529 milliseconds