Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkSize.h79 struct SkSize : public SkTSize<SkScalar> { struct
80 static SkSize Make(SkScalar w, SkScalar h) { in Make() argument
93 SkISize toRound() const { in toRound()
99 SkISize toCeil() const { in toCeil()
105 SkISize toFloor() const { in toFloor()