Searched refs:skeletalPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1529 SkPath* skeletalPath = const_cast<SkPath*>(&platonicPath); local
1533 skeletalPath = &modifiedPath;
1536 platonicPath.transform(*prePathMatrix, skeletalPath);
1543 SkPath* fillablePath = skeletalPath;
1549 bool fill = paint->getFillPath(*skeletalPath, fillablePath);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1686 SkPath* skeletalPath = const_cast<SkPath*>(&platonicPath); local
1690 skeletalPath = &modifiedPath;
1693 platonicPath.transform(*prePathMatrix, skeletalPath);
1700 SkPath* fillablePath = skeletalPath;
1706 bool fill = paint->getFillPath(*skeletalPath, fillablePath);

Completed in 96 milliseconds