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

/external/skia/include/core/
H A DSkSize.h75 typedef SkTSize<int32_t> SkISize; typedef
86 SkSize& operator=(const SkISize& src) {
91 SkISize toRound() const {
92 SkISize s;
97 SkISize toCeil() const {
98 SkISize s;
103 SkISize toFloor() const {
104 SkISize s;

Completed in 272 milliseconds