Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 25 of 34) sorted by relevance

12

/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java138 int resized = maxPrimary; in getResizedDimension() local
142 if ((resized * ratio) < maxSecondary) { in getResizedDimension()
143 resized = (int) (maxSecondary / ratio); in getResizedDimension()
145 return resized; in getResizedDimension()
148 if ((resized * ratio) > maxSecondary) { in getResizedDimension()
149 resized = (int) (maxSecondary / ratio); in getResizedDimension()
151 return resized; in getResizedDimension()
/external/elfutils/libdwfl/
Dsegment.c164 bool resized = false; in reify_segments() local
173 resized = true; in reify_segments()
182 resized = true; in reify_segments()
191 resized = true; in reify_segments()
201 resized = true; in reify_segments()
222 if (resized && idx - 1 >= highest) in reify_segments()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c205 boolean resized; in xmesa_st_framebuffer_validate() local
222 resized = (xstfb->buffer->width != xstfb->texture_width || in xmesa_st_framebuffer_validate()
226 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
232 if (!resized) { in xmesa_st_framebuffer_validate()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl.c158 boolean resized; in hgl_st_framebuffer_validate() local
176 resized = (buffer->width != context->width) in hgl_st_framebuffer_validate()
179 if (resized || newMask) { in hgl_st_framebuffer_validate()
/external/deqp/doc/testspecs/EGL/
Dfunctional.resize.txt34 Checks for EGL surface behavior when the surface's native window is resized by external means.
41 a test image on it. The native window is resized, and the back buffer is
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c270 boolean resized; in drisw_allocate_textures() local
276 resized = (drawable->old_w != width || in drisw_allocate_textures()
280 if (resized) { in drisw_allocate_textures()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509Certificate.java336 final boolean[] resized = new boolean[9]; in getKeyUsage()
337 System.arraycopy(kusage, 0, resized, 0, kusage.length); in getKeyUsage()
338 return resized; in getKeyUsage()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.h64 int resized, int svc_base_is_key);
Dvp9_denoiser.c426 int resized, int svc_base_is_key) { in vp9_denoiser_update_frame_info() argument
430 if (frame_type == KEY_FRAME || resized != 0 || denoiser->reset || in vp9_denoiser_update_frame_info()
/external/e2fsprogs/tests/r_inline_xattr/
Dscript25 # Look at inline extended attribute in resized fs
/external/mesa3d/docs/specs/OLD/
DMESA_resize_buffers.spec57 determines that a window has been resized. Calling
/external/ImageMagick/coders/
Dicon.c164 *resized, in AutoResizeImage() local
201 resized=ResizeImage(image,sizes[i],sizes[i],image->filter,exception); in AutoResizeImage()
202 if (resized == (Image *) NULL) in AutoResizeImage()
206 images=resized; in AutoResizeImage()
208 AppendImageToList(&images,resized); in AutoResizeImage()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1079 bool resized = false; in ScreenUpdateProcess() local
1085 resized = true; in ScreenUpdateProcess()
1095 resized = true; in ScreenUpdateProcess()
1098 if (resized) in ScreenUpdateProcess()
/external/python/cpython2/Doc/c-api/
Dmemory.rst110 the memory block is resized but is not freed, and the returned pointer is
137 Same as :c:func:`PyMem_Realloc`, but the memory block is resized to ``(n *
Dgcsupport.rst59 resized object or *NULL* on failure.
Dsequence.rst199 Note, if a list gets resized, the reallocation may relocate the items array.
Dstring.rst232 On success, *\*string* holds the resized string object and ``0`` is returned;
/external/eigen/doc/
DTopicAliasing.dox157 condition that the destination matrix is not resized</strong>.
202 Moreover, starting in Eigen 3.3, aliasing is \b not assumed if the destination matrix is resized an…
/external/python/cpython2/Doc/library/
Dframework.rst222 Called after the window is resized. Override if more needs to be done than
Dttk.rst894 the widget is resized or the user drags a column.
897 the widget is resized.
/external/python/cpython2/Objects/
Ddictnotes.txt252 resized (to an appropriate level of sparseness), and the keys can be
/external/Microsoft-GSL/gsl/
Dmulti_span1961 // Only strided arrays with regular strides can be resized
1970 // Only strided arrays with regular strides can be resized
1977 // Only strided arrays with regular strides can be resized
/external/gptfdisk/
DNEWS66 otherwise occur if a RAID array was resized in certain ways.
642 no partitions were added or resized when the disk was in GPT form; and
/external/webp/
DREADME653 particular when the buffer is resized to accommodate larger data.
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md22 different size to a Tensor, that tensor is resized to match its new value.
278 tensors of type TensorFixedSize, TensorMaps cannot be resized so they have to

12