HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 726 - 750 of 1402) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.h 71 const SkBitmap& image,
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 336 std::string image = "up-to-date"; local
376 image = "available";
387 image = "fail";
407 scoped_ptr<Value> image_string(Value::CreateStringValue(image));
  /external/chromium-trace/trace-viewer/src/
timeline_view.css 28 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
65 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
  /external/icu4c/common/unicode/
rbbi.h 273 * whose internal tables live in a memory-mapped file. "image" is an
275 * @param image handle to the memory image for the break iterator data.
283 RuleBasedBreakIterator(UDataMemory* image, UErrorCode &status);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 47 import com.jme3.texture.Image;
146 public void deleteImage(Image image) {
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 16 import java.awt.image.BufferedImage;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 255 public void renderImage(RenderImage image, int x, int y, int w, int h,
259 RenderImageJme jmeImage = (RenderImageJme) image;
303 public void renderImage(RenderImage image, int x, int y, int width, int height,
306 RenderImageJme jmeImage = (RenderImageJme) image;
  /external/qemu/android/
cmdline-options.h 66 CFG_PARAM( system, "<file>", "read initial system image from <file>" )
69 CFG_PARAM( ramdisk, "<file>", "ramdisk image (default <system>/ramdisk.img" )
70 CFG_PARAM( image, "<file>", "obsolete, use -system <file> instead" )
72 CFG_PARAM( data, "<file>", "data image (default <datadir>/userdata-qemu.img" )
74 CFG_PARAM( cache, "<file>", "cache partition image (default is temporary file)" )
78 OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
87 OPT_FLAG ( wipe_data, "reset the user data image (copy it from initdata)" )
115 OPT_PARAM( onion, "<image>", "use overlay PNG image over screen" )
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 24 public static final int image = nextId++; field in class:R.id
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp 164 The image rectangle is split in the following way:
180 Image size: width: 10, height: 10
206 to handle pixels outside of the image. In a rare situations, when
207 kernel matrix is bigger than the image, all pixels are calculated by this
225 ALWAYS_INLINE void setDestinationPixels(ByteArray* image, int& pixel, float* totals, float divisor, float bias, ByteArray* src)
229 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha));
232 image->set(pixel, src->get(pixel));
235 image->set(pixel++, maxAlpha);
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 106 PassRefPtr<Image> ImageBuffer::copyImage() const
136 RefPtr<Image> image = BitmapImageSingleFrameSkia::create(*m_data.m_platformContext.bitmap(), context == m_context); local
137 context->drawImage(image.get(), styleColorSpace, destRect, srcRect, op, useLowQualityScale);
143 RefPtr<Image> image = BitmapImageSingleFrameSkia::create(*m_data.m_platformContext.bitmap(), context == m_context); local
144 image->drawPattern(context, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
357 if (mimeType == "image/jpeg") {
366 ASSERT(mimeType == "image/png");
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 765 CGImageRef image = CreateCGImageFromPixelBuffer(buffer); local
772 CGContextDrawImage(context, CGRectMake(0, 0, r.width(), r.height()), image);
775 CGImageRelease(image);
819 CGImageRef image = 0; local
855 image = CGImageCreate(buffer.width(), buffer.height(), bitsPerComponent, bitsPerPixel, buffer.bytesPerRow(), colorSpace, alphaInfo, provider, 0, false, kCGRenderingIntentDefault);
858 // Once the image is created we can release our reference to the provider and the colorspace, they are retained by the image
864 return image;
911 CGImageRef image = CreateCGImageFromPixelBuffer(buffer); local
912 layer->setContents(image);
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 107 const NinePieceImage& image() const { return m_image; } function in class:WebCore::BorderData
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.cpp 73 QImage Widget::image() const function in class:Widget
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 175 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25.java 17 package com.android.rs.image;
GroupTest.java 17 package com.android.rs.image;
  /hardware/ti/omap3/omx/
Android.mk 36 TI_OMX_IMAGE := $(TI_OMX_TOP)/image/src/openmax_il
121 #call to image
  /packages/apps/Gallery/src/com/android/camera/
Util.java 99 * For example, BitmapFactory downsamples an image by 2 even though the
161 * than the target. Transform it by placing as much of the image
424 public static Intent createSetAsIntent(IImage image) {
425 Uri u = image.fullSizeImageUri();
427 intent.setDataAndType(u, image.getMimeType());
428 intent.putExtra("mimeType", image.getMimeType());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 69 private float mMaxScaleFactor = 3.0f; // TODO: base this on the current view / image
175 Bitmap image = mLoader.getOriginalBitmapLarge(); local
176 if (image == null) {
179 float w = image.getWidth();
180 float h = image.getHeight();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
BasicSettingPopup.java 68 if (iconIds != null) map.put("image", iconIds[i]);
73 new String[] {"text", "image"},
74 new int[] {R.id.text, R.id.image});
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 44 import org.eclipse.swt.graphics.Image;
108 // create image canvas where the framebuffer is displayed
309 final Image image = mTrace.getImage(call); local
313 mImageCanvas.setImage(image);
315 mFitToCanvasAction.setEnabled(image != null);
316 mSaveImageAction.setEnabled(image != null);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_proc.h 60 typedef EGLBoolean (* eglDestroyImageKHR_t) (EGLDisplay, EGLImageKHR image);
  /sdk/templates/docs/
default.css 118 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjcwLjg2NnB4IiBoZWlnaHQ9IjcwLjg2NnB4IiB2aWV3Qm94PSItNTkuNDE4IDE0LjU2NyA3MC44NjYgNzAuODY2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC01OS40MTggMTQuNTY3IDcwLjg2NiA3MC44NjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0tMjguNTUyLDYxLjQ4NWMtMC4wMTcsMC4wMTYtMC4wMjksMC4wMzUtMC4wNDYsMC4wNTNsLTUuODI1LDUuNzI1Yy0wLjk1MiwwLjkzOC0yLjIxNCwxLjQ0NS0zLjU0OSwxLjQzNCAgICBzLTIuNTg2LTAuNTQzLTMuNTIyLTEuNDk0Yy0xLjkzMS0xLjk2Ny0xLjkwMy01LjEzOSwwLjA2My03LjA3Mmw1LjgyNi01LjcyNWMwLjAxNy0wLjAxNywwLjAzOC0wLjAyOCwwLjA1Ny0wLjA0Nmw2LjkyNS02LjgwNiAgICBjLTEuMDc2LTAuMzYyLTIuMjExLTAuNTcxLTMuMzgyLTAuNTgyYy0yLjkzOC0wLjAyNi01LjcwOSwxLjA5NS03LjgwNCwzLjE1MmwtNS44MjcsNS43MjcgICAgYy00LjMyNiw0LjI0OC00LjM4OCwxMS4yMjctMC4xMzcsMTUuNTU1YzIuMDU4LDIuMDk2LDQuODEzLDMuMjY2LDcuNzUsMy4yOTFzNS43MTEtMS4wOTQsNy44MDYtMy4xNTJsNS44MjUtNS43MjcgICAgYzIuMDk2LTIuMDU5LDMuMjY1LTQuODEzLDMuMjkyLTcuNzQ4YzAuMDA5LTEuMTcyLTAuMTgxLTIuMzA3LTAuNTIzLTMuMzkzTC0yOC41NTIsNjEuNDg1eiIvPgoJCTxwYXRoIGQ9Ik0tMi4yMDIsMjguNTk0Yy0yLjA2Mi0yLjA5Ni00LjgxMy0zLjI2NC03Ljc1LTMuMjljLTIuOTQtMC4wMjYtNS43MSwxLjA5NC03LjgwNywzLjE1NGwtNS44MjUsNS43MjMgICAgYy0zLjA0NCwyLjk5MS0zLjk2Niw3LjMyNy0yLjc3MSwxMS4xNDVsNi45MjItNi44MDFjMC4wMi0wLjAyMSwwLjAzMy0wLjA0NSwwLjA1My0wLjA2NGw1LjgyNi01LjcyNCAgICBjMC45NTQtMC45MzYsMi4yMTItMS40NDUsMy41NDktMS40MzNjMS4zMzUsMC4wMTEsMi41ODUsMC41NDMsMy41MjIsMS40OTVjMC45MzYsMC45NTIsMS40NDUsMi4yMTIsMS40MzQsMy41NDggICAgYy0wLjAxMywxLjMzNS0wLjU0NCwyLjU4Ny0xLjQ5NSwzLjUyM2wtNS44MjYsNS43MjNjLTAuMDE2LDAuMDE2LTAuMDM0LDAuMDI1LTAuMDUsMC4wNDFsLTYuOTMxLDYuODEgICAgYzEuMDc3LDAuMzYxLDIuMjEsMC41NzEsMy4zOCwwLjU4MmMyLjkzOCwwLjAyNCw1LjcxLTEuMDk1LDcuODA1LTMuMTU0bDUuODI3LTUuNzIzYzIuMDk1LTIuMDU5LDMuMjY0LTQuODEyLDMuMjktNy43NDkgICAgQzAuOTc2LDMzLjQ2MS0wLjE0NCwzMC42ODgtMi4yMDIsMjguNTk0eiIvPgoJPC9nPgoJPHBhdGggZD0iTS0xMy40MSwzOS42MDRjMS4xODMsMS4yMDMsMS4wMDEsMy4yOTktMC40MDUsNC42OEwtMjkuODgsNjAuMDY5Yy0xLjQwNSwxLjM4MS0zLjUwNSwxLjUyNy00LjY4OCwwLjMyNGwwLDAgICBjLTEuMTgtMS4yMDMtMC45OTgtMy4yOTcsMC40MDgtNC42OGwxNi4wNjUtMTUuNzg0Qy0xNi42ODgsMzguNTQ4LTE0LjU5MiwzOC40MDItMTMuNDEsMzkuNjA0TC0xMy40MSwzOS42MDR6Ii8+CjwvZz4KPC9zdmc+);

Completed in 1269 milliseconds

<<21222324252627282930>>