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

  /external/skia/tests/
AsADashTest.cpp 20 SkPathEffect::DashType dashType = pe->asADash(&info);
21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
29 SkPathEffect::DashType dashType = pe->asADash(nullptr);
30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
42 SkPathEffect::DashType dashType = pe->asADash(&info);
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
  /external/skqp/tests/
AsADashTest.cpp 20 SkPathEffect::DashType dashType = pe->asADash(&info);
21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
29 SkPathEffect::DashType dashType = pe->asADash(nullptr);
30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
42 SkPathEffect::DashType dashType = pe->asADash(&info);
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
  /external/skia/src/core/
SkPictureCommon.h 40 SkPathEffect::DashType dashType = effect->asADash(&info);
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skqp/src/core/
SkPictureCommon.h 40 SkPathEffect::DashType dashType = effect->asADash(&info);
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skia/src/utils/
SkLua.cpp 1109 SkPathEffect::DashType dashType = pe->asADash(&info);
1110 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/skqp/src/utils/
SkLua.cpp 1109 SkPathEffect::DashType dashType = pe->asADash(&info);
1110 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 160 milliseconds