OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curve_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c
82
VGint
curve_index
;
member in struct:stroke_iterator
245
if (itr->
curve_index
>= 0) {
246
++itr->
curve_index
;
247
if (itr->
curve_index
>= polygon_vertex_count(itr->curve_poly)) {
248
itr->
curve_index
= -1;
281
itr->
curve_index
= 1;
292
return (itr->
curve_index
>= 0 &&
293
itr->
curve_index
< (polygon_vertex_count(itr->curve_poly)-1))
307
if (itr->
curve_index
<= -1 && itr->position >= itr->num_commands)
310
if (itr->
curve_index
>= 0)
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
stroker.c
82
VGint
curve_index
;
member in struct:stroke_iterator
245
if (itr->
curve_index
>= 0) {
246
++itr->
curve_index
;
247
if (itr->
curve_index
>= polygon_vertex_count(itr->curve_poly)) {
248
itr->
curve_index
= -1;
281
itr->
curve_index
= 1;
292
return (itr->
curve_index
>= 0 &&
293
itr->
curve_index
< (polygon_vertex_count(itr->curve_poly)-1))
307
if (itr->
curve_index
<= -1 && itr->position >= itr->num_commands)
310
if (itr->
curve_index
>= 0)
[
all
...]
Completed in 34 milliseconds