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 332 CF2_GlyphPath glyphPath,
390 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
465 CF2_GlyphPathRec glyphPath;
490 cf2_glyphpath_init( &glyphPath,
646 cf2_glyphpath_moveTo( &glyphPath, curX, curY );
663 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
693 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
732 cf2_glyphpath_lineTo( &glyphPath, curX, curY );
962 &glyphPath,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 154 Path glyphPath = svgGlyph.pathData;
155 glyphPath.transform(glyphPathTransform);
161 activePaintingResource->postApplyResource(parentRenderObject, context, resourceMode, &glyphPath, 0);
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 139 milliseconds