OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelP
(Results
1 - 7
of
7
) sorted by null
/external/skia/gm/
colortypexfermode.cpp
113
SkPaint
labelP
;
114
labelP
.setAntiAlias(true);
115
sk_tool_utils::set_portable_typeface(&
labelP
);
116
labelP
.setTextAlign(SkPaint::kCenter_Align);
148
x + w/2, y -
labelP
.getTextSize()/2,
labelP
);
xfermodes2.cpp
35
SkPaint
labelP
;
36
labelP
.setAntiAlias(true);
37
sk_tool_utils::set_portable_typeface(&
labelP
);
38
labelP
.setTextAlign(SkPaint::kCenter_Align);
78
x + w/2, y -
labelP
.getTextSize()/2,
labelP
);
xfermodes3.cpp
48
SkPaint
labelP
;
49
labelP
.setAntiAlias(true);
50
sk_tool_utils::set_portable_typeface(&
labelP
);
77
SkIntToScalar(y + kSize + 3) +
labelP
.getTextSize(),
78
labelP
);
xfermodes.cpp
269
SkPaint
labelP
;
270
labelP
.setAntiAlias(true);
271
sk_tool_utils::set_portable_typeface(&
labelP
);
272
labelP
.setTextAlign(SkPaint::kCenter_Align);
310
x + w/2, y -
labelP
.getTextSize()/2,
labelP
);
/external/skia/samplecode/
SampleXfermodesBlur.cpp
159
SkPaint
labelP
;
160
labelP
.setAntiAlias(true);
161
labelP
.setLCDRenderText(true);
162
labelP
.setTextAlign(SkPaint::kCenter_Align);
163
setNamedTypeface(&
labelP
, "Menlo Regular");
191
x + w/2, y -
labelP
.getTextSize()/2,
labelP
);
SampleQuadStroker.cpp
309
SkPaint paint,
labelP
;
311
labelP
.setColor(color & 0xff5f9f5f);
324
canvas->drawRect(dot,
labelP
);
326
pos.x() - tan.x() * 1.25f, pos.y() - tan.y() * 1.25f,
labelP
);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java
120
Paint
labelP
= new Paint(Paint.ANTI_ALIAS_FLAG);
121
labelP
.setTextAlign(Paint.Align.CENTER);
158
x + W/2, y -
labelP
.getTextSize()/2,
labelP
);
Completed in 93 milliseconds