HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 626 - 650 of 1015) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 10 #include "ui/gfx/image/image.h"
60 gfx::Image icon;
87 icon = gfx::Image();
  /external/mesa3d/src/mesa/main/
texstorage.c 182 struct gl_texture_image *texImage = texObj->Image[face][level];
215 for (level = 0; level < Elements(texObj->Image[0]); level++) {
378 /* clear all image fields for [levels] */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 36 import org.eclipse.swt.graphics.Image;
150 public Image getImage(Object element) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 47 import org.eclipse.swt.graphics.Image;
184 public Image getImage(Object element) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js 8 * The overlay displaying the image.
24 // We have a separate image loader for prefetch which does not get cancelled
29 // The content cache is used for prefetching the next image when going
35 // a recently loaded image looks instant even if the image is not in
68 * Image load type: full resolution image loaded from cache.
73 * Image load type: screen resolution preview loaded from cache.
78 * Image load type: image read from file
    [all...]
image_util.js 89 * new Rect(canvas|image) // anything with width and height properties.
265 * Draw the image in context with appropriate scaling.
267 * @param {Image} image Image to draw.
269 * @param {Rect=} opt_srcRect Rectangle in the image (whole image by default).
271 Rect.drawImage = function(context, image, opt_dstRect, opt_srcRect) {
273 opt_srcRect = opt_srcRect || new Rect(image);
276 context.drawImage(image,
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 38 var img = new Image();
48 blankClockAnim1Image = new Image();
50 blankClockAnim2Image = new Image();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 505 RefPtr<Image> image(Image::loadPlatformResource(itemIcon.utf8().data()));
506 if (image && !image->isNull()) {
507 IntRect imageRect = image->rect();
511 gc->drawImage(image.get(), imageRect);
654 RefPtr<Image> image(Image::loadPlatformResource(icon.utf8().data()))
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 22 import com.jme3.texture.Image;
707 public void updateTexImageData(Image img, Texture.Type type, boolean mips, int unit) {
792 Image image = tex.getImage(); local
793 if (image.isUpdateNeeded()) {
794 updateTexImageData(image, tex.getType(), tex.getMinFilter().usesMipMapLevels(), unit);
797 int texId = image.getId();
800 Image[] textures = context.boundTextures;
816 if (textures[unit] != image) {
819 textures[unit] = image;
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 44 #include "ui/gfx/image/image.h"
45 #include "ui/gfx/image/image_family.h"
195 badged_bitmaps.Add(gfx::Image::CreateFrom1xBitmap(
202 badged_bitmaps.Add(gfx::Image::CreateFrom1xBitmap(
208 badged_bitmaps.Add(gfx::Image::CreateFrom1xBitmap(*app_icon_bitmap));
211 gfx::Image::CreateFrom1xBitmap(*large_app_icon_bitmap));
610 const gfx::Image image = local
612 DCHECK(!image.IsEmpty())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 376 PassRefPtr<Image> drawImageIntoBuffer(Image*, int width, int height);
378 PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*, BackingStoreCopy);
456 // Fixed-size cache of reusable image buffers for video texImage2D calls.
460 // The pointer returned is owned by the image buffer map.
672 void texImage2DImpl(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Denum format, GC3Denum type, Image*, GraphicsContext3D::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&);
674 void texSubImage2DImpl(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Denum format, GC3Denum type, Image*, GraphicsContext3D::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&);
679 // Helper function for copyTex{Sub}Image, check whether the internalformat
710 // Helper function to check input format/type for functions {copy}Tex{Sub}Image.
714 // Helper function to check input level for functions {copy}Tex{Sub}Image
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 321 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
345 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
985 firstImage = t->base.Image[0][t->minLod];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 321 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_ALPHA)
345 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_ALPHA)
366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
985 firstImage = t->base.Image[0][t->minLod];
    [all...]
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 31 import android.media.Image;
122 void onCaptureAvailable(Image capture);
430 Image i = null;
448 Image i = reader.acquireNextImage();
704 public void onCaptureAvailable(Image capture) {
718 throw new ItsException("Unsupported image format: " + format);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 36 import org.eclipse.swt.graphics.Image;
50 * View and edit Draw 9-patch image.
90 private Image mBackgroundLayer = null;
114 private Image mBufferImage = null;
250 * Load the image file.
261 * Start displaying the image.
476 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
481 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
485 // Draw previous image once for prevent flicking
507 // draw checker image
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 36 #include "ui/gfx/image/image_skia.h"
132 virtual bool GetIconAt(int index, gfx::Image* icon) OVERRIDE;
272 bool NetworkMenuModel::GetIconAt(int index, gfx::Image* icon) {
274 *icon = gfx::Image(menu_items_[index].icon);
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 529 gfx::Image::CreateFrom1xBitmap(new_icon_bitmap));
533 gfx::Image default_icon;
544 gfx::Image valid_icon;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 30 import org.eclipse.swt.graphics.Image;
301 // print image maps of historical
444 Image image = new Image(Display.getDefault(), GRAPH_WIDTH, GRAPH_HEIGHT); local
445 p.paint(image);
448 ImageData data = Utils.downSample(image);
459 image.dispose();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 30 import org.eclipse.swt.graphics.Image;
103 private static final Image m_plusImage = DesignerPlugin.getImage("properties/plus.gif");
104 private static final Image m_minusImage = DesignerPlugin.getImage("properties/minus.gif");
136 private Image m_bufferedImage;
234 * Disposes image used for double buffered painting.
696 * state image).
739 * @return <code>true</code> if given <code>x</code> coordinate is on state (plus/minus) image.
924 * @return the location of state image (plus/minus) for given {@link Property}.
938 * @return the location of state image (plus/minus) for given {@link Property}.
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 32 import android.media.Image;
377 * Dummy listener that release the image immediately once it is available.
378 * It can be used for the case where we don't care the image data at all.
384 Image image = null; local
386 image = reader.acquireNextImage();
388 if (image != null) {
389 image.close();
402 // Create dummy image listener since we don't care the image data in this test
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 113 gfx::Image(),
129 gfx::Image(),
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 35 #include "ui/gfx/image/image.h"
36 #include "ui/gfx/image/image_skia.h"
77 void OnImageLoaded(const gfx::Image& image);
148 const gfx::Image& image) {
149 if (image.IsEmpty())
151 icon_.reset(image.CopyImageSkia());

Completed in 815 milliseconds

<<21222324252627282930>>