Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkSize.h82 SkISize toCeil() const { return {SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight)}; } in toCeil() function
/third_party/skia/include/core/
DSkSize.h80 SkISize toCeil() const { return {SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight)}; } in toCeil() function