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

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1532 SkPath* skeletalPath = const_cast<SkPath*>(&platonicPath); local
1536 skeletalPath = &modifiedPath;
1539 platonicPath.transform(*prePathMatrix, skeletalPath);
1546 SkPath* fillablePath = skeletalPath;
1552 bool fill = paint->getFillPath(*skeletalPath, fillablePath);

Completed in 105 milliseconds