HomeSort by relevance Sort by last modified time
    Searched refs:DashType (Results 1 - 12 of 12) 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/include/core/
SkPathEffect.h 124 * info. Thus the general approach will be call asADash once with default info to get DashType
129 enum DashType {
146 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/effects/
SkDashImpl.h 22 DashType asADash(DashInfo* info) const override;
SkDashPathEffect.cpp 351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const {
  /external/skia/src/gpu/
GrTestUtils.h 70 DashType asADash(DashInfo* info) const override;
GrStyle.h 202 SkPathEffect::DashType fType;
GrTestUtils.cpp 283 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const {
  /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) {
SkPathEffect.cpp 24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 353 milliseconds