OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyToPath
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h
68
* Returns true if this specifes any thick stroking, i.e.
applyToPath
()
86
bool
applyToPath
(SkPath* dst, const SkPath& src) const;
/external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp
100
bool SkStrokeRec::
applyToPath
(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp
687
if (rec.
applyToPath
(&strokePath, localPath)) {
SkPaint.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp
[
all
...]
SkGpuDevice.cpp
748
if (stroke.
applyToPath
(strokedPath, *pathPtr)) {
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathTest.cpp
90
stroke.
applyToPath
(&path, path);
[
all
...]
Completed in 1100 milliseconds