Searched refs:kDash_DashType (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DAsADashTest.cpp28 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/src/gpu/
H A DGrStrokeInfo.h95 if (SkPathEffect::kDash_DashType == fDashType) {
111 fDashType = SkPathEffect::kDash_DashType;
123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType);
/external/skia/include/core/
H A DSkPathEffect.h105 * If the PathEffect can be represented as a dash pattern, asADash will return kDash_DashType
116 kDash_DashType, //!< fills in all of the info parameter enumerator in enum:SkPathEffect::DashType
/external/skia/src/core/
H A DSkPictureCommon.h115 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
H A DSkPictureContentInfo.cpp52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
/external/skia/src/effects/
H A DSkDashPathEffect.cpp356 return kDash_DashType;
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp67 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) {
/external/skia/tools/json/
H A DSkJSONCanvas.cpp368 if (dashType == SkPathEffect::kDash_DashType) {
/external/skia/src/utils/
H A DSkLua.cpp1310 if (SkPathEffect::kDash_DashType == dashType) {
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp980 if (dashType == SkPathEffect::kDash_DashType) {

Completed in 235 milliseconds