Home
last modified time | relevance | path

Searched refs:to_Q14 (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkVM.h1171 static inline Q14 to_Q14(F32 x) { return x->to_Q14(x); } in to_Q14() function
1172 static inline Q14 to_Q14(I32 x) { return x->to_Q14(x); } in to_Q14() function
H A DSkVM.cpp1057 Q14 Builder::to_Q14(I32 x) { return {this, this->push(Op:: to_q14, x.id) }; } in to_Q14() function in skvm::Builder
1061 Q14 Builder::to_Q14(F32 x) { return to_Q14(trunc(x * 16384.0f)); } in to_Q14() function in skvm::Builder
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkVMTest.cpp2492 skvm::Q14 x = to_Q14(b.load16(src)); in DEF_TEST()