OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stroker_line_to
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
stroker.h
77
void
stroker_line_to
(struct stroker *stroker, VGfloat x, VGfloat y);
path.c
[
all
...]
stroker.c
814
void
stroker_line_to
(struct stroker *stroker, VGfloat x, VGfloat y)
function
819
debug_printf("
stroker_line_to
(%f, %f)\n", x, y);
[
all
...]
arc.c
477
stroker_line_to
(stroker, x, y);
Completed in 1043 milliseconds