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

/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc40 gfx::ImageSkia resized(
43 canvas->DrawImageInt(resized, 0, 0, resized.width(), resized.height(),
44 x, y, resized.width(), resized.height(), true);
/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/base/
H A Dpickle.cc67 bool resized = Resize(payload_size); local
68 CHECK(resized); // Realloc failed.
91 bool resized = Resize(other.header_size_ + other.header_->payload_size); local
92 CHECK(resized); // Realloc failed.
/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/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc122 gfx::ImageSkia resized(gfx::ImageSkiaOperations::CreateResizedImage(icon,
126 gfx::ImageSkiaOperations::CreateImageWithDropShadow(resized,
132 icon_->SetImage(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);
H A Dextension_icon_image_unittest.cc47 SkBitmap resized = skia::ImageOperations::Resize(
49 return resized;
229 // should expect manifest image of size 48 resized to size 32.
277 // Image should have been resized.
317 // We should have loaded the biggest smaller resource resized to the actual
356 // We should have loaded smaller (resized) resource.
/external/chromium_org/ui/surface/
H A Daccelerated_surface_win.cc579 base::win::ScopedComPtr<IDirect3DSurface9> resized;
583 resized.Receive())) {
595 present_thread_->device()->ColorFill(resized, NULL, 0xFF000000);
600 if (!gpu_ops->ResizeBilinear(back_buffer, src_subrect, resized, letterbox))
743 // Round up size so the swap chain is not continuously resized with the
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.cc360 const SkBitmap resized = skia::ImageOperations::Resize( variable
365 return ImageSkiaRep(resized, scale);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc67 int resized = resize_count; local
73 if (--resized == 0) {
/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 ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 585 milliseconds