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

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp973 SkPath modifiedPath; local
980 pathPtr = &modifiedPath;
994 pathPtr = &modifiedPath;
1444 SkPath modifiedPath; local
1451 bool doFillPath = paint.getFillPath(origPath, &modifiedPath);
1455 pathPtr = &modifiedPath;
1459 modifiedPath.toggleInverseFillType();
1460 drawPath(d, modifiedPath, paint, NULL, true);
1484 if (!calculate_inverse_path(bounds, *pathPtr, &modifiedPath)) {
1488 drawPath(d, modifiedPath, noInversePain
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp974 SkPath modifiedPath; local
981 pathPtr = &modifiedPath;
995 pathPtr = &modifiedPath;
1543 SkPath modifiedPath; local
1550 bool doFillPath = paint.getFillPath(origPath, &modifiedPath);
1554 pathPtr = &modifiedPath;
1558 modifiedPath.toggleInverseFillType();
1559 drawPath(d, modifiedPath, paint, NULL, true);
1583 if (!calculate_inverse_path(bounds, *pathPtr, &modifiedPath)) {
1587 drawPath(d, modifiedPath, noInversePain
[all...]
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1523 SkPath modifiedPath; local
1533 skeletalPath = &modifiedPath;
1546 fillablePath = &modifiedPath;
1647 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath;
1704 xpsCompatiblePath = &modifiedPath;
1748 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath;
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1680 SkPath modifiedPath; local
1690 skeletalPath = &modifiedPath;
1703 fillablePath = &modifiedPath;
1804 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath;
1859 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1902 devicePath = pathIsMutable ? fillablePath : &modifiedPath;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp1305 std::vector<VariablePathComponent> modifiedPath; local
1307 if (!traverseProgramVariablePath(modifiedPath, program, pathName, filter))
1311 typePath.swap(modifiedPath);

Completed in 1069 milliseconds