OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyToPath
(Results
1 - 11
of
11
) sorted by null
/external/skia/include/core/
SkStrokeRec.h
76
* Returns true if this specifes any thick stroking, i.e.
applyToPath
()
94
bool
applyToPath
(SkPath* dst, const SkPath& src) const;
/external/skia/src/core/
SkStrokeRec.cpp
105
bool SkStrokeRec::
applyToPath
(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp
652
if (rec.
applyToPath
(&strokePath, localPath)) {
SkPaint.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGLPathRange.cpp
92
if (!stroke->
applyToPath
(tmpPath.get(), *tmpPath.get())) {
GrGLPath.cpp
297
SkAssertResult(stroke->
applyToPath
(tmpPath.get(), *skPath));
/external/skia/src/gpu/
GrBlurUtils.cpp
180
if (strokeInfo.
applyToPath
(strokedPath, *pathPtr)) {
GrDrawContext.cpp
783
if (!dashlessStrokeInfo.
applyToPath
(tmpPath.get(), *pathPtr)) {
/external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp
121
if (!stroke.
applyToPath
(&path, path)) {
GrAADistanceFieldPathRenderer.cpp
144
// in fPath since that path may have resulted from a SkStrokeRec::
applyToPath
call.
562
args.fStroke->
applyToPath
(&geometry.fPath, *args.fPath);
/external/skia/tests/
PathTest.cpp
135
stroke.
applyToPath
(&path, path);
[
all
...]
Completed in 412 milliseconds