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

/external/skia/include/core/
H A DSkSize.h75 typedef SkTSize<int32_t> SkISize; typedef
88 SkSize& operator=(const SkISize& src) {
93 SkISize toRound() const {
94 SkISize s;
99 SkISize toCeil() const {
100 SkISize s;
105 SkISize toFloor() const {
106 SkISize s;

Completed in 44 milliseconds