Searched refs:kRepeatCnt (Results 1 – 1 of 1) sorted by relevance
4232 static const int kRepeatCnt = 10; in TestPathRef() local4239 ed.growForRepeatedVerb(SkPath::kMove_Verb, kRepeatCnt); in TestPathRef()4240 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()4241 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()4243 for (int i = 0; i < kRepeatCnt; ++i) { in TestPathRef()4250 ed.growForRepeatedVerb(SkPath::kLine_Verb, kRepeatCnt); in TestPathRef()4251 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()4252 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()4254 for (int i = 0; i < kRepeatCnt; ++i) { in TestPathRef()4261 ed.growForRepeatedVerb(SkPath::kQuad_Verb, kRepeatCnt); in TestPathRef()[all …]