Home
last modified time | relevance | path

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

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