/external/chromium_org/third_party/angle/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 67 "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/ |
D | app_list_folder_item.cc | 42 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/ |
D | segment.c | 182 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/ |
D | frame_util.cc | 28 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/ |
D | top_icon_animation_view.cc | 23 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage( in TopIconAnimationView() local 26 icon_->SetImage(resized); in TopIconAnimationView()
|
D | app_list_item_view.cc | 135 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/ |
D | testoverlay2.c | 290 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/ |
D | xm_st.c | 202 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/ |
D | xm_st.c | 202 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/ |
D | functional.resize.txt | 34 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/ |
D | drisw.c | 192 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/ |
D | drisw.c | 192 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/ |
D | OpenSSLX509Certificate.java | 321 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/ |
D | extension_action_icon_factory_unittest.cc | 50 SkBitmap resized = skia::ImageOperations::Resize( in EnsureImageSize() local 53 return gfx::Image::CreateFrom1xBitmap(resized); in EnsureImageSize()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_flash_fullscreen.idl | 50 * will be resized to that size.
|
/external/mesa3d/docs/ |
D | MESA_resize_buffers.spec | 57 determines that a window has been resized. Calling
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 25 # Look at inline extended attribute in resized fs
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_resize_buffers.spec | 57 determines that a window has been resized. Calling
|
/external/chromium_org/v8/test/webkit/ |
D | resize-array-assign-expected.txt | 24 Tests that assignments into arrays behave properly after the array is resized.
|
/external/chromium_org/content/common/gpu/ |
D | image_transport_surface_mac.mm | 21 // Size doesn't matter, the surface is resized to the right size later.
|
/external/chromium_org/ppapi/api/ |
D | ppb_fullscreen.idl | 64 * will be resized to this size when SetFullscreen() is called to enter
|
/external/chromium_org/ui/gfx/image/ |
D | image_skia_operations.cc | 360 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/ |
D | video_render_agl.cc | 1088 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/ |
D | extension_icon_image_unittest.cc | 45 SkBitmap resized = skia::ImageOperations::Resize( in EnsureBitmapSize() local 47 return resized; in EnsureBitmapSize()
|
/external/chromium_org/ui/compositor/test/ |
D | test_compositor_host_mac.mm | 31 // The frame will be resized when reparented into the window's view hierarchy.
|