Searched refs:modifiedPath (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 944 SkPath modifiedPath; in drawPath() local 951 pathPtr = &modifiedPath; in drawPath() 965 pathPtr = &modifiedPath; in drawPath() 1430 SkPath modifiedPath; in handleInversePath() local 1437 bool doFillPath = paint.getFillPath(origPath, &modifiedPath); in handleInversePath() 1441 pathPtr = &modifiedPath; in handleInversePath() 1445 modifiedPath.toggleInverseFillType(); in handleInversePath() 1446 drawPath(d, modifiedPath, paint, NULL, true); in handleInversePath() 1470 if (!calculate_inverse_path(bounds, *pathPtr, &modifiedPath)) { in handleInversePath() 1474 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true); in handleInversePath()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1526 SkPath modifiedPath; in drawPath() local 1536 skeletalPath = &modifiedPath; in drawPath() 1549 fillablePath = &modifiedPath; in drawPath() 1650 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath; in drawPath() 1707 xpsCompatiblePath = &modifiedPath; in drawPath() 1751 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 1685 std::vector<VariablePathComponent> modifiedPath; in findProgramVariablePathByPathName() local 1687 if (!traverseProgramVariablePath(modifiedPath, program, pathName, filter)) in findProgramVariablePathByPathName() 1691 typePath.swap(modifiedPath); in findProgramVariablePathByPathName()
|