Searched refs:asADash (Results 1 - 19 of 19) 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);
45 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
48 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);
45 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
48 pe->asADash(&info);
/external/chromium_org/third_party/skia/include/effects/
H A DSkDashPathEffect.h52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
/external/skia/src/gpu/
H A DGrStrokeInfo.h61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
/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 { function in class:SkPathEffect
H A DSkPictureRecord.cpp993 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { function in class:SkPathEffect
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/include/core/
H A DSkPathEffect.h108 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
112 * info. Thus the general approach will be call asADash once with default info to get DashType
114 * in info, then call asADash again with the same info and the intervals will get copied in.
132 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/core/
H A DSkPathEffect.h108 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
112 * info. Thus the general approach will be call asADash once with default info to get DashType
114 * in info, then call asADash again with the same info and the intervals will get copied in.
132 virtual DashType asADash(DashInfo* info) const;
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing_full.lua67 local de = pe:asADash()
/external/skia/tools/lua/
H A Dscrape_dashing_full.lua67 local de = pe:asADash()
/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);
1045 pe->asADash(&info);
1059 { "asADash", lpatheffect_asADash },
/external/skia/src/utils/
H A DSkLua.cpp1033 SkPathEffect::DashType dashType = pe->asADash(&info);
1037 pe->asADash(&info);
1051 { "asADash", lpatheffect_asADash },

Completed in 363 milliseconds