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

  /external/freetype/src/cff/
cf2intrp.c 333 CF2_GlyphPath glyphPath,
391 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
466 CF2_GlyphPathRec glyphPath;
491 cf2_glyphpath_init( &glyphPath,
653 cf2_glyphpath_moveTo( &glyphPath, curX, curY );
670 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
700 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
739 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
975 &glyphPath,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2intrp.c 333 CF2_GlyphPath glyphPath,
391 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
466 CF2_GlyphPathRec glyphPath;
491 cf2_glyphpath_init( &glyphPath,
653 cf2_glyphpath_moveTo( &glyphPath, curX, curY );
670 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
700 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
739 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
975 &glyphPath,
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 333 CF2_GlyphPath glyphPath,
391 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
466 CF2_GlyphPathRec glyphPath;
491 cf2_glyphpath_init( &glyphPath,
653 cf2_glyphpath_moveTo( &glyphPath, curX, curY );
670 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
700 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
739 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
975 &glyphPath,
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 158 const SkPath* glyphPath = scaler->getGlyphPath(skGlyph);
159 if (!glyphPath) {
163 glyph->fPath = new SkPath(*glyphPath);

Completed in 173 milliseconds