Searched refs:strokePaint (Results 1 – 10 of 10) sorted by relevance
115 SkPaint fillPaint, strokePaint, dashPaint; in onDraw() local117 strokePaint = fillPaint; in onDraw()118 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()121 strokePaint.setAlpha(255); in onDraw()122 strokePaint.setStrokeWidth(i ? 8.f : 10.f); in onDraw()123 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap); in onDraw()126 canvas->drawPath(fMoveHfPath, strokePaint); in onDraw()128 canvas->drawPath(fMoveZfPath, strokePaint); in onDraw()129 dashPaint = strokePaint; in onDraw()138 strokePaint.setStrokeWidth(20); in onDraw()[all …]
186 SkPaint strokePaint; in onDraw() local187 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()188 strokePaint.setStrokeWidth(21); in onDraw()189 strokePaint.setStrokeCap(SkPaint::kSquare_Cap); in onDraw()193 strokePaint.setStyle(SkPaint::kStroke_Style); in onDraw()200 canvas->drawPath(path, strokePaint); in onDraw()
87 SkPaint strokePaint; in DrawClippedImage() local88 strokePaint.setStyle(SkPaint::kStroke_Style); in DrawClippedImage()89 strokePaint.setStrokeWidth(2); in DrawClippedImage()90 strokePaint.setColor(SK_ColorRED); in DrawClippedImage()91 canvas->drawRect(clipRect, strokePaint); in DrawClippedImage()
172 SkPaint strokePaint; in Draw() local173 strokePaint.setColor(0xFFFF0000); in Draw()174 strokePaint.setStyle(SkPaint::kStroke_Style); in Draw()175 canvas->drawRect(rect, strokePaint); in Draw()
94 SkPaint strokePaint(fillPaint);95 strokePaint.setStyle(SkPaint::kStroke_Style);96 strokePaint.setStrokeWidth(kPointSize * 0.1f);128 SkPaint& paint = s ? strokePaint : fillPaint;
1129 SkPaint strokePaint; in DEF_TEST() local1130 strokePaint.setStyle(SkPaint::kStroke_Style); in DEF_TEST()1131 strokePaint.setColor(SK_ColorRED); in DEF_TEST()
2196 SkPaint strokePaint; in test_isNestedFillRects() local2197 strokePaint.setStyle(SkPaint::kStroke_Style); in test_isNestedFillRects()2198 strokePaint.setStrokeWidth(2); in test_isNestedFillRects()2199 strokePaint.getFillPath(src, &dst); in test_isNestedFillRects()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...