Searched refs:strokeFirst (Results 1 – 7 of 7) sorted by relevance
336 bool strokeFirst() in strokeFirst() function339 return rs.stroke->strokeFirst; in strokeFirst()342 void strokeFirst(bool strokeFirst) in strokeFirst() function345 rs.stroke->strokeFirst = strokeFirst; in strokeFirst()
117 bool strokeFirst = false; member146 strokeFirst = rhs.strokeFirst;
311 Result Shape::order(bool strokeFirst) noexcept in order() argument313 pImpl->strokeFirst(strokeFirst); in order()
91 …return strokeWidth < 2.0f || rshape->stroke->dashCnt > 0 || rshape->stroke->strokeFirst || rshape-… in antialiasing()436 if (task->rshape->stroke && task->rshape->stroke->strokeFirst) { in renderShape()
506 TVG_API Tvg_Result tvg_shape_set_paint_order(Tvg_Paint* paint, bool strokeFirst) in tvg_shape_set_paint_order() argument509 return (Tvg_Result) reinterpret_cast<Shape*>(paint)->order(strokeFirst); in tvg_shape_set_paint_order()
1611 TVG_API Tvg_Result tvg_shape_set_paint_order(Tvg_Paint* paint, bool strokeFirst);
1117 Result order(bool strokeFirst) noexcept;