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

  /external/skia/tests/
AsADashTest.cpp 30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
47 // Since it is a kDash_DashType, allocate space for the intervals and recall asADash
  /external/skqp/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/skia/include/core/
SkPathEffect.h 120 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
131 kDash_DashType, //!< fills in all of the info parameter
  /external/skqp/include/core/
SkPathEffect.h 120 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
131 kDash_DashType, //!< fills in all of the info parameter
  /external/skia/src/core/
SkPictureCommon.h 42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skqp/src/core/
SkPictureCommon.h 42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skia/src/gpu/
GrStyle.cpp 114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
117 fDashInfo.fType = SkPathEffect::kDash_DashType;
133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) {
GrStyle.h 125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
GrTestUtils.cpp 302 return kDash_DashType;
  /external/skqp/src/gpu/
GrStyle.cpp 114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
117 fDashInfo.fType = SkPathEffect::kDash_DashType;
133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) {
GrStyle.h 125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
GrTestUtils.cpp 302 return kDash_DashType;
  /external/skia/src/effects/
SkDashPathEffect.cpp 359 return kDash_DashType;
  /external/skqp/src/effects/
SkDashPathEffect.cpp 359 return kDash_DashType;
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 60 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) {
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skqp/src/utils/
SkLua.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 336 milliseconds