Searched refs:fStrokes (Results 1 – 6 of 6) sorted by relevance
34 fStrokes.clear(); in onRevalidate()42 auto& bucket = paint->style() == SkPaint::kFill_Style ? fFills : fStrokes; in onRevalidate()50 fGeometries.size(), fFills.size(), fStrokes.size()); in onRevalidate()68 for (const auto* stroke : fStrokes) { in onRender()
82 int fStrokes[kMaxNumLinearSegmentsLog2 + 1]; member153 ret.fStrokes[i] = fStrokes[i] + t.fStrokes[i];
511 int instanceIdx = fCurrNextInstances->fStrokes[0]++; in appendLinearStrokeInstance()512 SkASSERT(instanceIdx < fCurrEndInstances->fStrokes[0]); in appendLinearStrokeInstance()521 int instanceIdx = fCurrNextInstances->fStrokes[numLinearSegmentsLog2]++; in appendCubicStrokeInstance()522 SkASSERT(instanceIdx < fCurrEndInstances->fStrokes[numLinearSegmentsLog2]); in appendCubicStrokeInstance()572 fBaseInstances[0].fStrokes[0] = 0; in prepareToDraw()573 fBaseInstances[1].fStrokes[0] = fInstanceCounts[0]->fStrokes[0]; in prepareToDraw()574 int endLinearStrokesIdx = fBaseInstances[1].fStrokes[0] + fInstanceCounts[1]->fStrokes[0]; in prepareToDraw()580 fBaseInstances[j].fStrokes[i] = cubicStrokesIdx; in prepareToDraw()581 cubicStrokesIdx += fInstanceCounts[j]->fStrokes[i]; in prepareToDraw()731 int baseInstance = fBaseInstances[(int)GrScissorTest::kDisabled].fStrokes[numSegmentsLog2]; in appendStrokeMeshesToBuffers()[all …]
396 ++fCurrStrokeTallies->fStrokes[numSegmentsLog2]; in recordStroke()558 fCurrStrokeTallies->fStrokes[0] += 2; in recordCapsIfAny()
815 SkTArray<Stroke> fStrokes; member in AAGeometryView1484 fStrokes.reset(); in gather_strokes()1486 Stroke& inner = fStrokes.push_back(); in gather_strokes()1489 Stroke& outer = fStrokes.push_back(); in gather_strokes()1500 for (int index = 0; index < fStrokes.count(); ++index) { in trim_strokes()1501 SkPath& outPath = fStrokes[index].fPath; in trim_strokes()1502 for (int inner = 0; inner < fStrokes.count(); ++inner) { in trim_strokes()1506 SkPath& inPath = fStrokes[inner].fPath; in trim_strokes()
270 fStrokes; variable