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

  /external/chromium_org/third_party/skia/src/gpu/
GrStrokeInfo.h 62 if (SkPathEffect::kDash_DashType == fDashType) {
73 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType);
  /external/chromium_org/third_party/skia/tests/
AsADashTest.cpp 28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
45 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 108 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
119 kDash_DashType, //!< fills in all of the info parameter
  /external/chromium_org/third_party/skia/src/core/
SkPictureContentInfo.cpp 52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
SkPicture.cpp 165 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 355 return kDash_DashType;
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1042 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]

Completed in 1895 milliseconds