Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkSize.h80 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function
/external/skia/include/core/
DSkSize.h78 SkISize toRound() const { return {SkScalarRoundToInt(fWidth), SkScalarRoundToInt(fHeight)}; } in toRound() function