Lines Matching defs:height
82 fUsesDistanceField = this->bounds().width() > kMaxMIP || this->bounds().height() > kMaxMIP;
238 xformedBounds.height() / bounds.height()));
242 SkScalar maxDim = std::max(bounds.width(), bounds.height());
324 int width, int height, const void* image,
330 auto code = atlasMgr->addToAtlas(resourceProvider, uploadTarget, width, height,
339 code = atlasMgr->addToAtlas(resourceProvider, uploadTarget, width, height,
376 int height = devPathBounds.height() + 2 * kAntiAliasPad;
377 devPathBounds = SkIRect::MakeWH(width, height);
389 SkASSERT(devPathBounds.height() > 0);
394 height = dfBounds.height();
396 SkAutoSMalloc<1024> dfStorage(width * height * sizeof(unsigned char));
402 path, drawMatrix, width, height,
407 if (!dst.tryAlloc(SkImageInfo::MakeA8(devPathBounds.width(), devPathBounds.height()))) {
431 dst.width(), dst.height(), dst.rowBytes());
441 width, height, dfStorage.get(),
472 int height = devPathBounds.height() + 2 * kAntiAliasPad;
473 devPathBounds = SkIRect::MakeWH(width, height);
480 SkASSERT(devPathBounds.height() > 0);
486 if (!dst.tryAlloc(SkImageInfo::MakeA8(devPathBounds.width(), devPathBounds.height()))) {
511 dst.width(), dst.height(), dst.addr(),
697 SkScalar minDim = std::min(bounds.width(), bounds.height());
698 SkScalar maxDim = std::max(bounds.width(), bounds.height());