HomeSort by relevance Sort by last modified time
    Searched refs:SetScale (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 67 cursor_manager->SetScale(2.5f);
79 cursor_manager->SetScale(1.f);
81 cursor_manager->SetScale(1.5f);
119 TEST_F(AshNativeCursorManagerTest, SetScale) {
125 cursor_manager->SetScale(2.5f);
128 cursor_manager->SetScale(1.f);
ash_native_cursor_manager.cc 82 void AshNativeCursorManager::SetScale(
85 image_cursors_->SetScale(scale);
image_cursors.cc 122 void ImageCursors::SetScale(float scale) {
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 99 GetMagnificationController()->SetScale(4.0f, false);
114 GetMagnificationController()->SetScale(4.0f, false);
119 GetMagnificationController()->SetScale(1.0f, false);
124 GetMagnificationController()->SetScale(3.0f, false);
365 GetMagnificationController()->SetScale(scale, false);
374 GetMagnificationController()->SetScale(scale, false);
381 GetMagnificationController()->SetScale(scale, false);
388 GetMagnificationController()->SetScale(scale, false);
411 GetMagnificationController()->SetScale(scale, false);
420 GetMagnificationController()->SetScale(scale, false)
    [all...]
magnification_controller.cc 70 virtual void SetScale(float scale, bool animate) OVERRIDE;
501 void MagnificationControllerImpl::SetScale(float scale, bool animate) {
606 SetScale(scale, true);
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 251 * SetScale() sets the scale factor that will be applied when painting the
254 * height scaled up by the view's GetDeviceScale and SetScale called with a
258 * SetScale with 0.5. One would then treat each pixel in the context as a
268 PP_Bool SetScale(
  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 142 bool Graphics2D::SetScale(float scale) {
145 return PP_ToBool(get_interface<PPB_Graphics2D_1_1>()->SetScale(pp_resource(),
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 62 void PPB_Widget_Impl::SetScale(float scale) {
pepper_graphics_2d_host.h 66 void SetScale(float scale);
pepper_graphics_2d_host.cc 401 void PepperGraphics2DHost::SetScale(float scale) {
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 252 * 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);
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 38 void TestCursorClient::SetScale(float scale) {
  /external/chromium_org/ui/views/corewm/
cursor_manager.h 48 virtual void SetScale(float scale) OVERRIDE;
cursor_manager_unittest.cc 41 virtual void SetScale(
189 TEST_F(CursorManagerTest, SetScale) {
191 cursor_manager_.SetScale(2.f);
197 cursor_manager_.SetScale(2.5f);
202 cursor_manager_.SetScale(1.f);
cursor_manager.cc 116 void CursorManager::SetScale(float scale) {
119 delegate_->SetScale(state_on_unlock_->scale(), this);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.cc 72 void DesktopNativeCursorManager::SetScale(
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 102 PP_Bool Graphics2DResource::SetScale(float scale) {
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 264 void SetScale(int scale) {
424 canvas_->SetScale(1);
431 canvas_->SetScale(kReducedScale);
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 124 // If SetScale is promoted to pp::Graphics2D, the dc_dev constructor
126 // device_context_.SetScale(1.0f / device_scale_);
127 device_context_.SetScale(1.0f / device_scale_);
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 354 // Tests GetScale/SetScale
360 ASSERT_TRUE(dc.SetScale(scale));
364 ASSERT_FALSE(dc.SetScale(-1.0f));
365 ASSERT_FALSE(dc.SetScale(0.0f));
728 // Tests GetScale/SetScale via the Graphics2D_Dev C++ wrapper
735 ASSERT_TRUE(dc_dev.SetScale(scale));
739 ASSERT_FALSE(dc_dev.SetScale(-1.0f));
740 ASSERT_FALSE(dc_dev.SetScale(0.0f));
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_browsertest.cc 47 magnification_controller()->SetScale(scale, false);
accessibility_manager.cc 320 ash::Shell::GetInstance()->cursor_manager()->SetScale(enabled ? 2.0 : 1.0);
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 139 graphics2d_dev.SetScale(1.0f / dips_to_view_scale_);
  /external/chromium_org/ash/display/
root_window_transformers_unittest.cc 289 magnifier->SetScale(2.5f, false);
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 277 SetScale(std::pow(kMagnificationScaleFactor, new_scale_index), true);
282 SetScale(scale);
    [all...]

Completed in 1676 milliseconds

12 3