OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oA
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp
427
oR = out->x, oG = out->y, oB = out->z,
oA
= out->w;
431
out->w = (
oA
+ iA) > 255 ? 255 :
oA
+ iA;
448
oR = out->x, oG = out->y, oB = out->z,
oA
= out->w;
452
out->w = (
oA
- iA) < 0 ? 0 :
oA
- iA;