Searched defs:clipToPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1768 return this->clipToPath(xpsVisual, clipPath, XPS_FILL_RULE_EVENODD);
1770 HRESULT SkXPSDevice::clipToPath(IXpsOMVisual* xpsVisual, function in class:SkXPSDevice
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1538 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO));
1922 return this->clipToPath(xpsVisual, clipPath, XPS_FILL_RULE_EVENODD);
1924 HRESULT SkXPSDevice::clipToPath(IXpsOMVisual* xpsVisual, function in class:SkXPSDevice

Completed in 137 milliseconds