OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaledPath
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkPathOpsTightBounds.cpp
58
SkPath
scaledPath
;
61
ScalePath(path, 1.f / scaleFactor, &
scaledPath
);
62
workingPath = &
scaledPath
;
SkPathOpsSimplify.cpp
165
SkPath
scaledPath
;
168
ScalePath(path, 1.f / scaleFactor, &
scaledPath
);
169
workingPath = &
scaledPath
;
Completed in 69 milliseconds