Searched refs:strokeSize (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/core/
H A DSkScan.h57 static void FrameRect(const SkRect&, const SkPoint& strokeSize,
59 static void AntiFrameRect(const SkRect&, const SkPoint& strokeSize,
93 static void AntiFrameRect(const SkRect&, const SkPoint& strokeSize,
H A DSkScan_Antihair.cpp916 void SkScan::AntiFrameRect(const SkRect& r, const SkPoint& strokeSize,
918 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
920 SkScalar rx = SkScalarHalf(strokeSize.fX);
921 SkScalar ry = SkScalarHalf(strokeSize.fY);
945 rx = strokeSize.fX - rx;
946 ry = strokeSize.fY - ry;
958 if (strokeSize.fX < 1 || strokeSize.fY < 1) {
996 void SkScan::AntiFrameRect(const SkRect& r, const SkPoint& strokeSize,
[all...]
H A DSkScan_Hairline.cpp632 void SkScan::FrameRect(const SkRect& r, const SkPoint& strokeSize,
634 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
636 if (strokeSize.fX < 0 || strokeSize.fY < 0) {
640 const SkScalar dx = strokeSize.fX;
641 const SkScalar dy = strokeSize.fY;
H A DSkDraw.h113 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
117 SkPoint* strokeSize);
H A DSkDraw.cpp684 SkPoint* strokeSize) {
690 *strokeSize = compute_stroke_size(paint, matrix);
696 SkPoint* strokeSize) {
713 } else if (easy_rect_join(paint, matrix, strokeSize)) {
759 SkPoint strokeSize; local
760 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
780 // For kStroke_RectType, strokeSize is already computed.
782 ? strokeSize
823 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter);
825 SkScan::FrameRect(localDevRect, strokeSize, cli
683 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
694 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
[all...]
/external/skqp/src/core/
H A DSkScan.h56 static void FrameRect(const SkRect&, const SkPoint& strokeSize,
58 static void AntiFrameRect(const SkRect&, const SkPoint& strokeSize,
91 static void AntiFrameRect(const SkRect&, const SkPoint& strokeSize,
H A DSkScan_Antihair.cpp916 void SkScan::AntiFrameRect(const SkRect& r, const SkPoint& strokeSize,
918 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
920 SkScalar rx = SkScalarHalf(strokeSize.fX);
921 SkScalar ry = SkScalarHalf(strokeSize.fY);
945 rx = strokeSize.fX - rx;
946 ry = strokeSize.fY - ry;
958 if (strokeSize.fX < 1 || strokeSize.fY < 1) {
996 void SkScan::AntiFrameRect(const SkRect& r, const SkPoint& strokeSize,
[all...]
H A DSkScan_Hairline.cpp632 void SkScan::FrameRect(const SkRect& r, const SkPoint& strokeSize,
634 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
636 if (strokeSize.fX < 0 || strokeSize.fY < 0) {
640 const SkScalar dx = strokeSize.fX;
641 const SkScalar dy = strokeSize.fY;
H A DSkDraw.h112 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
116 SkPoint* strokeSize);
H A DSkDraw.cpp679 SkPoint* strokeSize) {
685 *strokeSize = compute_stroke_size(paint, matrix);
691 SkPoint* strokeSize) {
708 } else if (easy_rect_join(paint, matrix, strokeSize)) {
754 SkPoint strokeSize; local
755 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
775 // For kStroke_RectType, strokeSize is already computed.
777 ? strokeSize
818 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter);
820 SkScan::FrameRect(localDevRect, strokeSize, cli
678 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
689 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
[all...]

Completed in 2181 milliseconds