Home
last modified time | relevance | path

Searched refs:txtPaint (Results 1 – 1 of 1) sorted by relevance

/external/skia/gm/
Dconvexpolyclip.cpp151 SkPaint txtPaint; in onDraw() local
152 txtPaint.setTextSize(23.f); in onDraw()
153 txtPaint.setAntiAlias(true); in onDraw()
154 sk_tool_utils::set_portable_typeface(&txtPaint); in onDraw()
155 txtPaint.setColor(sk_tool_utils::color_to_565(SK_ColorDKGRAY)); in onDraw()
156 SkScalar textW = txtPaint.measureText(kTxt, SK_ARRAY_COUNT(kTxt)-1); in onDraw()
206 0, 1.5f * txtPaint.getTextSize(), in onDraw()
207 txtPaint); in onDraw()