Home | History | Annotate | Download | only in effects

Lines Matching refs:dst_height

1146     int dst_height = dst->fBounds.height();
1158 for (int y = 0 ; y < dst_height ; y++)
1164 int dy = abs((y << 1) - dst_height) - h; // how far are we from the original edge?