Searched defs:Scale (Results 1 – 5 of 5) sorted by relevance
39 LVM_UINT16 Scale; member49 LVM_UINT16 Scale; member
81 TEST_F(SetGeometryTest, Scale) { in TEST_F() argument
71 static inline vec2i Scale(const vec2i& v, float scale) { in Scale() function
149 struct Scale final : Op { struct150 static const auto kType = Type::Scale;151 Scale(SkScalar sx, SkScalar sy) : sx(sx), sy(sy) {} in Scale() function152 SkScalar sx, sy;153 void draw(SkCanvas* c, const SkMatrix&) const { c->scale(sx, sy); } in draw()
525 TEST_F(MotionEventTest, Scale) { in TEST_F() argument