Searched refs:kRepeatCnt (Results 1 – 1 of 1) sorted by relevance
3481 static const int kRepeatCnt = 10; in TestPathRef() local3488 ed.growForRepeatedVerb(SkPath::kMove_Verb, kRepeatCnt); in TestPathRef()3489 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()3490 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()3492 for (int i = 0; i < kRepeatCnt; ++i) { in TestPathRef()3499 ed.growForRepeatedVerb(SkPath::kLine_Verb, kRepeatCnt); in TestPathRef()3500 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()3501 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()3503 for (int i = 0; i < kRepeatCnt; ++i) { in TestPathRef()3510 ed.growForRepeatedVerb(SkPath::kQuad_Verb, kRepeatCnt); in TestPathRef()[all …]