Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/angle/extensions/
DEGL_ANGLE_window_fixed_size.txt67 "EGL_FIXED_SIZE_ANGLE specifies whether the surface must be resized by the
68 implementation when the native window is resized. The default value is
77 the window surface must be resized by the implementation subsequent to the
78 native window being resized, and prior to copying its contents to the
89 EGL_FIXED_SIZE_ANGLE boolean Surface will not be resized with a native
98 to which the surface was created. If the native window is resized and the
100 surface will eventually be resized by the implementation to match (as
102 yet resized the window surface, the size returned by eglQuerySurface will
108 resized to match a native window, and EGL_TRUE if the surface cannot be
109 resized."
[all …]
/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc42 gfx::ImageSkia resized( in DrawIcon() local
45 canvas->DrawImageInt(resized, 0, 0, resized.width(), resized.height(), in DrawIcon()
46 x, y, resized.width(), resized.height(), true); in DrawIcon()
/external/elfutils/0.153/libdwfl/
Dsegment.c182 bool resized = false; in reify_segments() local
191 resized = true; in reify_segments()
200 resized = true; in reify_segments()
209 resized = true; in reify_segments()
219 resized = true; in reify_segments()
240 if (resized && idx - 1 >= highest) in reify_segments()
/external/chromium_org/ash/frame/
Dframe_util.cc28 gfx::ImageSkia resized = gfx::ImageSkiaOperations::CreateResizedImage( in GetAvatarImageForContext() local
31 gfx::ImageSkiaOperations::CreateMaskedImage(resized, *holder_mask); in GetAvatarImageForContext()
/external/chromium_org/ui/app_list/views/
Dtop_icon_animation_view.cc23 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage( in TopIconAnimationView() local
26 icon_->SetImage(resized); in TopIconAnimationView()
Dapp_list_item_view.cc135 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage(icon, in UpdateIcon() local
139 gfx::ImageSkiaOperations::CreateImageWithDropShadow(resized, in UpdateIcon()
145 icon_->SetImage(resized); in UpdateIcon()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestoverlay2.c290 int resized=0; in main() local
526 resized=1; in main()
553 if ((!paused)||(resized)) in main()
555 if (((SDL_GetTicks()-lastftick)>fpsdelay)||(resized)) in main()
579 if (!resized) in main()
589 resized=0; in main()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c202 boolean resized; in xmesa_st_framebuffer_validate() local
219 resized = (xstfb->buffer->width != xstfb->texture_width || in xmesa_st_framebuffer_validate()
223 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
229 if (!resized) { in xmesa_st_framebuffer_validate()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dxm_st.c202 boolean resized; in xmesa_st_framebuffer_validate() local
219 resized = (xstfb->buffer->width != xstfb->texture_width || in xmesa_st_framebuffer_validate()
223 if (resized || new_mask) { in xmesa_st_framebuffer_validate()
229 if (!resized) { in xmesa_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/sw/
Ddrisw.c192 boolean resized; in drisw_allocate_textures() local
198 resized = (drawable->old_w != width || in drisw_allocate_textures()
202 if (resized) { in drisw_allocate_textures()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
Ddrisw.c192 boolean resized; in drisw_allocate_textures() local
198 resized = (drawable->old_w != width || in drisw_allocate_textures()
202 if (resized) { in drisw_allocate_textures()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLX509Certificate.java321 final boolean resized[] = new boolean[9]; in getKeyUsage()
322 System.arraycopy(kusage, 0, resized, 0, kusage.length); in getKeyUsage()
323 return resized; in getKeyUsage()
/external/chromium_org/chrome/browser/extensions/
Dextension_action_icon_factory_unittest.cc50 SkBitmap resized = skia::ImageOperations::Resize( in EnsureImageSize() local
53 return gfx::Image::CreateFrom1xBitmap(resized); in EnsureImageSize()
/external/chromium_org/ppapi/api/private/
Dppb_flash_fullscreen.idl50 * will be resized to that size.
/external/mesa3d/docs/
DMESA_resize_buffers.spec57 determines that a window has been resized. Calling
/external/e2fsprogs/tests/r_inline_xattr/
Dscript25 # Look at inline extended attribute in resized fs
/external/chromium_org/third_party/mesa/src/docs/
DMESA_resize_buffers.spec57 determines that a window has been resized. Calling
/external/chromium_org/v8/test/webkit/
Dresize-array-assign-expected.txt24 Tests that assignments into arrays behave properly after the array is resized.
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_mac.mm21 // Size doesn't matter, the surface is resized to the right size later.
/external/chromium_org/ppapi/api/
Dppb_fullscreen.idl64 * will be resized to this size when SetFullscreen() is called to enter
/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc360 const SkBitmap resized = skia::ImageOperations::Resize( in GetImageForScale() local
365 return ImageSkiaRep(resized, scale); in GetImageForScale()
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1088 bool resized = false; in ScreenUpdateProcess() local
1094 resized = true; in ScreenUpdateProcess()
1104 resized = true; in ScreenUpdateProcess()
1107 if (resized) in ScreenUpdateProcess()
/external/chromium_org/extensions/browser/
Dextension_icon_image_unittest.cc45 SkBitmap resized = skia::ImageOperations::Resize( in EnsureBitmapSize() local
47 return resized; in EnsureBitmapSize()
/external/chromium_org/ui/compositor/test/
Dtest_compositor_host_mac.mm31 // The frame will be resized when reparented into the window's view hierarchy.

123