HomeSort by relevance Sort by last modified time
    Searched refs:dashType (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
AsADashTest.cpp 18 SkPathEffect::DashType dashType = pe->asADash(&info);
19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
27 SkPathEffect::DashType dashType = pe->asADash(nullptr);
28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
40 SkPathEffect::DashType dashType = pe->asADash(&info);
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
  /external/skia/src/core/
SkPictureCommon.h 97 SkPathEffect::DashType dashType = effect->asADash(&info);
99 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
SkPictureContentInfo.cpp 50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 114 milliseconds