Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:irect

1085     hwc_rect_t irect = getIntersection(layer1->displayFrame,
1087 return isValidRect(irect);
1204 hwc_rect_t irect = getIntersection(bottomframe, topframe);
1205 if(isValidRect(irect)) {
1208 dest_rect = deductRect(bottomframe, irect);