Lines Matching refs:fVerbs
35 fVerbs.reset(); in reset()
70 fVerbs.setReserve(Sk32_sat_add(fVerbs.count(), extraVbCount)); in incReserve()
89 fVerbs.push_back((uint8_t)SkPathVerb::kMove); in moveTo()
100 fVerbs.push_back((uint8_t)SkPathVerb::kLine); in lineTo()
112 fVerbs.push_back((uint8_t)SkPathVerb::kQuad); in quadTo()
124 fVerbs.push_back((uint8_t)SkPathVerb::kConic); in conicTo()
138 fVerbs.push_back((uint8_t)SkPathVerb::kCubic); in cubicTo()
145 if (fVerbs.count() > 0) { in close()
148 fVerbs.push_back((uint8_t)SkPathVerb::kClose); in close()
214 fVerbs, in snapshot()
221 std::move(fVerbs), in detach()
317 if (fVerbs.count() == 0) { in arcTo()
764 memset(fVerbs.append(count), (uint8_t)SkPathVerb::kLine, count); in polylineTo()