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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c62 RECT clip_rect; /**< The subarea of the screen or window to clip */ member in struct:gdigrab
124 RECT rect = gdigrab->clip_rect;
239 RECT clip_rect; local
277 clip_rect.left = virtual_rect.left;
278 clip_rect.top = virtual_rect.top;
279 clip_rect.right = virtual_rect.right;
280 clip_rect.bottom = virtual_rect.bottom;
282 clip_rect.left = gdigrab->offset_x;
283 clip_rect.top = gdigrab->offset_y;
284 clip_rect
441 RECT clip_rect = gdigrab->clip_rect; local
504 RECT clip_rect = gdigrab->clip_rect; local
[all...]
H A Dsdl.c328 SDL_FillRect(sdl->surface, &sdl->surface->clip_rect,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Ddockart.cpp623 wxRect clip_rect = rect; local
624 clip_rect.width -= 3; // text offset
625 clip_rect.width -= 2; // button padding
627 clip_rect.width -= m_button_size;
629 clip_rect.width -= m_button_size;
631 clip_rect.width -= m_button_size;
633 wxString draw_text = wxAuiChopText(dc, text, clip_rect.width);
635 dc.SetClippingRegion(clip_rect);
H A Dauibar.cpp257 wxRect clip_rect = rect; local
258 clip_rect.width -= 1;
259 dc.SetClippingRegion(clip_rect);

Completed in 146 milliseconds