Home
last modified time | relevance | path

Searched refs:resized (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dsegment.c168 bool resized = false; in reify_segments() local
177 resized = true; in reify_segments()
186 resized = true; in reify_segments()
195 resized = true; in reify_segments()
205 resized = true; in reify_segments()
226 if (resized && idx - 1 >= highest) in reify_segments()
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Drender-template.js146 var resized = 0
164 } while (resizing && resized++ < output.length)
169 resized = 0
185 } while (resizing && resized++ < output.length)
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c211 bool resized; in xmesa_st_framebuffer_validate() local
228 resized = (xstfb->buffer->width != xstfb->texture_width || in xmesa_st_framebuffer_validate()
232 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
238 if (!resized) { in xmesa_st_framebuffer_validate()
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c165 bool resized; in hgl_st_framebuffer_validate() local
179 resized = (buffer->width != context->width) in hgl_st_framebuffer_validate()
182 if (resized || newMask) { in hgl_st_framebuffer_validate()
/third_party/glfw/src/
H A Dinit.c278 void* resized = _glfw.allocator.reallocate(block, size, _glfw.allocator.user); in _glfw_realloc() local
279 if (resized) in _glfw_realloc()
280 return resized; in _glfw_realloc()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c341 * framebuffer is resized or destroyed.
353 boolean resized; in drisw_allocate_textures() local
359 resized = (drawable->old_w != width || in drisw_allocate_textures()
363 if (resized) { in drisw_allocate_textures()
H A Dkopper.c493 boolean resized; in kopper_allocate_textures() local
507 resized = (drawable->old_w != width || in kopper_allocate_textures()
556 if (resized) { in kopper_allocate_textures()
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp647 SkAutoPixmapStorage resized; in MakeCrossContextFromPixmap() local
656 if (!resized.tryAlloc(info) || !originalPixmap.scalePixels(resized, sampling)) { in MakeCrossContextFromPixmap()
659 pixmap = &resized; in MakeCrossContextFromPixmap()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h340 bool resized; member
H A Dplatform_wayland.c392 dri2_surf->resized = true; in resize_callback()
394 /* Update the surface size as soon as native window is resized; from user in resize_callback()
1135 if (dri2_surf->resized || dri2_surf->received_dmabuf_feedback) { in update_buffers()
1137 dri2_surf->resized = false; in update_buffers()
/third_party/python/Python/
H A Dcompile.c6317 basicblock **resized = PyObject_Realloc(pc->fail_pop, needed); in ensure_fail_pop() local
6318 if (resized == NULL) { in ensure_fail_pop()
6322 pc->fail_pop = resized; in ensure_fail_pop()

Completed in 24 milliseconds