HomeSort by relevance Sort by last modified time
    Searched full:dashtype (Results 1 - 11 of 11) 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/effects/
SkDashPathEffect.h 48 DashType asADash(DashInfo* info) const override;
  /external/skia/src/core/
SkPictureCommon.h 113 SkPathEffect::DashType dashType = effect->asADash(&info);
115 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 25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
  /external/skia/include/core/
SkPathEffect.h 109 * info. Thus the general approach will be call asADash once with default info to get DashType
114 enum DashType {
129 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/gpu/
GrStrokeInfo.h 185 SkPathEffect::DashType fDashType;
  /external/skia/tools/json/
SkJSONCanvas.cpp 367 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo);
368 if (dashType == SkPathEffect::kDash_DashType) {
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 348 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 609 milliseconds