Searched refs:image (Results 276 - 300 of 1766) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.cpp63 InterpolationQuality ImageQualityController::chooseInterpolationQuality(GraphicsContext* context, RenderObject* object, Image* image, const void* layer, const LayoutSize& layoutSize) argument
68 if (shouldPaintAtLowQuality(context, object, image, layer, layoutSize))
72 if (image && image->maybeAnimated())
145 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize) argument
147 // If the image is not a bitmap image, then none of this is relevant and we just paint at high
149 if (!image || !image->isBitmapImage() || context->paintingDisabled())
171 // Make sure to use the unzoomed image siz
[all...]
H A DRenderImageResourceStyleImage.cpp64 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const function in class:WebCore::RenderImageResourceStyleImage
66 // Generated content may trigger calls to image() while we're still pending, don't assert but gracefully exit.
69 return m_styleImage->image(m_renderer, IntSize(width, height));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleReflection.h54 void setMask(const NinePieceImage& image) { m_mask = image; } argument
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageChromeClient.cpp42 SVGImageChromeClient::SVGImageChromeClient(SVGImage* image) argument
43 : m_image(image)
68 // our svg image layout on the page's real animation frame. Therefore, we
74 // Schedule the 'animation' ASAP if the image does not contain any
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerButton.css29 background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
45 background-image: linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
52 background-image: linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
58 background-image: linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dpixelzoomer.js63 container.className = 'zoom-image-container';
73 imageContainer.className = 'scaled-image-container';
75 var image = new Image();
76 image.src = url;
77 image.style.display = 'none';
81 imageContainer.appendChild(image);
106 var image = imageContainer.querySelector('img');
109 if (!image.complete) {
110 image.onload = function() {
126 ctx.drawImage(image,
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.h65 void FastBlit(uint8_t* image,
68 void SlowBlit(uint8_t* image,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.cc148 EncodedImage &image)
150 image._buffer = videoBuffer.Buffer();
151 image._length = videoBuffer.Length();
152 image._size = videoBuffer.Size();
153 // image._frameType = static_cast<VideoFrameType>
155 image._timeStamp = videoBuffer.TimeStamp();
156 image._encodedWidth = videoBuffer.Width();
157 image._encodedHeight = videoBuffer.Height();
158 image._completeFrame = true;
147 VideoEncodedBufferToEncodedImage(VideoFrame& videoBuffer, EncodedImage &image) argument
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
H A Dgenerate_images.sh23 # Generate a random image
24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
/external/chromium_org/tools/site_compare/commands/
H A Dscrape.py30 "Scrapes an image from a URL or series of URLs.",
49 image = windowing.ScrapeWindow(wnd)
51 image.save(filename)
/external/chromium_org/ui/file_manager/video_player/css/
H A Darrow_box.css45 background-image: -webkit-image-set(
52 background-image: -webkit-image-set(
/external/chromium_org/ui/views/linux_ui/
H A Dstatus_icon_linux.h39 virtual void SetImage(const gfx::ImageSkia& image) = 0;
40 virtual void SetPressedImage(const gfx::ImageSkia& image) = 0;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgamma.c76 SDL_Surface *image; local
128 image = SDL_LoadBMP("sample.bmp");
129 if ( image ) {
132 dst.x = (screen->w - image->w)/2;
133 dst.y = (screen->h - image->h)/2;
134 dst.w = image->w;
135 dst.h = image->h;
136 SDL_BlitSurface(image, NULL, screen, &dst);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoderTest.cpp153 RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage(); local
154 EXPECT_EQ(1, image->bitmap().width());
155 EXPECT_EQ(1, image->bitmap().height());
156 EXPECT_FALSE(image->bitmap().isNull());
157 EXPECT_TRUE(image->bitmap().isImmutable());
161 tempCanvas->drawBitmap(image->bitmap(), 0, 0);
181 RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage(); local
184 tempCanvas->drawBitmap(image->bitmap(), 0, 0);
190 image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
192 tempCanvas->drawBitmap(image
211 RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage(); local
314 RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage(); local
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Ddrag_handle.css13 background-image: -webkit-gradient(linear,
26 background-image: -webkit-gradient(linear,
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Daccessibility_menu.css32 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
36 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dimage_decoration.h20 void SetImage(NSImage* image);
22 // Returns the part of |frame| the image is drawn in.
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
H A Davatar_icon_controller.h16 // This view controller manages the button/image that sits in the top of the
32 // Sets the image to be used as the avatar. This will have a drop shadow applied
34 - (void)setImage:(NSImage*)image;
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc47 const ATLSTRINGRESOURCEIMAGE* image = AtlGetStringResourceImage( local
49 if (image) {
50 localized_string = std::wstring(image->achString, image->nLength);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dnotifications_test_util.js33 image: { width: 0, height: 0 },
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native.cc29 void GTFDestroyEGLImageExternal(EGLImageKHR image, void* resource) { argument
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.h26 PP_Resource image; member in struct:__anon8341
43 * Query the native system image format.
51 * image resources in response to events.
58 * Points the data member of the context to the raw pixels of the image for
59 * writing to the screen. The image will become visible after a swap.
66 * Swaps out the currently visible graphics with the data stored in the image
67 * buffer making it visible. The old image resource will no longer be
/external/chromium_org/pdf/
H A Ddraw_utils.h26 void GradientFill(pp::ImageData* image,
36 pp::ImageData* image,
44 // Copy one image into another. If stretch is true, the result occupy the entire
46 // result image. Copy will ignore all pixels with transparent alpha from the
47 // source image.
53 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color);
82 // Draw shadow on the image using provided ShadowMatrix.
86 void DrawShadow(pp::ImageData* image,
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.h28 bool Paint(const Rect& rect, ImageData* image);
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc15 void FillRect(pp::ImageData* image, int left, int top, int width, int height, argument
18 y < std::min(image->size().height() - 1, top + height);
21 x < std::min(image->size().width() - 1, left + width);
23 *image->GetAddr32(pp::Point(x, y)) = color;
63 // Next part gets custom image cursor.

Completed in 1443 milliseconds

<<11121314151617181920>>