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

/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp546 Path glyphPath = identifier.pathData; local
547 glyphPath.transform(glyphPathTransform);
554 activePaintingResource->postApplyResource(referencingRenderObjectParent, context, resourceMode, &glyphPath);
/external/skia/legacy/src/core/
H A DSkDraw.cpp2036 const SkPath* glyphPath = cache->findPath(glyph); local
2037 if (glyphPath == NULL) {
2048 morphpath(&tmp, *glyphPath, meas, m);
/external/skia/src/core/
H A DSkDraw.cpp2181 const SkPath* glyphPath = cache->findPath(glyph); local
2182 if (glyphPath == NULL) {
2193 morphpath(&tmp, *glyphPath, meas, m);

Completed in 145 milliseconds