Searched defs:txtPaint (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds