Searched refs:titlePaint (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleEmptyPath.cpp66 SkPaint titlePaint; local
67 titlePaint.setColor(SK_ColorBLACK);
68 titlePaint.setAntiAlias(true);
69 titlePaint.setLCDRenderText(true);
70 titlePaint.setTextSize(24 * SK_Scalar1);
75 titlePaint);
/external/skia/samplecode/
H A DSampleEmptyPath.cpp66 SkPaint titlePaint; local
67 titlePaint.setColor(SK_ColorBLACK);
68 titlePaint.setAntiAlias(true);
69 titlePaint.setLCDRenderText(true);
70 titlePaint.setTextSize(24 * SK_Scalar1);
75 titlePaint);
/external/chromium_org/third_party/skia/gm/
H A Demptypath.cpp63 SkPaint titlePaint; local
64 titlePaint.setColor(SK_ColorBLACK);
65 titlePaint.setAntiAlias(true);
66 sk_tool_utils::set_portable_typeface(&titlePaint);
67 titlePaint.setLCDRenderText(true);
68 titlePaint.setTextSize(15 * SK_Scalar1);
74 titlePaint);
H A Dlinepaths.cpp85 SkPaint titlePaint; local
86 titlePaint.setColor(SK_ColorBLACK);
87 titlePaint.setAntiAlias(true);
88 sk_tool_utils::set_portable_typeface(&titlePaint);
89 titlePaint.setLCDRenderText(true);
90 titlePaint.setTextSize(15 * SK_Scalar1);
96 titlePaint);
229 SkPaint titlePaint; local
230 titlePaint.setColor(SK_ColorBLACK);
231 titlePaint
[all...]
H A Dquadpaths.cpp86 SkPaint titlePaint; local
87 titlePaint.setColor(SK_ColorBLACK);
88 titlePaint.setAntiAlias(true);
89 sk_tool_utils::set_portable_typeface(&titlePaint);
90 titlePaint.setLCDRenderText(true);
91 titlePaint.setTextSize(15 * SK_Scalar1);
97 titlePaint);
235 SkPaint titlePaint; local
236 titlePaint.setColor(SK_ColorBLACK);
237 titlePaint
[all...]
H A Dcubicpaths.cpp130 SkPaint titlePaint; local
131 titlePaint.setColor(SK_ColorBLACK);
132 titlePaint.setAntiAlias(true);
133 sk_tool_utils::set_portable_typeface(&titlePaint);
134 titlePaint.setLCDRenderText(true);
135 titlePaint.setTextSize(15 * SK_Scalar1);
141 titlePaint);
280 SkPaint titlePaint; local
281 titlePaint.setColor(SK_ColorBLACK);
282 titlePaint
[all...]
H A Ddegeneratesegments.cpp291 SkPaint titlePaint; local
292 titlePaint.setColor(SK_ColorBLACK);
293 titlePaint.setAntiAlias(true);
294 sk_tool_utils::set_portable_typeface(&titlePaint);
295 titlePaint.setLCDRenderText(true);
296 titlePaint.setTextSize(15 * SK_Scalar1);
303 titlePaint);
/external/skia/gm/
H A Demptypath.cpp63 SkPaint titlePaint; local
64 titlePaint.setColor(SK_ColorBLACK);
65 titlePaint.setAntiAlias(true);
66 titlePaint.setLCDRenderText(true);
67 titlePaint.setTextSize(15 * SK_Scalar1);
73 titlePaint);
H A Dlinepaths.cpp85 SkPaint titlePaint; local
86 titlePaint.setColor(SK_ColorBLACK);
87 titlePaint.setAntiAlias(true);
88 titlePaint.setLCDRenderText(true);
89 titlePaint.setTextSize(15 * SK_Scalar1);
95 titlePaint);
227 SkPaint titlePaint; local
228 titlePaint.setColor(SK_ColorBLACK);
229 titlePaint.setAntiAlias(true);
230 titlePaint
[all...]
H A Dquadpaths.cpp86 SkPaint titlePaint; local
87 titlePaint.setColor(SK_ColorBLACK);
88 titlePaint.setAntiAlias(true);
89 titlePaint.setLCDRenderText(true);
90 titlePaint.setTextSize(15 * SK_Scalar1);
96 titlePaint);
233 SkPaint titlePaint; local
234 titlePaint.setColor(SK_ColorBLACK);
235 titlePaint.setAntiAlias(true);
236 titlePaint
[all...]
H A Dcubicpaths.cpp130 SkPaint titlePaint; local
131 titlePaint.setColor(SK_ColorBLACK);
132 titlePaint.setAntiAlias(true);
133 titlePaint.setLCDRenderText(true);
134 titlePaint.setTextSize(15 * SK_Scalar1);
140 titlePaint);
278 SkPaint titlePaint; local
279 titlePaint.setColor(SK_ColorBLACK);
280 titlePaint.setAntiAlias(true);
281 titlePaint
[all...]
H A Ddegeneratesegments.cpp291 SkPaint titlePaint; local
292 titlePaint.setColor(SK_ColorBLACK);
293 titlePaint.setAntiAlias(true);
294 titlePaint.setLCDRenderText(true);
295 titlePaint.setTextSize(15 * SK_Scalar1);
302 titlePaint);

Completed in 935 milliseconds