Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/gm/
Dconvexpolyclip.cpp150 SkPaint txtPaint; in onDraw() local
151 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()
/external/skia/gm/
Dconvexpolyclip.cpp149 SkPaint txtPaint; in onDraw() local
150 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()