Searched refs:DashType (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info);
27 SkPathEffect::DashType dashType = pe->asADash(NULL);
40 SkPathEffect::DashType dashType = pe->asADash(&info);
/external/skia/tests/
H A DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info);
27 SkPathEffect::DashType dashType = pe->asADash(NULL);
40 SkPathEffect::DashType dashType = pe->asADash(&info);
/external/chromium_org/third_party/skia/include/effects/
H A DSkDashPathEffect.h52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
/external/skia/include/effects/
H A DSkDashPathEffect.h52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
/external/skia/src/core/
H A DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
H A DSkPictureRecord.cpp993 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h112 * info. Thus the general approach will be call asADash once with default info to get DashType
117 enum DashType { enum in class:SkPathEffect
132 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/core/
H A DSkPathEffect.h112 * info. Thus the general approach will be call asADash once with default info to get DashType
117 enum DashType { enum in class:SkPathEffect
132 virtual DashType asADash(DashInfo* info) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
H A DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
H A DSkPicture.cpp163 SkPathEffect::DashType dashType = effect->asADash(&info);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h94 SkPathEffect::DashType fDashType;
/external/skia/src/gpu/
H A DGrStrokeInfo.h94 SkPathEffect::DashType fDashType;
/external/skia/src/effects/
H A DSkDashPathEffect.cpp227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
/external/chromium_org/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp347 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp1041 SkPathEffect::DashType dashType = pe->asADash(&info);
/external/skia/src/utils/
H A DSkLua.cpp1033 SkPathEffect::DashType dashType = pe->asADash(&info);

Completed in 1933 milliseconds