Home
last modified time | relevance | path

Searched refs:GrSizeDivRoundUp (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/include/private/
H A DGrTypesPriv.h37 static inline constexpr size_t GrSizeDivRoundUp(size_t x, size_t y) { return (x + (y - 1)) / y; } in GrSizeDivRoundUp() function

Completed in 2 milliseconds