Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:bounds

570     Rect bounds(dirty.bounds());
577 bounds.set(Rect(t.width, t.height));
611 0, bounds.top, t.width, bounds.height(),
613 t.data + bounds.top*t.stride*2);
616 0, bounds.top, t.width, bounds.height(),
618 t.data + bounds.top*t.stride*2);
622 0, bounds.top, t.width, bounds.height(),
624 t.data + bounds.top*t.stride*4);
628 0, bounds.top, t.width, bounds.height(),
630 t.data + bounds.top*t.stride);