Lines Matching defs:height
360 mipLevelCount = SkMipmap::ComputeLevelCount(dimensions.width(), dimensions.height()) + 1;
382 // We reset the width and height in the description to match our subrectangle size
385 desc.Height = dimensions.height();
523 srcRect.width(), srcRect.height());
535 srcRect.width(), srcRect.height());
623 rect.height());
736 // We reset the width and height in the description to match our subrectangle size
739 desc.Height = rect.height();
754 int currentHeight = rect.height();
837 desc.Height = rect.height();
898 desc.Height = rect.height();
1060 int height = tex->height();
1134 SkASSERT((int)levelCount == SkMipmap::ComputeLevelCount(tex->width(), tex->height()) + 1);
1164 height = std::max(1, height / 2);
1167 if (is_odd(width) && is_odd(height)) {
1171 } else if (is_odd(height)) {
1180 } constantData = { {1.f / width, 1.f / height}, srcMip, sampleMode };
1220 this->currentCommandList()->dispatch((width+7)/8, (height+7)/8);
1305 numMipLevels = SkMipmap::ComputeLevelCount(dimensions.width(), dimensions.height()) + 1;
1379 return GrBackendTexture(dimensions.width(), dimensions.height(), info);
1533 backendTexture.dimensions().height()) + 1;
1616 dimensions.height() > this->caps()->maxRenderTargetSize()) {
1629 return GrBackendRenderTarget(dimensions.width(), dimensions.height(), info);