Lines Matching refs:paint

28         SkPaint paint;  in onOnceBeforeDraw()  local
29 paint.setTextSize(162); in onOnceBeforeDraw()
31 sk_tool_utils::set_portable_typeface(&paint); in onOnceBeforeDraw()
34 paint.measureText(text, strlen(text), &bounds); in onOnceBeforeDraw()
35 sk_tool_utils::add_to_text_blob(&builder, text, paint, 0, 0); in onOnceBeforeDraw()
39 paint.setTextSize(72); in onOnceBeforeDraw()
41 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, 0); in onOnceBeforeDraw()
43 paint.measureText(text, strlen(text), &bounds); in onOnceBeforeDraw()
47 paint.setTextSize(32); in onOnceBeforeDraw()
49 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10); in onOnceBeforeDraw()
67 SkPaint paint; in onDraw() local
81 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
83 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
85 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
87 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
89 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
94 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
98 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
100 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
104 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
110 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
113 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
116 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
122 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
127 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
132 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
137 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
142 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
147 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
152 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()
157 canvas->drawTextBlob(fBlob, 0, 0, paint); in onDraw()