Home | History | Annotate | Download | only in image

Lines Matching refs:height

30 SkImage::SkImage(int width, int height, uint32_t uniqueID)
32 , fHeight(height)
36 SkASSERT(height > 0);
54 if (!rec.trim(this->width(), this->height())) {
61 if (this->width() == dst.width() && this->height() == dst.height()) {
144 str->appendf("image: (id:%d (%d, %d) %s)", this->uniqueID(), this->width(), this->height(),
154 const SkIRect bounds = SkIRect::MakeWH(this->width(), this->height());
214 SkImage_Base::SkImage_Base(int width, int height, uint32_t uniqueID)
215 : INHERITED(width, height, uniqueID)
298 return new SkImage_Gpu(info.width(), info.height(), bm.getGenerationID(), info.alphaType(),
314 SkImageInfo info = SkImageInfo::MakeN32(this->width(), this->height(),