Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp103 *(unsigned char*)element = ucast<8>(r); in write()
109 *(unsigned short*)element = ucast<16>(r); in write()
167 *(unsigned int*)element = (ucast<8>(a) << 24) | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<8>(r) << 0); in write()
185 *(unsigned int*)element = 0xFF000000 | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<8>(r) << 0); in write()
206 *(unsigned short*)element = (ucast< in write()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp306 inline unsigned int ucast(float x) in ucast() function
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp274 inline unsigned int ucast(float x) in ucast() function

Completed in 9 milliseconds