Home
last modified time | relevance | path

Searched refs:devicePath (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/device/xps/
DSkXPSDevice.h291 const SkPath& devicePath,
/external/skia/src/device/xps/
DSkXPSDevice.cpp1748 SkPath* devicePath = xpsCompatiblePath; in drawPath() local
1751 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()
1752 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()
1755 stroke, fill, *devicePath)); in drawPath()