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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
  /external/skia/include/effects/
SkDashPathEffect.h 52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/core/
SkPathEffect.cpp 25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
SkPictureRecord.cpp     [all...]
  /external/skia/src/core/
SkPathEffect.cpp 25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const {
SkPictureRecord.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrStrokeInfo.h 94 SkPathEffect::DashType fDashType;
  /external/skia/src/gpu/
GrStrokeInfo.h 94 SkPathEffect::DashType fDashType;
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
  /external/skia/src/effects/
SkDashPathEffect.cpp 227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const {
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1033 SkPathEffect::DashType dashType = pe->asADash(&info);
1034 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1033 SkPathEffect::DashType dashType = pe->asADash(&info);
1034 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]

Completed in 1899 milliseconds