Searched refs:new_y (Results 1 – 2 of 2) sorted by relevance
333 copyImage: function (old_x, old_y, new_x, new_y, w, h) { argument337 var y2 = new_y - this._viewportLoc.y;
512 const int new_y = (int)best_y[off] + diff_y; in PreprocessARGB() local513 best_y[off] = clip_y(new_y); in PreprocessARGB()