OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_stops
(Results
1 - 5
of
5
) sorted by null
/external/pixman/test/
gradient-crash-test.c
104
int
num_stops
;
local
109
num_stops
= ARRAY_LENGTH (onestop);
114
num_stops
= ARRAY_LENGTH (subsetstops);
119
num_stops
= ARRAY_LENGTH (stops01);
130
stops,
num_stops
);
134
stops,
num_stops
);
137
stops,
num_stops
);
/external/pixman/pixman/
pixman-gradient-walker.c
36
walker->
num_stops
= gradient->n_stops;
59
int n, count = walker->
num_stops
;
pixman-private.h
330
int
num_stops
;
member in struct:__anon24430
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c
67
VGint
num_stops
;
member in struct:vg_paint::__anon13046
389
const VGint
num_stops
= num / 5;
local
392
paint->gradient.
num_stops
= num;
407
for (i = 1; i <
num_stops
; ++i) {
550
return paint->gradient.
num_stops
;
/external/mesa3d/src/gallium/state_trackers/vega/
paint.c
67
VGint
num_stops
;
member in struct:vg_paint::__anon23513
389
const VGint
num_stops
= num / 5;
local
392
paint->gradient.
num_stops
= num;
407
for (i = 1; i <
num_stops
; ++i) {
550
return paint->gradient.
num_stops
;
Completed in 41 milliseconds