Home | History | Annotate | Download | only in core

Lines Matching defs:strokeSize

738                            SkPoint* strokeSize) {
746 matrix.mapVectors(strokeSize, &pt, 1);
747 strokeSize->fX = SkScalarAbs(strokeSize->fX);
748 strokeSize->fY = SkScalarAbs(strokeSize->fY);
754 SkPoint* strokeSize) {
772 } else if (easy_rect_join(paint, matrix, strokeSize)) {
796 SkPoint strokeSize;
797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
850 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter);
852 SkScan::FrameRect(localDevRect, strokeSize, clip, blitter);