OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textCanvas
(Results
1 - 2
of
2
) sorted by null
/external/skia/samplecode/
SampleTiling.cpp
100
SkCanvas*
textCanvas
= nullptr;
102
textCanvas
= recorder.beginRecording(1000, 1000, nullptr, 0);
105
if (
textCanvas
) {
116
textCanvas
->drawString(str, x + r.width()/2, y, p);
142
if (
textCanvas
) {
148
textCanvas
->drawString(str, x, y + r.height() * 2 / 3, p);
155
if (
textCanvas
) {
/external/skqp/samplecode/
SampleTiling.cpp
100
SkCanvas*
textCanvas
= nullptr;
102
textCanvas
= recorder.beginRecording(1000, 1000, nullptr, 0);
105
if (
textCanvas
) {
116
textCanvas
->drawString(str, x + r.width()/2, y, p);
142
if (
textCanvas
) {
148
textCanvas
->drawString(str, x, y + r.height() * 2 / 3, p);
155
if (
textCanvas
) {
Completed in 349 milliseconds