OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_phase_bits
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c
337
int
x_phase_bits
= pixman_fixed_to_int (params[2]);
local
339
int x_phase_shift = 16 -
x_phase_bits
;
360
y_params = params + 4 + (1 <<
x_phase_bits
) * cwidth + py * cheight;
pixman-image.c
762
int
x_phase_bits
= pixman_fixed_to_int (params[2]);
local
764
int n_x_phases = (1 <<
x_phase_bits
);
pixman-fast-path.c
2721
int
x_phase_bits
= pixman_fixed_to_int (params[2]);
local
2723
int x_phase_shift = 16 -
x_phase_bits
;
2774
y_params = params + 4 + (1 <<
x_phase_bits
) * cwidth + py * cheight;
Completed in 10 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026