Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFilters.h39 LVM_UINT16 Scale; member
49 LVM_UINT16 Scale; member
/frameworks/native/services/surfaceflinger/tests/
DSetGeometry_test.cpp81 TEST_F(SetGeometryTest, Scale) { in TEST_F() argument
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dnumeric.h71 static inline vec2i Scale(const vec2i& v, float scale) { in Scale() function
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp166 struct Scale final : Op { struct
167 static const auto kType = Type::Scale;
168 Scale(SkScalar sx, SkScalar sy) : sx(sx), sy(sy) {} in Scale() argument
169 SkScalar sx, sy;
170 void draw(SkCanvas* c, const SkMatrix&) const { c->scale(sx, sy); } in draw()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt125 data class Scale(val scaleX: Float, val scaleY: Float, val pivot: Offset = Offset.Unspecified) { dataClass
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp745 TEST_F(MotionEventTest, Scale) { in TEST_F() argument