/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
|
D | stroker.c | 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_move_to() 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_emit_line_to() 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_emit_curve_to() 614 static INLINE void create_round_join(struct stroker *stroker, in create_round_join() 632 static void create_joins(struct stroker *stroker, in create_joins() 750 static void stroker_add_segment(struct stroker *stroker, in stroker_add_segment() 798 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_move_to() 814 void stroker_line_to(struct stroker *stroker, VGfloat x, VGfloat y) in stroker_line_to() 827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() 869 struct stroker *stroker, in vg_stroke_outline() [all …]
|
D | arc.c | 476 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_point() local 482 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_curve() local 491 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_point() local 497 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_curve() local 684 struct stroker *stroker, in arc_stroker_emit()
|
D | path.c | 1238 struct dash_stroker stroker; in path_create_stroke() local
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 804 FT_Stroker stroker = NULL; in FT_Stroker_New() local 832 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 861 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 874 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 892 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 919 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 994 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1059 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1220 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1254 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/freetype/src/base/ |
D | ftstroke.c | 805 FT_Stroker stroker = NULL; in FT_Stroker_New() local 833 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 862 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 875 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 893 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 920 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 995 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1060 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1221 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1255 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftstroke.c | 804 FT_Stroker stroker = NULL; in FT_Stroker_New() local 832 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 861 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 874 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 892 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 919 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 994 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1059 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1220 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1254 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath() local
|
D | SkStroke.cpp | 1373 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), fResScale); in strokePath() local
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeTypeFontGenerator.java | 382 Stroker stroker = null; in generateData() local 479 …har c, FreeTypeBitmapFontData data, FreeTypeFontParameter parameter, Stroker stroker, float baseLi… in createGlyph() 641 Stroker stroker; field in FreeTypeFontGenerator.FreeTypeBitmapFontData
|
D | FreeType.java | 99 long stroker = strokerNew(address); in createStroker() local 499 public void strokeBorder(Stroker stroker, boolean inside) { in strokeBorder() 503 private static native long strokeBorder(long glyph, long stroker, boolean inside); /* in strokeBorder() 762 …private static native void set(long stroker, int radius, int lineCap, int lineJoin, int miterLimit… in set() 771 private static native void done(long stroker); /* in done()
|
/external/libgdx/extensions/gdx-freetype/jni/ |
D | com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp | 44 FT_Stroker stroker; in Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Library_strokerNew() local 479 …eType_00024Glyph_strokeBorder(JNIEnv* env, jclass clazz, jlong glyph, jlong stroker, jboolean insi… in Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Glyph_strokeBorder() 678 …ics_g2d_freetype_FreeType_00024Stroker_set(JNIEnv* env, jclass clazz, jlong stroker, jint radius, … in Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Stroker_set() 688 …ic_gdx_graphics_g2d_freetype_FreeType_00024Stroker_done(JNIEnv* env, jclass clazz, jlong stroker) { in Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Stroker_done()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 246 SkStroke stroker; in SkRasterizeStroke() local
|