Searched refs:sCreateRect (Results 1 – 1 of 1) sorted by relevance
132 psb_x11_win_t sCreateRect; in psb_x11_substractRects() local167 sCreateRect.i32Right = psRegion->rect.i32Left - 1; in psb_x11_substractRects()169 sCreateRect.i32Left = psCur->rect.i32Left; in psb_x11_substractRects()170 sCreateRect.i32Top = psCur->rect.i32Top; in psb_x11_substractRects()171 sCreateRect.i32Bottom = psCur->rect.i32Bottom; in psb_x11_substractRects()173 psFirst = psb_x11_createClipBoxNode(&sCreateRect, psFirst); in psb_x11_substractRects()185 sCreateRect.i32Left = psRegion->rect.i32Right + 1; in psb_x11_substractRects()187 sCreateRect.i32Right = psCur->rect.i32Right; in psb_x11_substractRects()188 sCreateRect.i32Top = psCur->rect.i32Top; in psb_x11_substractRects()189 sCreateRect.i32Bottom = psCur->rect.i32Bottom; in psb_x11_substractRects()[all …]