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

/external/skia/gm/
H A Demptypath.cpp64 SkPaint titlePaint; local
65 titlePaint.setColor(SK_ColorBLACK);
66 titlePaint.setAntiAlias(true);
67 sk_tool_utils::set_portable_typeface(&titlePaint);
68 titlePaint.setTextSize(15 * SK_Scalar1);
74 titlePaint);
H A Dlinepaths.cpp76 SkPaint titlePaint; local
77 titlePaint.setColor(SK_ColorBLACK);
78 titlePaint.setAntiAlias(true);
79 sk_tool_utils::set_portable_typeface(&titlePaint);
80 titlePaint.setTextSize(15 * SK_Scalar1);
89 titlePaint);
H A Dquadpaths.cpp86 SkPaint titlePaint; variable
87 titlePaint.setColor(SK_ColorBLACK);
88 titlePaint.setAntiAlias(true);
89 sk_tool_utils::set_portable_typeface(&titlePaint); member in class:skiagm::QuadPathGM::sk_tool_utils
90 titlePaint.setTextSize(15 * SK_Scalar1);
96 titlePaint);
230 SkPaint titlePaint; variable
231 titlePaint.setColor(SK_ColorBLACK);
232 titlePaint.setAntiAlias(true);
233 sk_tool_utils::set_portable_typeface(&titlePaint); member in class:skiagm::QuadClosePathGM::sk_tool_utils
[all...]
H A Dcubicpaths.cpp198 SkPaint titlePaint; local
199 titlePaint.setColor(SK_ColorBLACK);
200 titlePaint.setAntiAlias(true);
201 sk_tool_utils::set_portable_typeface(&titlePaint);
202 titlePaint.setTextSize(15 * SK_Scalar1);
208 titlePaint);
343 SkPaint titlePaint; local
344 titlePaint.setColor(SK_ColorBLACK);
345 titlePaint.setAntiAlias(true);
346 sk_tool_utils::set_portable_typeface(&titlePaint);
[all...]
H A Ddegeneratesegments.cpp289 SkPaint titlePaint; local
290 titlePaint.setColor(SK_ColorBLACK);
291 titlePaint.setAntiAlias(true);
292 sk_tool_utils::set_portable_typeface(&titlePaint);
293 titlePaint.setTextSize(15 * SK_Scalar1);
300 titlePaint);

Completed in 46 milliseconds