Home
last modified time | relevance | path

Searched defs:paint (Results 1 – 25 of 1380) sorted by relevance

12345678910>>...56

/external/skqp/gm/
Dconcavepaths.cpp14 void test_concave(SkCanvas* canvas, const SkPaint& paint) { in test_concave()
25 void test_reverse_concave(SkCanvas* canvas, const SkPaint& paint) { in test_reverse_concave()
38 void test_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie()
51 void test_fake_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_fake_bowtie()
67 void test_intruding_vertex(SkCanvas* canvas, const SkPaint& paint) { in test_intruding_vertex()
84 void test_inversion_repeat_vertex(SkCanvas* canvas, const SkPaint& paint) { in test_inversion_repeat_vertex()
100 void test_fish(SkCanvas* canvas, const SkPaint& paint) { in test_fish()
116 void test_fast_forward(SkCanvas* canvas, const SkPaint& paint) { in test_fast_forward()
131 void test_hole(SkCanvas* canvas, const SkPaint& paint) { in test_hole()
148 void test_star(SkCanvas* canvas, const SkPaint& paint) { in test_star()
[all …]
Dpatheffects.cpp18 static void compose_pe(SkPaint* paint) { in compose_pe()
30 static void hair_pe(SkPaint* paint) { in hair_pe()
34 static void hair2_pe(SkPaint* paint) { in hair2_pe()
39 static void stroke_pe(SkPaint* paint) { in stroke_pe()
44 static void dash_pe(SkPaint* paint) { in dash_pe()
61 static void one_d_pe(SkPaint* paint) { in one_d_pe()
78 static void fill_pe(SkPaint* paint) { in fill_pe()
83 static void discrete_pe(SkPaint* paint) { in discrete_pe()
97 static void tile_pe(SkPaint* paint) { in tile_pe()
116 SkPaint paint; in onDraw() local
Dthinconcavepaths.cpp14 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect()
27 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle()
39 void draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_golf_club()
52 void draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_barbell()
68 void draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_rect_and_triangle()
83 void draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_hipster_pants()
95 void draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_skinny_snake()
109 void draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_pointy_golf_club()
122 SkPaint paint; variable
Dstrokefill.cpp231 SkScalar x, SkScalar y, const SkPaint& paint) { in show_bold()
238 static void path_bold(SkCanvas* canvas, const SkPath& path, const SkPaint& paint) { in path_bold()
258 SkPaint paint; variable
350 SkPaint paint; variable
381 SkPaint paint; variable
391 SkPaint paint; variable
Dsrcmode.cpp20 static void identity_paintproc(SkPaint* paint) { in identity_paintproc()
24 static void gradient_paintproc(SkPaint* paint) { in gradient_paintproc()
33 static void draw_hair(SkCanvas* canvas, const SkPaint& paint) { in draw_hair()
39 static void draw_thick(SkCanvas* canvas, const SkPaint& paint) { in draw_thick()
45 static void draw_rect(SkCanvas* canvas, const SkPaint& paint) { in draw_rect()
49 static void draw_oval(SkCanvas* canvas, const SkPaint& paint) { in draw_oval()
53 static void draw_text(SkCanvas* canvas, const SkPaint& paint) { in draw_text()
78 SkPaint paint; in drawContent() local
/external/skia/gm/
Dconcavepaths.cpp14 void test_concave(SkCanvas* canvas, const SkPaint& paint) { in test_concave()
25 void test_reverse_concave(SkCanvas* canvas, const SkPaint& paint) { in test_reverse_concave()
38 void test_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie()
51 void test_fake_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_fake_bowtie()
67 void test_intruding_vertex(SkCanvas* canvas, const SkPaint& paint) { in test_intruding_vertex()
84 void test_inversion_repeat_vertex(SkCanvas* canvas, const SkPaint& paint) { in test_inversion_repeat_vertex()
100 void test_fish(SkCanvas* canvas, const SkPaint& paint) { in test_fish()
116 void test_fast_forward(SkCanvas* canvas, const SkPaint& paint) { in test_fast_forward()
131 void test_hole(SkCanvas* canvas, const SkPaint& paint) { in test_hole()
148 void test_star(SkCanvas* canvas, const SkPaint& paint) { in test_star()
[all …]
Dpatheffects.cpp18 static void compose_pe(SkPaint* paint) { in compose_pe()
30 static void hair_pe(SkPaint* paint) { in hair_pe()
34 static void hair2_pe(SkPaint* paint) { in hair2_pe()
39 static void stroke_pe(SkPaint* paint) { in stroke_pe()
44 static void dash_pe(SkPaint* paint) { in dash_pe()
61 static void one_d_pe(SkPaint* paint) { in one_d_pe()
78 static void fill_pe(SkPaint* paint) { in fill_pe()
83 static void discrete_pe(SkPaint* paint) { in discrete_pe()
97 static void tile_pe(SkPaint* paint) { in tile_pe()
116 SkPaint paint; in onDraw() local
Dthinconcavepaths.cpp14 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect()
27 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle()
39 void draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_golf_club()
52 void draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_barbell()
68 void draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_rect_and_triangle()
83 void draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_hipster_pants()
95 void draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_skinny_snake()
109 void draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_pointy_golf_club()
122 SkPaint paint; variable
Dstrokefill.cpp231 SkScalar x, SkScalar y, const SkPaint& paint) { in show_bold()
238 static void path_bold(SkCanvas* canvas, const SkPath& path, const SkPaint& paint) { in path_bold()
258 SkPaint paint; variable
350 SkPaint paint; variable
381 SkPaint paint; variable
391 SkPaint paint; variable
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp17 AutoPaintFilter(const SkPaintFilterCanvas* canvas, Type type, const SkPaint* paint) in AutoPaintFilter()
22 AutoPaintFilter(const SkPaintFilterCanvas* canvas, Type type, const SkPaint& paint) in AutoPaintFilter()
25 const SkPaint* paint() const { return fPaint; } in paint() function in SkPaintFilterCanvas::AutoPaintFilter
44 void SkPaintFilterCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
52 const SkPaint& paint) { in onDrawPoints()
59 void SkPaintFilterCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
66 void SkPaintFilterCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
74 const SkPaint& paint) { in onDrawDRRect()
81 void SkPaintFilterCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
89 bool useCenter, const SkPaint& paint) { in onDrawArc()
[all …]
DSkLuaCanvas.cpp164 void SkLuaCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
170 const SkPoint pts[], const SkPaint& paint) { in onDrawPoints()
176 void SkLuaCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
183 bool useCenter, const SkPaint& paint) { in onDrawArc()
192 void SkLuaCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
198 void SkLuaCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
205 const SkPaint& paint) { in onDrawDRRect()
212 void SkLuaCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
219 const SkPaint* paint) { in onDrawBitmap()
227 const SkPaint* paint, SrcRectConstraint) { in onDrawBitmapRect()
[all …]
DSkNWayCanvas.cpp131 void SkNWayCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
139 const SkPaint& paint) { in onDrawPoints()
146 void SkNWayCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
153 void SkNWayCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
161 bool useCenter, const SkPaint& paint) { in onDrawArc()
168 void SkNWayCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
175 void SkNWayCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { in onDrawDRRect()
182 void SkNWayCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
190 const SkPaint* paint) { in onDrawBitmap()
198 const SkPaint* paint, SrcRectConstraint constraint) { in onDrawBitmapRect()
[all …]
/external/skqp/src/utils/
DSkPaintFilterCanvas.cpp17 AutoPaintFilter(const SkPaintFilterCanvas* canvas, Type type, const SkPaint* paint) in AutoPaintFilter()
22 AutoPaintFilter(const SkPaintFilterCanvas* canvas, Type type, const SkPaint& paint) in AutoPaintFilter()
25 const SkPaint* paint() const { return fPaint; } in paint() function in SkPaintFilterCanvas::AutoPaintFilter
44 void SkPaintFilterCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
52 const SkPaint& paint) { in onDrawPoints()
59 void SkPaintFilterCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
66 void SkPaintFilterCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
74 const SkPaint& paint) { in onDrawDRRect()
81 void SkPaintFilterCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
89 bool useCenter, const SkPaint& paint) { in onDrawArc()
[all …]
DSkLuaCanvas.cpp164 void SkLuaCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
170 const SkPoint pts[], const SkPaint& paint) { in onDrawPoints()
176 void SkLuaCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
183 bool useCenter, const SkPaint& paint) { in onDrawArc()
192 void SkLuaCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
198 void SkLuaCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
205 const SkPaint& paint) { in onDrawDRRect()
212 void SkLuaCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
219 const SkPaint* paint) { in onDrawBitmap()
227 const SkPaint* paint, SrcRectConstraint) { in onDrawBitmapRect()
[all …]
DSkNWayCanvas.cpp131 void SkNWayCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
139 const SkPaint& paint) { in onDrawPoints()
146 void SkNWayCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
153 void SkNWayCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
161 bool useCenter, const SkPaint& paint) { in onDrawArc()
168 void SkNWayCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
175 void SkNWayCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { in onDrawDRRect()
182 void SkNWayCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
190 const SkPaint* paint) { in onDrawBitmap()
198 const SkPaint* paint, SrcRectConstraint constraint) { in onDrawBitmapRect()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPaintTest.java20 Paint paint = Shadow.newInstanceOf(Paint.class); in shouldGetIsDitherInfo() local
29 Paint paint = Shadow.newInstanceOf(Paint.class); in shouldGetIsAntiAlias() local
40 Paint paint = Shadow.newInstanceOf(Paint.class); in testCtor() local
49 Paint paint = new Paint(); in testCtorWithPaint() local
62 Paint paint = Shadow.newInstanceOf(Paint.class); in shouldGetAndSetTextAlignment() local
70 Paint paint = Shadow.newInstanceOf(Paint.class); in measureTextActuallyMeasuresLength() local
/external/skqp/src/core/
DSkLiteRecorder.cpp63 void SkLiteRecorder::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
66 void SkLiteRecorder::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
69 void SkLiteRecorder::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
72 void SkLiteRecorder::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion()
75 void SkLiteRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
79 bool useCenter, const SkPaint& paint) { in onDrawArc()
82 void SkLiteRecorder::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
85 void SkLiteRecorder::onDrawDRRect(const SkRRect& out, const SkRRect& in, const SkPaint& paint) { in onDrawDRRect()
94 const SkPaint* paint) { in onDrawPicture()
103 const SkPaint& paint) { in onDrawText()
[all …]
DSkPicturePlayback.cpp76 TextContainer(SkReadBuffer* reader, const SkPaint* paint) { in TextContainer()
244 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
257 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
278 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
287 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
303 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
314 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
351 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
362 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
371 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
[all …]
DSkColorSpaceXformCanvas.cpp52 void onDrawPaint(const SkPaint& paint) override { in onDrawPaint()
56 void onDrawRect(const SkRect& rect, const SkPaint& paint) override { in onDrawRect()
59 void onDrawOval(const SkRect& oval, const SkPaint& paint) override { in onDrawOval()
62 void onDrawRRect(const SkRRect& rrect, const SkPaint& paint) override { in onDrawRRect()
65 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) override { in onDrawDRRect()
68 void onDrawPath(const SkPath& path, const SkPaint& paint) override { in onDrawPath()
72 const SkPaint& paint) override { in onDrawArc()
75 void onDrawRegion(const SkRegion& region, const SkPaint& paint) override { in onDrawRegion()
79 SkBlendMode mode, const SkPaint& paint) override { in onDrawPatch()
89 const SkPaint& paint) override { in onDrawPoints()
[all …]
DSkRecorder.cpp132 void SkRecorder::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
139 const SkPaint& paint) { in onDrawPoints()
143 void SkRecorder::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
148 void SkRecorder::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion()
152 void SkRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
157 bool useCenter, const SkPaint& paint) { in onDrawArc()
161 void SkRecorder::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
165 void SkRecorder::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { in onDrawDRRect()
182 void SkRecorder::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
190 const SkPaint* paint) { in onDrawBitmap()
[all …]
/external/skia/src/core/
DSkLiteRecorder.cpp63 void SkLiteRecorder::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
66 void SkLiteRecorder::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
69 void SkLiteRecorder::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
72 void SkLiteRecorder::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion()
75 void SkLiteRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
79 bool useCenter, const SkPaint& paint) { in onDrawArc()
82 void SkLiteRecorder::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
85 void SkLiteRecorder::onDrawDRRect(const SkRRect& out, const SkRRect& in, const SkPaint& paint) { in onDrawDRRect()
94 const SkPaint* paint) { in onDrawPicture()
103 const SkPaint& paint) { in onDrawText()
[all …]
DSkPicturePlayback.cpp72 TextContainer(SkReadBuffer* reader, const SkPaint* paint) { in TextContainer()
240 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
253 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
274 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
283 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
299 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
310 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
347 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
358 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
367 const SkPaint* paint = fPictureData->getPaint(reader); in handleOp() local
[all …]
DSkRecorder.cpp132 void SkRecorder::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
139 const SkPaint& paint) { in onDrawPoints()
143 void SkRecorder::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
148 void SkRecorder::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion()
152 void SkRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
157 bool useCenter, const SkPaint& paint) { in onDrawArc()
161 void SkRecorder::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
165 void SkRecorder::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { in onDrawDRRect()
182 void SkRecorder::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
190 const SkPaint* paint) { in onDrawBitmap()
[all …]
DSkColorSpaceXformCanvas.cpp52 void onDrawPaint(const SkPaint& paint) override { in onDrawPaint()
56 void onDrawRect(const SkRect& rect, const SkPaint& paint) override { in onDrawRect()
59 void onDrawOval(const SkRect& oval, const SkPaint& paint) override { in onDrawOval()
62 void onDrawRRect(const SkRRect& rrect, const SkPaint& paint) override { in onDrawRRect()
65 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) override { in onDrawDRRect()
68 void onDrawPath(const SkPath& path, const SkPaint& paint) override { in onDrawPath()
72 const SkPaint& paint) override { in onDrawArc()
75 void onDrawRegion(const SkRegion& region, const SkPaint& paint) override { in onDrawRegion()
79 SkBlendMode mode, const SkPaint& paint) override { in onDrawPatch()
89 const SkPaint& paint) override { in onDrawPoints()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java72 public void drawText(String text, float x, float y, Paint paint) { in drawText()
95 public void drawPaint(Paint paint) { in drawPaint()
105 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { in drawBitmap()
120 public void drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint) { in drawBitmap()
136 public void drawBitmap(Bitmap bitmap, Rect src, RectF dst, Paint paint) { in drawBitmap()
152 public void drawBitmap(Bitmap bitmap, Matrix matrix, Paint paint) { in drawBitmap()
159 public void drawPath(Path path, Paint paint) { in drawPath()
167 public void drawCircle(float cx, float cy, float radius, Paint paint) { in drawCircle()
172 …blic void drawArc(RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint) { in drawArc()
177 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect()
[all …]

12345678910>>...56