Searched refs:dashType (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info); local
19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
27 SkPathEffect::DashType dashType = pe->asADash(NULL); local
28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
40 SkPathEffect::DashType dashType = pe->asADash(&info); local
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
/external/skia/src/core/
H A DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); local
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
H A DSkPicture.cpp156 SkPathEffect::DashType dashType = effect->asADash(&info); local
158 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
/external/skia/src/utils/
H A DSkLua.cpp1275 SkPathEffect::DashType dashType = pe->asADash(&info); local
1276 if (SkPathEffect::kDash_DashType == dashType) {

Completed in 166 milliseconds