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

12

/external/chromium_org/ash/frame/
H A Dframe_util.cc28 gfx::ImageSkia resized = gfx::ImageSkiaOperations::CreateResizedImage( local
31 gfx::ImageSkiaOperations::CreateMaskedImage(resized, *holder_mask);
/external/chromium_org/ui/app_list/views/
H A Dtop_icon_animation_view.cc23 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage(
26 icon_->SetImage(resized);
H A Dapp_list_item_view.cc138 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage(
144 resized, GetIconShadows()));
149 icon_->SetImage(resized);
/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc42 gfx::ImageSkia resized(
45 canvas->DrawImageInt(resized, 0, 0, resized.width(), resized.height(),
46 x, y, resized.width(), resized.height(), true);
/external/elfutils/0.153/libdwfl/
H A Dsegment.c182 bool resized = false; local
191 resized = true;
200 resized = true;
209 resized = true;
219 resized = true;
240 if (resized && idx - 1 >= highest)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c290 int resized=0; local
526 resized=1;
553 if ((!paused)||(resized))
555 if (((SDL_GetTicks()-lastftick)>fpsdelay)||(resized))
579 if (!resized)
589 resized=0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c202 boolean resized; local
219 resized = (xstfb->buffer->width != xstfb->texture_width ||
223 if (resized || new_mask) {
229 if (!resized) {
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c202 boolean resized; local
219 resized = (xstfb->buffer->width != xstfb->texture_width ||
223 if (resized || new_mask) {
229 if (!resized) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c182 * framebuffer is resized or destroyed.
192 boolean resized; local
198 resized = (drawable->old_w != width ||
202 if (resized) {
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c182 * framebuffer is resized or destroyed.
192 boolean resized; local
198 resized = (drawable->old_w != width ||
202 if (resized) {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_resize_buffers.spec34 Mesa cannot automatically detect when a window has been resized.
57 determines that a window has been resized. Calling
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec34 Mesa cannot automatically detect when a window has been resized.
57 determines that a window has been resized. Calling
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java321 final boolean resized[] = new boolean[9];
322 System.arraycopy(kusage, 0, resized, 0, kusage.length);
323 return resized;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory_unittest.cc50 SkBitmap resized = skia::ImageOperations::Resize(
53 return gfx::Image::CreateFrom1xBitmap(resized);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc147 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage(
152 resized,
/external/chromium_org/extensions/browser/
H A Dextension_icon_image_unittest.cc45 SkBitmap resized = skia::ImageOperations::Resize(
47 return resized;
226 // should expect manifest image of size 48 resized to size 32.
274 // Image should have been resized.
313 // We should have loaded the biggest smaller resource resized to the actual
350 // We should have loaded the smallest bigger (resized) resource.
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.cc356 const SkBitmap resized = skia::ImageOperations::Resize( variable
361 return ImageSkiaRep(resized, scale);
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1088 bool resized = false; local
1094 resized = true;
1103 // The HiView is resized or has moved.
1104 resized = true;
1107 if (resized)
1110 //WEBRTC_TRACE(kTraceDebug, "%s:%d Window has resized", __FUNCTION__, __LINE__);
1192 //WEBRTC_LOG(kTraceDebug, "%s HIViewRef:%d owner window has resized", __FUNCTION__, (int)_hiviewRef);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc68 int resized = resize_count; local
74 if (--resized == 0) {
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd131 # holds the resized string object and 0 is returned; the address
H A Dstring.pxd131 # holds the resized string object and 0 is returned; the address
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2645 milliseconds

12