Home
last modified time | relevance | path

Searched defs:old_w (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h53 unsigned old_w; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c265 int old_w = window->w; in MIR_HandleResize() local
/third_party/ffmpeg/libavfilter/
Dvf_crop.c334 int old_w = s->w; in process_command() local
Dvf_drawbox.c282 int old_w = s->w; in process_command() local
Dvf_zscale.c767 int old_w = s->w; in process_command() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c760 unsigned old_w = ctx->fb_state.width; in zink_render_update_swapchain() local
/third_party/ffmpeg/libavcodec/
Drv34.c1596 static AVRational update_sar(int old_w, int old_h, AVRational sar, int new_w, int new_h) in update_sar()