Home | History | Annotate | Download | only in effects

Lines Matching defs:dstHeight

786     int dstHeight = dst->fBounds.height();
792 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight);
795 ComputeBlurredScanline(verticalScanline, profile, dstHeight, sigma);
797 for (int y = 0 ; y < dstHeight ; ++y) {
825 for (int y = pad ; y < dstHeight-pad ; y++) {
830 for (int y = pad ; y < dstHeight-pad ; y++) {