OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtot
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c
194
static force_inline void accum_32(unsigned int *satot, unsigned int *
srtot
,
200
*
srtot
+= (int)RED_8 (pixel) * f;
206
static force_inline void reduce_32(unsigned int satot, unsigned int
srtot
,
213
srtot
= (int32_t)(
srtot
+ 0x8000) / 65536;
218
srtot
= CLIP ((int32_t)
srtot
, 0, 0xff);
222
*ret = ((satot << 24) | (
srtot
<< 16) | (sgtot << 8) | (sbtot));
225
static force_inline void accum_float(unsigned int *satot, unsigned int *
srtot
,
232
*
srtot
+= pixel->r * f
275
unsigned int
srtot
, sgtot, sbtot, satot;
local
344
unsigned int
srtot
, sgtot, sbtot, satot;
local
[
all
...]
pixman-fast-path.c
2747
int satot,
srtot
, sgtot, sbtot;
local
2772
satot =
srtot
= sgtot = sbtot = 0;
2820
srtot
+= (int)RED_8 (pixel) * f;
2830
srtot
= (
srtot
+ 0x8000) >> 16;
2835
srtot
= CLIP (
srtot
, 0, 0xff);
2839
buffer[k] = (satot << 24) | (
srtot
<< 16) | (sgtot << 8) | (sbtot << 0);
Completed in 6 milliseconds
Indexes created Mon Aug 24 00:24:59 UTC 2026