HomeSort by relevance Sort by last modified time
    Searched defs:SkISize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkSize.h 75 typedef SkTSize<int32_t> SkISize;
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;
  /external/skia/include/core/
SkSize.h 75 typedef SkTSize<int32_t> SkISize;
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 348 milliseconds