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 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 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     [all...]
  /external/skqp/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 337 milliseconds