Searched refs:CubicStrokeInstance (Results 1 – 1 of 1) sorted by relevance
38 struct CubicStrokeInstance { struct49 inline void CubicStrokeInstance::set(const SkPoint P[4], float dx, float dy, float strokeRadius, in set()56 inline void CubicStrokeInstance::set(const Sk4f& X, const Sk4f& Y, float dx, float dy, in set()165 using Instance = CubicStrokeInstance; in CubicStrokeProcessor()517 CubicStrokeInstance& appendCubicStrokeInstance(int numLinearSegmentsLog2) { in appendCubicStrokeInstance()524 return reinterpret_cast<CubicStrokeInstance*>(fInstanceBufferData)[instanceIdx]; in appendCubicStrokeInstance()577 sizeof(CubicStrokeInstance)); in prepareToDraw()585 int trianglesIdx = GR_CT_DIV_ROUND_UP(cubicStrokesIdx * sizeof(CubicStrokeInstance), in prepareToDraw()