Home
last modified time | relevance | path

Searched refs:modifiedPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.cpp900 SkPath modifiedPath; in internalDrawPath() local
912 pathPtr = &modifiedPath; in internalDrawPath()
926 modifiedPath = origPath; in internalDrawPath()
927 pathPtr = &modifiedPath; in internalDrawPath()
944 modifiedPath = origPath; in internalDrawPath()
945 pathPtr = &modifiedPath; in internalDrawPath()
1815 SkPath modifiedPath; in handleInversePath() local
1822 bool doFillPath = paint.getFillPath(origPath, &modifiedPath); in handleInversePath()
1826 pathPtr = &modifiedPath; in handleInversePath()
1830 modifiedPath.toggleInverseFillType(); in handleInversePath()
[all …]
/external/skia/src/xps/
DSkXPSDevice.cpp1513 SkPath modifiedPath; in drawPath() local
1523 skeletalPath = &modifiedPath; in drawPath()
1536 fillablePath = &modifiedPath; in drawPath()
1633 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath; in drawPath()
1690 xpsCompatiblePath = &modifiedPath; in drawPath()
1734 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp1701 std::vector<VariablePathComponent> modifiedPath; in findProgramVariablePathByPathName() local
1703 if (!traverseProgramVariablePath(modifiedPath, program, pathName, filter)) in findProgramVariablePathByPathName()
1707 typePath.swap(modifiedPath); in findProgramVariablePathByPathName()