Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleXfermodesBlur.cpp159 SkPaint labelP; in onDrawContent() local
160 labelP.setAntiAlias(true); in onDrawContent()
161 labelP.setLCDRenderText(true); in onDrawContent()
162 labelP.setTextAlign(SkPaint::kCenter_Align); in onDrawContent()
163 setNamedTypeface(&labelP, "Menlo Regular"); in onDrawContent()
191 x + w/2, y - labelP.getTextSize()/2, labelP); in onDrawContent()
/external/skia/gm/
Dcolortypexfermode.cpp113 SkPaint labelP; in onDraw() local
114 labelP.setAntiAlias(true); in onDraw()
115 sk_tool_utils::set_portable_typeface(&labelP); in onDraw()
116 labelP.setTextAlign(SkPaint::kCenter_Align); in onDraw()
148 x + w/2, y - labelP.getTextSize()/2, labelP); in onDraw()
Dxfermodes2.cpp35 SkPaint labelP; in onDraw() local
36 labelP.setAntiAlias(true); in onDraw()
37 sk_tool_utils::set_portable_typeface(&labelP); in onDraw()
38 labelP.setTextAlign(SkPaint::kCenter_Align); in onDraw()
78 x + w/2, y - labelP.getTextSize()/2, labelP); in onDraw()
Dxfermodes.cpp233 SkPaint labelP; in onDraw() local
234 labelP.setAntiAlias(true); in onDraw()
235 sk_tool_utils::set_portable_typeface(&labelP); in onDraw()
236 labelP.setTextAlign(SkPaint::kCenter_Align); in onDraw()
270 x + w/2, y - labelP.getTextSize()/2, labelP); in onDraw()
Dxfermodes3.cpp47 SkPaint labelP; in onDraw() local
48 labelP.setAntiAlias(true); in onDraw()
49 sk_tool_utils::set_portable_typeface(&labelP); in onDraw()
76 SkIntToScalar(y + kSize + 3) + labelP.getTextSize(), in onDraw()
77 labelP); in onDraw()