Searched refs:drect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dcopybit.cpp363 copybit_rect_t drect = {x, y, x+w, y+h}; local
378 copybit_rect_t tmpdrect = drect;
386 if (drect.l < 0) {
390 if (drect.t < 0) {
394 if (drect.l + tmpCbImg.w > dst.w) {
395 tmpCbImg.w = dst.w - drect.l;
398 if (drect.t + tmpCbImg.h > dst.h) {
399 tmpCbImg.h = dst.h - drect.t;
423 err = copybit->stretch(copybit, &dst, &src, &drect, &srect, &it);
446 "drect
[all...]

Completed in 3 milliseconds