Searched refs:dashType (Results 1 - 6 of 6) 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(nullptr); 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 DSkPictureCommon.h113 SkPathEffect::DashType dashType = effect->asADash(&info); local
115 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
H A DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); local
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
/external/skia/tools/json/
H A DSkJSONCanvas.cpp367 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); local
368 if (dashType == SkPathEffect::kDash_DashType) {
/external/skia/src/utils/
H A DSkLua.cpp1309 SkPathEffect::DashType dashType = pe->asADash(&info); local
1310 if (SkPathEffect::kDash_DashType == dashType) {
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp979 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); local
980 if (dashType == SkPathEffect::kDash_DashType) {

Completed in 338 milliseconds