Searched defs:SkSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkSize.h79 struct SkSize : public SkTSize<SkScalar> { struct in inherits:SkTSize
80 static SkSize Make(SkScalar w, SkScalar h) {
81 SkSize s;
88 SkSize& operator=(const SkISize& src) {

Completed in 146 milliseconds