/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
stroker.h | 37 struct stroker { struct 38 void (*begin)(struct stroker *stroker); 39 void (*process_subpath)(struct stroker *stroker); 40 void (*end)(struct stroker *stroker); 58 struct stroker base; 60 struct stroker stroker; member in struct:dash_stroker [all...] |
stroker.c | 27 #include "stroker.h" 522 static INLINE enum line_join_mode stroker_join_mode(struct stroker *s) 536 static INLINE enum line_join_mode stroker_cap_mode(struct stroker *s) 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) 557 stroker->back2_x = stroker->back1_x; 558 stroker->back2_y = stroker->back1_y; 559 stroker->back1_x = x 1126 struct dash_stroker *stroker = (struct dash_stroker *)str; local 1301 struct dash_stroker *stroker = (struct dash_stroker *)str; local [all...] |
arc.h | 34 struct stroker; 72 struct stroker *stroke, 76 struct stroker *stroke,
|
arc.c | 32 #include "stroker.h" 476 struct stroker *stroker = (struct stroker*)cb->user_data; local 477 stroker_line_to(stroker, x, y); 482 struct stroker *stroker = (struct stroker*)cb->user_data; local 483 stroker_curve_to(stroker, 491 struct stroker *stroker = (struct stroker*)cb->user_data local 497 struct stroker *stroker = (struct stroker*)cb->user_data; local [all...] |
path.c | 29 #include "stroker.h" 1238 struct dash_stroker stroker; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.h | 37 struct stroker { struct 38 void (*begin)(struct stroker *stroker); 39 void (*process_subpath)(struct stroker *stroker); 40 void (*end)(struct stroker *stroker); 58 struct stroker base; 60 struct stroker stroker; member in struct:dash_stroker [all...] |
stroker.c | 27 #include "stroker.h" 522 static INLINE enum line_join_mode stroker_join_mode(struct stroker *s) 536 static INLINE enum line_join_mode stroker_cap_mode(struct stroker *s) 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) 557 stroker->back2_x = stroker->back1_x; 558 stroker->back2_y = stroker->back1_y; 559 stroker->back1_x = x 1126 struct dash_stroker *stroker = (struct dash_stroker *)str; local 1301 struct dash_stroker *stroker = (struct dash_stroker *)str; local [all...] |
arc.h | 34 struct stroker; 72 struct stroker *stroke, 76 struct stroker *stroke,
|
arc.c | 32 #include "stroker.h" 476 struct stroker *stroker = (struct stroker*)cb->user_data; local 477 stroker_line_to(stroker, x, y); 482 struct stroker *stroker = (struct stroker*)cb->user_data; local 483 stroker_curve_to(stroker, 491 struct stroker *stroker = (struct stroker*)cb->user_data local 497 struct stroker *stroker = (struct stroker*)cb->user_data; local [all...] |
path.c | 29 #include "stroker.h" 1238 struct dash_stroker stroker; local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
ftstroke.h | 5 /* FreeType path stroker (specification). */ 36 * Glyph Stroker 58 * Opaque handler to a path stroker object. 70 * in a stroker. 232 * Create a new stroker object. 240 * A new stroker object handle. NULL in case of error. 256 * Reset a stroker object's attributes. 259 * stroker :: 260 * The target stroker handle. 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); variable 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable 657 FT_Stroker_Done( FT_Stroker stroker ); variable [all...] |
/external/freetype/include/ |
ftstroke.h | 5 /* FreeType path stroker (specification). */ 36 * Glyph Stroker 58 * Opaque handler to a path stroker object. 70 * in a stroker. 232 * Create a new stroker object. 240 * A new stroker object handle. NULL in case of error. 256 * Reset a stroker object's attributes. 259 * stroker :: 260 * The target stroker handle. 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); variable 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable 657 FT_Stroker_Done( FT_Stroker stroker ); variable [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftstroke.c | 5 /* FreeType path stroker (body). */ 754 /***** STROKER *****/ 794 FT_Stroker stroker = NULL; local 802 if ( !FT_NEW( stroker ) ) 804 stroker->library = library; 806 ft_stroke_border_init( &stroker->borders[0], memory ); 807 ft_stroke_border_init( &stroker->borders[1], memory ); 810 *astroker = stroker; 819 FT_Stroker_Set( FT_Stroker stroker, 825 stroker->radius = radius [all...] |
/external/freetype/src/base/ |
ftstroke.c | 5 /* FreeType path stroker (body). */ 754 /***** STROKER *****/ 794 FT_Stroker stroker = NULL; local 802 if ( !FT_NEW( stroker ) ) 804 stroker->library = library; 806 ft_stroke_border_init( &stroker->borders[0], memory ); 807 ft_stroke_border_init( &stroker->borders[1], memory ); 810 *astroker = stroker; 819 FT_Stroker_Set( FT_Stroker stroker, 825 stroker->radius = radius [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkStrokeRec.cpp | 105 SkStroke stroker; local 106 stroker.setCap(fCap); 107 stroker.setJoin(fJoin); 108 stroker.setMiterLimit(fMiterLimit); 109 stroker.setWidth(fWidth); 110 stroker.setDoFill(fStrokeAndFill); 111 stroker.strokePath(src, dst);
|
SkStroke.cpp | 578 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), 587 stroker.moveTo(pts[0]); 590 stroker.lineTo(pts[1]); 594 stroker.quadTo(pts[1], pts[2]); 603 stroker.quadTo(quadPts[1], quadPts[2]); 609 stroker.cubicTo(pts[1], pts[2], pts[3]); 613 stroker.close(lastSegment == SkPath::kLine_Verb); 620 stroker.done(dst, lastSegment == SkPath::kLine_Verb); 631 // TODO: fix the stroker to make this assumption true (without making
|