Searched defs:textCanvas (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleTiling.cpp100 SkCanvas* textCanvas = nullptr; local
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/
H A DSampleTiling.cpp100 SkCanvas* textCanvas = nullptr; local
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 88 milliseconds