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

/frameworks/base/opengl/libagl/
H A Dcopybit.cpp377 copybit_rect_t tmpCbRect; local
383 tmpCbRect.l = 0;
384 tmpCbRect.t = 0;
387 tmpCbRect.l = -tmpdrect.l;
391 tmpCbRect.t = -tmpdrect.t;
403 tmpCbRect.r = tmpCbImg.w;
404 tmpCbRect.b = tmpCbImg.h;
413 &tmpCbImg, &dst, &tmpCbRect, &tmpdrect, &tmp_it);
433 &dst, &tmpCbImg, &tmpdrect, &tmpCbRect, &it);

Completed in 4 milliseconds