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
145 struct Scale final : Op { struct146 static const auto kType = Type::Scale;147 Scale(SkScalar sx, SkScalar sy) : sx(sx), sy(sy) {} in Scale() function148 SkScalar sx, sy;149 void draw(SkCanvas* c, const SkMatrix&) const { c->scale(sx, sy); } in draw()
536 TEST_F(MotionEventTest, Scale) { in TEST_F() argument