HomeSort by relevance Sort by last modified time
    Searched full:drect (Results 1 - 1 of 1) sorted by null

  /frameworks/base/opengl/libagl/
copybit.cpp 363 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={%d,%d,%d,%d},
    [all...]

Completed in 32 milliseconds