HomeSort by relevance Sort by last modified time
    Searched refs:DashType (Results 1 - 9 of 9) 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(NULL);
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/effects/
SkDashPathEffect.h 52 DashType asADash(DashInfo* info) const override;
  /external/skia/include/core/
SkPathEffect.h 112 * info. Thus the general approach will be call asADash once with default info to get DashType
117 enum DashType {
132 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/core/
SkPathEffect.cpp 25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
SkPictureContentInfo.cpp 50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
SkPicture.cpp 156 SkPathEffect::DashType dashType = effect->asADash(&info);
158 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skia/src/gpu/
GrStrokeInfo.h 142 SkPathEffect::DashType fDashType;
  /external/skia/src/effects/
SkDashPathEffect.cpp 347 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 635 milliseconds