Home
last modified time | relevance | path

Searched defs:numLinearSegmentsLog2 (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStroker.cpp400 void appendQuadraticStroke(const SkPoint P[3], int numLinearSegmentsLog2) { in appendQuadraticStroke()
418 void appendCubicStroke(const SkPoint P[3], int numLinearSegmentsLog2) { in appendCubicStroke()
528 CubicStrokeInstance& appendCubicStrokeInstance(int numLinearSegmentsLog2) { in appendCubicStrokeInstance()