Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.h1311 SI I32 to_unorm(int bits, F32 x) { return x-> to_unorm(bits,x); } in to_unorm() function
DSkVM.cpp1156 I32 Builder::to_unorm(int bits, F32 x) { in to_unorm() function in skvm::Builder