Home
last modified time | relevance | path

Searched refs:new_y (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Ddisplay.js333 copyImage: function (old_x, old_y, new_x, new_y, w, h) { argument
337 var y2 = new_y - this._viewportLoc.y;
/external/webp/src/enc/
Dpicture_csp.c512 const int new_y = (int)best_y[off] + diff_y; in PreprocessARGB() local
513 best_y[off] = clip_y(new_y); in PreprocessARGB()