Searched refs:GetScale (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/ppapi/cpp/dev/
H A Dgraphics_2d_dev.cc42 float Graphics2D_Dev::GetScale() { function in class:pp::Graphics2D_Dev
44 return get_interface<PPB_Graphics2D_Dev_0_2>()->GetScale(pp_resource());
46 return get_interface<PPB_Graphics2D_Dev_0_1>()->GetScale(pp_resource());
H A Dgraphics_2d_dev.h30 /// Returns true if SetScale and GetScale are supported. False if not.
49 /// GetScale() gets the scale factor that will be applied when painting the
54 float GetScale();
/external/chromium_org/ppapi/c/dev/
H A Dppb_graphics_2d_dev.h78 * GetScale() gets the scale factor that will be applied when painting the
86 float (*GetScale)(PP_Resource resource); member in struct:PPB_Graphics2D_Dev_0_2
113 float (*GetScale)(PP_Resource resource); member in struct:PPB_Graphics2D_Dev_0_1
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_dev_thunk.cc29 float GetScale(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10327
30 VLOG(4) << "PPB_Graphics2D_Dev::GetScale()";
34 return enter.object()->GetScale();
56 &GetScale,
62 &GetScale,
H A Dppb_graphics_2d_thunk.cc98 float GetScale(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10328
99 VLOG(4) << "PPB_Graphics2D::GetScale()";
103 return enter.object()->GetScale();
125 &GetScale
H A Dppb_graphics_2d_api.h39 virtual float GetScale() = 0;
/external/chromium_org/ppapi/api/dev/
H A Dppb_graphics_2d_dev.idl59 * GetScale() gets the scale factor that will be applied when painting the
67 float_t GetScale(
/external/chromium_org/ash/test/
H A Dcursor_manager_test_api.cc27 return cursor_manager_->GetScale();
/external/chromium_org/third_party/skia/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/skia/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller_unittest.cc83 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
89 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
95 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
101 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
109 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
115 EXPECT_EQ(4.0f, GetMagnificationController()->GetScale());
120 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
125 EXPECT_EQ(3.0f, GetMagnificationController()->GetScale());
133 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
197 EXPECT_EQ(1.f, GetMagnificationController()->GetScale());
[all...]
H A Dmagnification_controller.h37 virtual float GetScale() const = 0;
H A Dpartial_magnification_controller.h38 float GetScale() const { return scale_; } function in class:ash::PartialMagnificationController
/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc153 EXPECT_EQ(2.0f, magnifier->GetScale());
172 EXPECT_EQ(2.0f, magnifier->GetScale());
245 EXPECT_EQ(2.0f, magnifier->GetScale());
262 EXPECT_EQ(2.0f, magnifier->GetScale());
286 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
288 EXPECT_FLOAT_EQ(2.5f, magnifier->GetScale());
328 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
340 EXPECT_FLOAT_EQ(1.0f, magnifier->GetScale());
353 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
365 EXPECT_FLOAT_EQ(1.0f, magnifier->GetScale());
[all...]
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.h279 /// GetScale() gets the scale factor that will be applied when painting the
285 float GetScale();
H A Dgraphics_2d.cc149 float Graphics2D::GetScale() { function in class:pp::Graphics2D
152 return get_interface<PPB_Graphics2D_1_1>()->GetScale(pp_resource());
/external/chromium_org/ui/views/corewm/
H A Dcursor_manager_unittest.cc201 EXPECT_EQ(1.f, cursor_manager_.GetScale());
203 EXPECT_EQ(2.f, cursor_manager_.GetScale());
207 EXPECT_EQ(2.f, cursor_manager_.GetScale());
209 EXPECT_EQ(2.5f, cursor_manager_.GetScale());
212 EXPECT_EQ(2.5f, cursor_manager_.GetScale());
214 EXPECT_EQ(1.f, cursor_manager_.GetScale());
H A Dcursor_manager.cc129 if (GetScale() != state_on_unlock_->scale())
133 float CursorManager::GetScale() const { function in class:views::corewm::CursorManager
H A Dcursor_manager.h49 virtual float GetScale() const OVERRIDE;
/external/chromium_org/ppapi/api/
H A Dppb_graphics_2d.idl273 * GetScale() gets the scale factor that will be applied when painting the
282 float_t GetScale(
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h270 * GetScale() gets the scale factor that will be applied when painting the
278 float (*GetScale)(PP_Resource resource); member in struct:PPB_Graphics2D_1_1
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.h42 virtual float GetScale() OVERRIDE;
/external/chromium_org/ui/aura/client/
H A Dcursor_client.h42 virtual float GetScale() const = 0;
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc53 float TestCursorClient::GetScale() const { function in class:aura::test::TestCursorClient
H A Dtest_cursor_client.h29 virtual float GetScale() const OVERRIDE;

Completed in 566 milliseconds

12