Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:irect

1084     hwc_rect_t irect = getIntersection(layer1->displayFrame,
1086 return isValidRect(irect);
1203 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1204 if(isValidRect(irect)) {
1207 dest_rect = deductRect(bottomframe, irect);