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

12

/external/chromium_org/third_party/skia/include/core/
H A DSkUnPreMultiply.h27 static Scale GetScale(U8CPU alpha) { function in class:SkUnPreMultiply
/external/chromium_org/ui/base/cursor/
H A Dimage_cursors.h27 float GetScale() const;
H A Dimage_cursors.cc69 float ImageCursors::GetScale() const { function in class:ui::ImageCursors
/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.cc85 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
91 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
97 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
103 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
111 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
117 EXPECT_EQ(4.0f, GetMagnificationController()->GetScale());
122 EXPECT_EQ(1.0f, GetMagnificationController()->GetScale());
127 EXPECT_EQ(3.0f, GetMagnificationController()->GetScale());
135 EXPECT_EQ(2.0f, GetMagnificationController()->GetScale());
199 EXPECT_EQ(1.f, GetMagnificationController()->GetScale());
[all...]
H A Dmagnification_controller.h46 virtual float GetScale() const = 0;
H A Dpartial_magnification_controller.h38 float GetScale() const { return scale_; } function in class:ash::PartialMagnificationController
H A Dmagnification_controller.cc75 virtual float GetScale() const OVERRIDE { return scale_; }
471 float scale = GetScale();
581 float scale = GetScale();
/external/chromium_org/ash/test/
H A Dcursor_manager_test_api.cc43 image_cursors_->GetScale();
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Icon.h18 virtual void GetScale(FX_FLOAT & fHScale,FX_FLOAT & fVScale);
42 virtual void GetScale(FX_FLOAT & fHScale,FX_FLOAT & fVScale);
H A DPWL_Signature.h27 virtual void GetScale(FX_FLOAT & fHScale,FX_FLOAT & fVScale);
/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc151 EXPECT_EQ(2.0f, magnifier->GetScale());
170 EXPECT_EQ(2.0f, magnifier->GetScale());
243 EXPECT_EQ(2.0f, magnifier->GetScale());
260 EXPECT_EQ(2.0f, magnifier->GetScale());
284 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
286 EXPECT_FLOAT_EQ(2.5f, magnifier->GetScale());
326 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
338 EXPECT_FLOAT_EQ(1.0f, magnifier->GetScale());
351 EXPECT_FLOAT_EQ(2.0f, magnifier->GetScale());
363 EXPECT_FLOAT_EQ(1.0f, magnifier->GetScale());
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_thunk.cc96 float GetScale(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10278
97 VLOG(4) << "PPB_Graphics2D::GetScale()";
101 return enter.object()->GetScale();
123 &GetScale
H A Dppb_graphics_2d_api.h36 virtual float GetScale() = 0;
/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/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;
H A Dgraphics_2d_resource.cc111 float Graphics2DResource::GetScale() { function in class:ppapi::proxy::Graphics2DResource
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp33 GetScale(fHScale,fVScale);
117 void CPWL_Image::GetScale(FX_FLOAT & fHScale,FX_FLOAT & fVScale) function in class:CPWL_Image
186 void CPWL_Icon::GetScale(FX_FLOAT & fHScale,FX_FLOAT & fVScale) function in class:CPWL_Icon
259 GetScale(fHScale,fVScale);
/external/chromium_org/third_party/libwebp/dsp/
H A Dalpha_processing.c125 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
131 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
146 const uint32_t scale = GetScale(alpha, inverse);
166 const uint32_t scale = GetScale(a, inverse);
/external/webp/src/dsp/
H A Dalpha_processing.c125 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
131 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { function
146 const uint32_t scale = GetScale(alpha, inverse);
166 const uint32_t scale = GetScale(a, inverse);
/external/chromium_org/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a);
22 const Scale scale = GetScale(a);
/external/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a);
22 const Scale scale = GetScale(a);

Completed in 1471 milliseconds

12