Home | History | Annotate | Download | only in samplecode

Lines Matching refs:drawText

325                     canvas->drawText(label.c_str(), label.size(),
385 canvas->drawText(label.c_str(), label.size(),
392 bool drawText) {
397 this->setWHZ(SkScalarCeilToInt(bounds.right()), drawText
406 if (drawText) {
420 if (drawText) {
440 if (drawText) {
447 if (drawText) {
494 drawText(&button.fLabel, 1, button.fBounds.centerX(), button.fBounds.fBottom - 5,
513 canvas->drawText(label.c_str(), label.size(), bounds.fLeft + 5, yPos - 5, paint);
515 canvas->drawText(name, strlen(name), bounds.fLeft, bounds.bottom() + 11, paint);