Searched defs:glyphPath (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp154 Path glyphPath = svgGlyph.pathData; local
155 glyphPath.transform(glyphPathTransform);
161 activePaintingResource->postApplyResource(parentRenderObject, context, resourceMode, &glyphPath, 0);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.c332 CF2_GlyphPath glyphPath,
390 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
465 CF2_GlyphPathRec glyphPath; local
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,
329 cf2_doFlex( CF2_Stack opStack, CF2_Fixed* curX, CF2_Fixed* curY, CF2_GlyphPath glyphPath, const FT_Bool* readFromStack, FT_Bool doConditionalLastRead ) argument
[all...]
/external/freetype/src/cff/
H A Dcf2intrp.c332 CF2_GlyphPath glyphPath,
390 cf2_glyphpath_curveTo( glyphPath, vals[j * 6 + 2],
465 CF2_GlyphPathRec glyphPath; local
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,
329 cf2_doFlex( CF2_Stack opStack, CF2_Fixed* curX, CF2_Fixed* curY, CF2_GlyphPath glyphPath, const FT_Bool* readFromStack, FT_Bool doConditionalLastRead ) argument
[all...]

Completed in 99 milliseconds