Lines Matching defs:height
28 static void fill_in_2D_gaussian_kernel(float* kernel, int width, int height,
42 const int yRadius = height / 2;
48 for (int y = 0; y < height; y++) {
59 for (int i = 0; i < width * height; ++i) {
133 fill_in_2D_gaussian_kernel(kernel, size.width(), size.height(), sigmaX, sigmaY);
260 if (!mid.isEmpty() && mid.width()*mid.height() < 256*256) {
368 int srcH = srcBounds.height();
473 if (dstBounds.width() > maxRenderTargetSize || dstBounds.height() > maxRenderTargetSize) {
506 // All non-decal tile modes are equivalent for one pixel width/height src and amount to a
513 if (srcBounds.height() == 1) {
579 std::max(sk_float_floor2int(srcBounds.height()*scaleY), 1)};
583 scaleY = static_cast<float>(rescaledSize.height())/srcBounds.height();
615 {rescaledSize.width() + 2*padX, rescaledSize.height() + 2*padY},
665 int sh = srcBounds.height();