OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_coords
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c
71
void (*
current_coords
)(struct stroke_iterator *it, VGfloat *coords);
member in struct:stroke_iterator
92
itr->
current_coords
(itr, coords);
218
itr->
current_coords
= stroke_fw_itr_coords;
236
itr->
current_coords
= stroke_bw_itr_coords;
342
itr->
current_coords
= stroke_flat_itr_coords;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
stroker.c
71
void (*
current_coords
)(struct stroke_iterator *it, VGfloat *coords);
member in struct:stroke_iterator
92
itr->
current_coords
(itr, coords);
218
itr->
current_coords
= stroke_fw_itr_coords;
236
itr->
current_coords
= stroke_bw_itr_coords;
342
itr->
current_coords
= stroke_flat_itr_coords;
[
all
...]
Completed in 462 milliseconds