HomeSort by relevance Sort by last modified time
    Searched refs:textCanvas (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleTiling.cpp 100 SkCanvas* textCanvas = NULL;
102 textCanvas = recorder.beginRecording(1000, 1000, NULL, 0);
105 if (textCanvas) {
116 textCanvas->drawText(str.c_str(), str.size(), x + r.width()/2, y, p);
142 if (textCanvas) {
148 textCanvas->drawText(str.c_str(), str.size(), x, y + r.height() * 2 / 3, p);
155 if (textCanvas) {
  /external/skia/samplecode/
SampleTiling.cpp 100 SkCanvas* textCanvas = NULL;
102 textCanvas = recorder.beginRecording(1000, 1000, NULL, 0);
105 if (NULL != textCanvas) {
116 textCanvas->drawText(str.c_str(), str.size(), x + r.width()/2, y, p);
142 if (NULL != textCanvas) {
148 textCanvas->drawText(str.c_str(), str.size(), x, y + r.height() * 2 / 3, p);
155 if (NULL != textCanvas) {

Completed in 80 milliseconds