HomeSort by relevance Sort by last modified time
    Searched refs:stroker (Results 1 - 18 of 18) sorted by null

  /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/freetype/include/freetype/
ftstroke.h 5 /* FreeType path stroker (specification). */
36 * Glyph Stroker
90 * Opaque handle to a path stroker object.
102 * in a stroker.
264 * Create a new stroker object.
272 * A new stroker object handle. NULL in case of error.
288 * Reset a stroker object's attributes.
291 * stroker ::
292 * The target stroker handle.
315 FT_Stroker_Set( FT_Stroker stroker,
338 FT_Stroker_Rewind( FT_Stroker stroker ); variable
432 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable
691 FT_Stroker_Done( FT_Stroker stroker ); variable
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftstroke.h 5 /* FreeType path stroker (specification). */
36 * Glyph Stroker
90 * Opaque handle to a path stroker object.
102 * in a stroker.
264 * Create a new stroker object.
272 * A new stroker object handle. NULL in case of error.
288 * Reset a stroker object's attributes.
291 * stroker ::
292 * The target stroker handle.
315 FT_Stroker_Set( FT_Stroker stroker,
338 FT_Stroker_Rewind( FT_Stroker stroker ); variable
432 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable
691 FT_Stroker_Done( FT_Stroker stroker ); variable
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftstroke.h 5 /* FreeType path stroker (specification). */
36 * Glyph Stroker
90 * Opaque handle to a path stroker object.
102 * in a stroker.
264 * Create a new stroker object.
272 * A new stroker object handle. NULL in case of error.
288 * Reset a stroker object's attributes.
291 * stroker ::
292 * The target stroker handle.
315 FT_Stroker_Set( FT_Stroker stroker,
338 FT_Stroker_Rewind( FT_Stroker stroker ); variable
432 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable
691 FT_Stroker_Done( FT_Stroker stroker ); variable
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftstroke.h 5 /* FreeType path stroker (specification). */
36 * Glyph Stroker
90 * Opaque handle to a path stroker object.
102 * in a stroker.
264 * Create a new stroker object.
272 * A new stroker object handle. NULL in case of error.
288 * Reset a stroker object's attributes.
291 * stroker ::
292 * The target stroker handle.
315 FT_Stroker_Set( FT_Stroker stroker,
338 FT_Stroker_Rewind( FT_Stroker stroker ); variable
432 FT_Stroker_EndSubPath( FT_Stroker stroker ); variable
691 FT_Stroker_Done( FT_Stroker stroker ); variable
    [all...]
  /external/freetype/src/base/
ftstroke.c 5 /* FreeType path stroker (body). */
765 /***** STROKER *****/
805 FT_Stroker stroker = NULL; local
816 if ( !FT_NEW( stroker ) )
818 stroker->library = library;
820 ft_stroke_border_init( &stroker->borders[0], memory );
821 ft_stroke_border_init( &stroker->borders[1], memory );
824 *astroker = stroker;
833 FT_Stroker_Set( FT_Stroker stroker,
839 if ( !stroker )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 5 /* FreeType path stroker (body). */
764 /***** STROKER *****/
804 FT_Stroker stroker = NULL; local
815 if ( !FT_NEW( stroker ) )
817 stroker->library = library;
819 ft_stroke_border_init( &stroker->borders[0], memory );
820 ft_stroke_border_init( &stroker->borders[1], memory );
823 *astroker = stroker;
832 FT_Stroker_Set( FT_Stroker stroker,
838 if ( !stroker )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 5 /* FreeType path stroker (body). */
764 /***** STROKER *****/
804 FT_Stroker stroker = NULL; local
815 if ( !FT_NEW( stroker ) )
817 stroker->library = library;
819 ft_stroke_border_init( &stroker->borders[0], memory );
820 ft_stroke_border_init( &stroker->borders[1], memory );
823 *astroker = stroker;
832 FT_Stroker_Set( FT_Stroker stroker,
838 if ( !stroker )
    [all...]
  /external/skia/src/core/
SkStrokeRec.cpp 110 SkStroke stroker; local
111 stroker.setCap((SkPaint::Cap)fCap);
112 stroker.setJoin((SkPaint::Join)fJoin);
113 stroker.setMiterLimit(fMiterLimit);
114 stroker.setWidth(fWidth);
115 stroker.setDoFill(fStrokeAndFill);
117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale);
119 stroker.setResScale(fResScale);
121 stroker.strokePath(src, dst);
SkStroke.cpp     [all...]
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 44 import com.badlogic.gdx.graphics.g2d.freetype.FreeType.Stroker;
382 Stroker stroker = null; local
384 stroker = library.createStroker();
385 stroker.set((int)(parameter.borderWidth * 64f),
390 Glyph missingGlyph = createGlyph('\0', data, parameter, stroker, baseLine, packer);
414 Glyph glyph = createGlyph(c, data, parameter, stroker, baseLine, packer);
427 if (stroker != null && !incremental) stroker.dispose();
432 data.stroker = stroker;
641 Stroker stroker; field in class:FreeTypeFontGenerator.FreeTypeBitmapFontData
    [all...]
FreeType.java 98 public Stroker createStroker() {
99 long stroker = strokerNew(address); local
100 if(stroker == 0) throw new GdxRuntimeException("Couldn't create FreeType stroker");
101 return new Stroker(stroker);
105 FT_Stroker stroker;
106 FT_Error error = FT_Stroker_New((FT_Library)library, &stroker);
108 else return (jlong)stroker;
499 public void strokeBorder(Stroker stroker, boolean inside) {
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/
com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp 44 FT_Stroker stroker; local
45 FT_Error error = FT_Stroker_New((FT_Library)library, &stroker);
47 else return (jlong)stroker;
479 JNIEXPORT jlong JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Glyph_strokeBorder(JNIEnv* env, jclass clazz, jlong glyph, jlong stroker, jboolean inside) {
485 FT_Glyph_StrokeBorder(&border_glyph, (FT_Stroker)stroker, inside, 1);
678 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Stroker_set(JNIEnv* env, jclass clazz, jlong stroker, jint radius, jint lineCap, jint lineJoin, jint miterLimit) {
683 FT_Stroker_Set((FT_Stroker)stroker, radius, (FT_Stroker_LineCap)lineCap, (FT_Stroker_LineJoin)lineJoin, miterLimit);
688 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Stroker_done(JNIEnv* env, jclass clazz, jlong stroker) {
693 FT_Stroker_Done((FT_Stroker)stroker);
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 246 SkStroke stroker; local
247 stroker.setCap(cap);
248 stroker.setJoin(join);
249 stroker.setMiterLimit(pGraphState->m_MiterLimit);
250 stroker.setWidth(width);
251 stroker.setDoFill(FALSE);
252 stroker.strokePath(path_data, dstPathData);

Completed in 399 milliseconds