Home
last modified time | relevance | path

Searched refs:_8888 (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/opts/
DSkRasterPipeline_opts.h945 SI void from_8888(U32 _8888, F* r, F* g, F* b, F* a) { in from_8888() argument
946 *r = cast((_8888 ) & 0xff) * (1/255.0f); in from_8888()
947 *g = cast((_8888 >> 8) & 0xff) * (1/255.0f); in from_8888()
948 *b = cast((_8888 >> 16) & 0xff) * (1/255.0f); in from_8888()
949 *a = cast((_8888 >> 24) ) * (1/255.0f); in from_8888()
/external/skia/src/opts/
DSkRasterPipeline_opts.h1192 SI void from_8888(U32 _8888, F* r, F* g, F* b, F* a) { in from_8888() argument
1193 *r = cast((_8888 ) & 0xff) * (1/255.0f); in from_8888()
1194 *g = cast((_8888 >> 8) & 0xff) * (1/255.0f); in from_8888()
1195 *b = cast((_8888 >> 16) & 0xff) * (1/255.0f); in from_8888()
1196 *a = cast((_8888 >> 24) ) * (1/255.0f); in from_8888()