OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scaledout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp
461
SkPath
scaledOut
;
462
scaledOut
.addPath(out, scale);
463
scaledOut
.setFillType(out.getFillType());
464
int result = comparePaths(pathOut, scaledPathOut, out,
scaledOut
, bitmap, a, b, shapeOp, scale);
/external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp
636
SkPath
scaledOut
;
637
scaledOut
.addPath(out, scale);
638
scaledOut
.setFillType(out.getFillType());
639
int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out,
scaledOut
, bitmap,
/external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp
461
SkPath
scaledOut
;
462
scaledOut
.addPath(out, scale);
463
scaledOut
.setFillType(out.getFillType());
464
int result = comparePaths(pathOut, scaledPathOut, out,
scaledOut
, bitmap, a, b, shapeOp, scale);
/external/skia/tests/
PathOpsExtendedTest.cpp
636
SkPath
scaledOut
;
637
scaledOut
.addPath(out, scale);
638
scaledOut
.setFillType(out.getFillType());
639
int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out,
scaledOut
, bitmap,
Completed in 315 milliseconds