/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | stroker.h | 37 struct stroker { struct 38 void (*begin)(struct stroker *stroker); argument 39 void (*process_subpath)(struct stroker *stroker); argument 40 void (*end)(struct stroker *stroker); argument 58 struct stroker base; argument 60 struct stroker stroker; member 68 void stroker_init(struct stroker *stroker, 70 void dash_stroker_init(struct stroker *stroker, 72 void dash_stroker_cleanup(struct dash_stroker *stroker); 73 void stroker_cleanup(struct stroker *stroker); [all …]
|
D | stroker.c | 522 static INLINE enum line_join_mode stroker_join_mode(struct stroker *s) in stroker_join_mode() 536 static INLINE enum line_join_mode stroker_cap_mode(struct stroker *s) in stroker_cap_mode() 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_move_to() argument 557 stroker->back2_x = stroker->back1_x; in stroker_emit_move_to() 558 stroker->back2_y = stroker->back1_y; in stroker_emit_move_to() 559 stroker->back1_x = x; in stroker_emit_move_to() 560 stroker->back1_y = y; in stroker_emit_move_to() 562 path_append_data(stroker->path, in stroker_emit_move_to() 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_line_to() argument 574 stroker->back2_x = stroker->back1_x; in stroker_emit_line_to() [all …]
|
D | arc.c | 476 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_point() local 477 stroker_line_to(stroker, x, y); in stroke_point() 482 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_curve() local 483 stroker_curve_to(stroker, in stroke_curve() 491 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_point() local 492 stroker_emit_line_to(stroker, x, y); in stroke_emit_point() 497 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_curve() local 498 stroker_emit_curve_to(stroker, in stroke_emit_curve() 670 struct stroker *stroke, in arc_stroke_cb() 684 struct stroker *stroker, in arc_stroker_emit() argument [all …]
|
D | arc.h | 34 struct stroker; 72 struct stroker *stroke, 76 struct stroker *stroke,
|
D | path.c | 1238 struct dash_stroker stroker; in path_create_stroke() local 1267 dash_stroker_init((struct stroker *)&stroker, vg_state); in path_create_stroke() 1269 stroker_init((struct stroker *)&stroker, vg_state); in path_create_stroke() 1271 stroker_begin((struct stroker *)&stroker); in path_create_stroke() 1283 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1298 stroker_move_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1310 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1321 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1332 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1357 stroker_line_to((struct stroker *)&stroker, x3, y3); in path_create_stroke() [all …]
|
D | SConscript | 41 'stroker.c',
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.h | 37 struct stroker { struct 38 void (*begin)(struct stroker *stroker); argument 39 void (*process_subpath)(struct stroker *stroker); argument 40 void (*end)(struct stroker *stroker); argument 58 struct stroker base; argument 60 struct stroker stroker; member 68 void stroker_init(struct stroker *stroker, 70 void dash_stroker_init(struct stroker *stroker, 72 void dash_stroker_cleanup(struct dash_stroker *stroker); 73 void stroker_cleanup(struct stroker *stroker); [all …]
|
D | stroker.c | 522 static INLINE enum line_join_mode stroker_join_mode(struct stroker *s) in stroker_join_mode() 536 static INLINE enum line_join_mode stroker_cap_mode(struct stroker *s) in stroker_cap_mode() 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_move_to() argument 557 stroker->back2_x = stroker->back1_x; in stroker_emit_move_to() 558 stroker->back2_y = stroker->back1_y; in stroker_emit_move_to() 559 stroker->back1_x = x; in stroker_emit_move_to() 560 stroker->back1_y = y; in stroker_emit_move_to() 562 path_append_data(stroker->path, in stroker_emit_move_to() 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_line_to() argument 574 stroker->back2_x = stroker->back1_x; in stroker_emit_line_to() [all …]
|
D | arc.c | 476 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_point() local 477 stroker_line_to(stroker, x, y); in stroke_point() 482 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_curve() local 483 stroker_curve_to(stroker, in stroke_curve() 491 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_point() local 492 stroker_emit_line_to(stroker, x, y); in stroke_emit_point() 497 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_curve() local 498 stroker_emit_curve_to(stroker, in stroke_emit_curve() 670 struct stroker *stroke, in arc_stroke_cb() 684 struct stroker *stroker, in arc_stroker_emit() argument [all …]
|
D | arc.h | 34 struct stroker; 72 struct stroker *stroke, 76 struct stroker *stroke,
|
D | path.c | 1238 struct dash_stroker stroker; in path_create_stroke() local 1267 dash_stroker_init((struct stroker *)&stroker, vg_state); in path_create_stroke() 1269 stroker_init((struct stroker *)&stroker, vg_state); in path_create_stroke() 1271 stroker_begin((struct stroker *)&stroker); in path_create_stroke() 1283 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1298 stroker_move_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1310 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1321 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1332 stroker_line_to((struct stroker *)&stroker, x0, y0); in path_create_stroke() 1357 stroker_line_to((struct stroker *)&stroker, x3, y3); in path_create_stroke() [all …]
|
D | SConscript | 41 'stroker.c',
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftstroke.c | 794 FT_Stroker stroker = NULL; in FT_Stroker_New() local 802 if ( !FT_NEW( stroker ) ) in FT_Stroker_New() 804 stroker->library = library; in FT_Stroker_New() 806 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New() 807 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New() 810 *astroker = stroker; in FT_Stroker_New() 819 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() argument 825 stroker->radius = radius; in FT_Stroker_Set() 826 stroker->line_cap = line_cap; in FT_Stroker_Set() 827 stroker->line_join = line_join; in FT_Stroker_Set() [all …]
|
/external/freetype/src/base/ |
D | ftstroke.c | 794 FT_Stroker stroker = NULL; in FT_Stroker_New() local 802 if ( !FT_NEW( stroker ) ) in FT_Stroker_New() 804 stroker->library = library; in FT_Stroker_New() 806 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New() 807 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New() 810 *astroker = stroker; in FT_Stroker_New() 819 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() argument 825 stroker->radius = radius; in FT_Stroker_Set() 826 stroker->line_cap = line_cap; in FT_Stroker_Set() 827 stroker->line_join = line_join; in FT_Stroker_Set() [all …]
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftstroke.c | 794 FT_Stroker stroker = NULL; in FT_Stroker_New() local 802 if ( !FT_NEW( stroker ) ) in FT_Stroker_New() 804 stroker->library = library; in FT_Stroker_New() 806 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New() 807 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New() 810 *astroker = stroker; in FT_Stroker_New() 819 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() argument 825 stroker->radius = radius; in FT_Stroker_Set() 826 stroker->line_cap = line_cap; in FT_Stroker_Set() 827 stroker->line_join = line_join; in FT_Stroker_Set() [all …]
|
/external/freetype/include/ |
D | ftstroke.h | 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); 341 FT_Stroker_ParseOutline( FT_Stroker stroker, 372 FT_Stroker_BeginSubPath( FT_Stroker stroker, 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); 425 FT_Stroker_LineTo( FT_Stroker stroker, 456 FT_Stroker_ConicTo( FT_Stroker stroker, 491 FT_Stroker_CubicTo( FT_Stroker stroker, 537 FT_Stroker_GetBorderCounts( FT_Stroker stroker, 583 FT_Stroker_ExportBorder( FT_Stroker stroker, [all …]
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftstroke.h | 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); 341 FT_Stroker_ParseOutline( FT_Stroker stroker, 372 FT_Stroker_BeginSubPath( FT_Stroker stroker, 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); 425 FT_Stroker_LineTo( FT_Stroker stroker, 456 FT_Stroker_ConicTo( FT_Stroker stroker, 491 FT_Stroker_CubicTo( FT_Stroker stroker, 537 FT_Stroker_GetBorderCounts( FT_Stroker stroker, 583 FT_Stroker_ExportBorder( FT_Stroker stroker, [all …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
D | ftstroke.h | 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); 341 FT_Stroker_ParseOutline( FT_Stroker stroker, 372 FT_Stroker_BeginSubPath( FT_Stroker stroker, 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); 425 FT_Stroker_LineTo( FT_Stroker stroker, 456 FT_Stroker_ConicTo( FT_Stroker stroker, 491 FT_Stroker_CubicTo( FT_Stroker stroker, 537 FT_Stroker_GetBorderCounts( FT_Stroker stroker, 583 FT_Stroker_ExportBorder( FT_Stroker stroker, [all …]
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
D | ftstroke.h | 281 FT_Stroker_Set( FT_Stroker stroker, 304 FT_Stroker_Rewind( FT_Stroker stroker ); 341 FT_Stroker_ParseOutline( FT_Stroker stroker, 372 FT_Stroker_BeginSubPath( FT_Stroker stroker, 398 FT_Stroker_EndSubPath( FT_Stroker stroker ); 425 FT_Stroker_LineTo( FT_Stroker stroker, 456 FT_Stroker_ConicTo( FT_Stroker stroker, 491 FT_Stroker_CubicTo( FT_Stroker stroker, 537 FT_Stroker_GetBorderCounts( FT_Stroker stroker, 583 FT_Stroker_ExportBorder( FT_Stroker stroker, [all …]
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 105 SkStroke stroker; in applyToPath() local 106 stroker.setCap(fCap); in applyToPath() 107 stroker.setJoin(fJoin); in applyToPath() 108 stroker.setMiterLimit(fMiterLimit); in applyToPath() 109 stroker.setWidth(fWidth); in applyToPath() 110 stroker.setDoFill(fStrokeAndFill); in applyToPath() 111 stroker.strokePath(src, dst); in applyToPath()
|
D | SkStroke.cpp | 577 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), in strokePath() local 586 stroker.moveTo(pts[0]); in strokePath() 589 stroker.lineTo(pts[1]); in strokePath() 593 stroker.quadTo(pts[1], pts[2]); in strokePath() 602 stroker.quadTo(quadPts[1], quadPts[2]); in strokePath() 608 stroker.cubicTo(pts[1], pts[2], pts[3]); in strokePath() 612 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath() 619 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkStrokeRec.cpp | 105 SkStroke stroker; in applyToPath() local 106 stroker.setCap(fCap); in applyToPath() 107 stroker.setJoin(fJoin); in applyToPath() 108 stroker.setMiterLimit(fMiterLimit); in applyToPath() 109 stroker.setWidth(fWidth); in applyToPath() 110 stroker.setDoFill(fStrokeAndFill); in applyToPath() 111 stroker.strokePath(src, dst); in applyToPath()
|
D | SkStroke.cpp | 578 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), in strokePath() local 587 stroker.moveTo(pts[0]); in strokePath() 590 stroker.lineTo(pts[1]); in strokePath() 594 stroker.quadTo(pts[1], pts[2]); in strokePath() 603 stroker.quadTo(quadPts[1], quadPts[2]); in strokePath() 609 stroker.cubicTo(pts[1], pts[2], pts[3]); in strokePath() 613 stroker.close(lastSegment == SkPath::kLine_Verb); in strokePath() 620 stroker.done(dst, lastSegment == SkPath::kLine_Verb); in strokePath()
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 27993 stroker strOkP
|