Searched refs:txtPaint (Results 1 – 2 of 2) sorted by relevance
150 SkPaint txtPaint; in onDraw() local151 txtPaint.setTextSize(23.f); in onDraw()152 txtPaint.setAntiAlias(true); in onDraw()153 sk_tool_utils::set_portable_typeface(&txtPaint); in onDraw()154 txtPaint.setColor(SK_ColorDKGRAY); in onDraw()155 SkScalar textW = txtPaint.measureText(kTxt, SK_ARRAY_COUNT(kTxt)-1); in onDraw()205 0, 1.5f * txtPaint.getTextSize(), in onDraw()206 txtPaint); in onDraw()
149 SkPaint txtPaint; in onDraw() local150 txtPaint.setTextSize(23.f); in onDraw()151 txtPaint.setAntiAlias(true); in onDraw()152 txtPaint.setColor(SK_ColorDKGRAY); in onDraw()153 SkScalar textW = txtPaint.measureText(kTxt, SK_ARRAY_COUNT(kTxt)-1); in onDraw()203 0, 1.5f * txtPaint.getTextSize(), in onDraw()204 txtPaint); in onDraw()