Lines Matching defs:width
52 this->reset(SkImageInfo::MakeA8(src.fBounds.width(), src.fBounds.height()),
66 srcRect.setWH(this->width(), this->height());
73 SkASSERT(static_cast<unsigned>(r.fLeft) < static_cast<unsigned>(this->width()));
95 SkASSERT((unsigned)x < (unsigned)this->width());
166 if (!rec.trim(fInfo.width(), fInfo.height())) {
207 if (src.width() <= 0 || src.height() <= 0 ||
208 dst.width() <= 0 || dst.height() <= 0) {
213 if (src.width() == dst.width() && src.height() == dst.height()) {
265 SkASSERT((unsigned)x < (unsigned)this->width());
445 const int width = this->width();
452 for (int x = 0; x < width; ++x) {
465 for (int x = 0; x < width; ++x) {
477 for (int x = 0; x < width; ++x) {
499 for (int x = 0; x < width; ++x) {
514 for (int x = 0; x < width; ++x) {
527 for (int x = 0; x < width; ++x) {
539 for (int x = 0; x < width; ++x) {
553 for (int x = 0; x < width; ++x) {
566 for (int x = 0; x < width; ++x) {
593 SkMatrix m = SkEncodedOriginToMatrix(origin, dst.width(), dst.height());
608 int w = src.width();
614 if (dst.width() != w || dst.height() != h) {
629 return info.makeWH(info.height(), info.width());