OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCap
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkStroke.h
27
SkPaint::Cap
getCap
() const { return (SkPaint::Cap)fCap; }
SkStroke.cpp
578
SkPathStroker stroker(src, radius, fMiterLimit, this->
getCap
(),
/external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h
40
SkPaint::Cap
getCap
() const { return fCap; }
/external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp
55
key |= stroke.
getCap
() << kCapShift;
GrSWMaskHelper.cpp
136
paint.setStrokeCap(stroke.
getCap
());
/external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp
187
if (SkPaint::kButt_Cap != rec.
getCap
()) {
219
} else if (SkPaint::kRound_Cap != rec.
getCap
()) {
228
if (SkPaint::kRound_Cap == rec.
getCap
()) {
275
SkASSERT(SkPaint::kRound_Cap != rec.
getCap
()); // can't handle partial circles
324
SkASSERT(SkPaint::kRound_Cap != rec.
getCap
()); // can't handle partial circles
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp
125
GrGLenum cap = cap_to_gl_cap(stroke.
getCap
());
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp
65
const bool requiresAACircle = (stroke.
getCap
() == SkPaint::kRound_Cap) ||
274
switch (stroke.
getCap
()) {
/external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp
161
if (SkPaint::kButt_Cap != rec->
getCap
()) {
/external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp
56
SkPaint::Cap cap = strokeInfo.getStrokeRec().
getCap
();
181
SkPaint::Cap cap = strokeInfo.getStrokeRec().
getCap
();
[
all
...]
Completed in 588 milliseconds