/external/eigen/doc/examples/ |
TutorialLinAlgRankRevealing.cpp | 19 << lu_decomp.image(A) << endl; // yes, have to pass the original A
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglDisplay.java | 38 import java.awt.image.BufferedImage;
206 BufferedImage image = (BufferedImage) images[i];
local 207 out[i] = imageToByteBuffer(image);
212 private ByteBuffer imageToByteBuffer(BufferedImage image) {
213 if (image.getType() != BufferedImage.TYPE_INT_ARGB_PRE) {
214 BufferedImage convertedImage = new BufferedImage(image.getWidth(), image.getHeight(), BufferedImage.TYPE_INT_ARGB_PRE);
216 double width = image.getWidth() * (double) 1;
217 double height = image.getHeight() * (double) 1;
218 g.drawImage(image, (int) ((convertedImage.getWidth() - width) / 2), [all...] |
/external/oprofile/libpp/ |
image_errors.cpp | 28 void report_image_error(string const & image, image_error error, bool fatal, 34 string image_name = extra.get_archive_path() + image; 41 if (error == image_not_found && is_prefix(image, "anon ")) 75 report_image_error(profile.image, profile.error, fatal, extra);
|
/external/skia/include/gpu/ |
GrFontScaler.h | 34 int rowBytes, void* image) = 0;
|
/external/skia/legacy/src/animator/ |
SkDrawShader.cpp | 49 SK_MEMBER(image, BaseBitmap) 56 SkDrawBitmapShader::SkDrawBitmapShader() : filterBitmap(-1), image(NULL) {} 67 if (image == NULL) 76 SkShader* shader = SkShader::CreateBitmapShader(image->fBitmap,
|
/external/skia/src/animator/ |
SkDrawShader.cpp | 49 SK_MEMBER(image, BaseBitmap) 56 SkDrawBitmapShader::SkDrawBitmapShader() : filterBitmap(-1), image(NULL) {} 67 if (image == NULL) 76 SkShader* shader = SkShader::CreateBitmapShader(image->fBitmap,
|
/external/skia/src/image/ |
SkImage_Gpu.cpp | 79 GrTexture* SkTextureImageGetTexture(SkImage* image) { 80 return ((SkImage_Gpu*)image)->getTexture(); 83 void SkTextureImageSetTexture(SkImage* image, GrTexture* texture) { 84 ((SkImage_Gpu*)image)->setTexture(texture);
|
SkSurface.cpp | 39 SkImage* image = this->newImageShapshot(); local 40 if (image) { 41 image->draw(canvas, x, y, paint); 42 image->unref(); 73 // the cached image. Note: we only call if there is an outstanding owner 74 // on the image (besides us). 79 // regardless of copy-on-write, we must drop our cached image now, so 121 SkImage* image = asSB(this)->getCachedImage(); local 122 SkSafeRef(image); // the caller will call unref() to balance this 123 return image; [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext.cpp | 66 void CanvasRenderingContext::checkOrigin(const HTMLImageElement* image) 68 if (!image || !canvas()->originClean()) 71 CachedImage* cachedImage = image->cachedImage(); 74 if (canvas()->originClean() && !cachedImage->image()->hasSingleSecurityOrigin())
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageAndroid.cpp | 30 #include "Image.h" 76 : Image(observer) 180 SkBitmapRef* image = this->nativeImageForCurrentFrame(); local 181 if (!image) { // If it's too early we won't have an image yet. 186 const SkBitmap& bitmap = image->bitmap(); 198 float invScaleX = (float)bitmap.width() / image->origWidth(); 199 float invScaleY = (float)bitmap.height() / image->origHeight(); 214 if (bitmap.width() != image->origWidth() || 215 bitmap.height() != image->origHeight()) 235 SkBitmapRef* image = this->nativeImageForCurrentFrame(); local [all...] |
/external/webkit/Source/WebCore/platform/win/ |
DragImageWin.cpp | 35 #include "Image.h" 49 IntSize dragImageSize(DragImageRef image) 51 if (!image) 54 GetObject(image, sizeof(BITMAP), &b); 58 void deleteDragImage(DragImageRef image) 60 if (image) 61 ::DeleteObject(image); 64 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) 67 return image; 70 DragImageRef createDragImageIconForCachedImage(CachedImage* image) 183 HBITMAP image = 0; local [all...] |
/external/webkit/Source/WebCore/svg/graphics/filters/ |
SVGFEImage.cpp | 37 FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) 39 , m_image(image) 44 PassRefPtr<FEImage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) 46 return adoptRef(new FEImage(filter, image, preserveAspectRatio)); 89 ts << " image-size=\"" << imageSize.width() << "x" << imageSize.height() << "\"]\n"; 90 // FIXME: should this dump also object returned by SVGFEImage::image() ?
|
/external/webkit/Source/WebKit/chromium/public/ |
WebImage.h | 43 namespace WebCore { class Image; } 58 WebImage(const WebImage& image) 61 assign(image); 64 WebImage& operator=(const WebImage& image) 66 assign(image); 70 // Decodes the given image data. If the image has multiple frames, 82 WebImage(const WTF::PassRefPtr<WebCore::Image>&); 83 WebImage& operator=(const WTF::PassRefPtr<WebCore::Image>&);
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKImage.h | 45 WK_EXPORT WKSize WKImageGetSize(WKImageRef image);
|
/external/webkit/Source/WebKit2/Shared/API/c/cg/ |
WKImageCG.h | 37 WK_EXPORT CGImageRef WKImageCreateCGImage(WKImageRef image);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
BWFilter.java | 17 package com.android.rs.image;
|
Contrast.java | 17 package com.android.rs.image;
|
Exposure.java | 17 package com.android.rs.image;
|
Shadows.java | 17 package com.android.rs.image;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 163 IImage image = sublist.getImageForUri(uri); local 164 if (image != null) return image; 170 * Modify the skip list when an image is deleted by finding 188 private boolean removeImage(IImage image, int index) { 189 IImageList list = image.getContainer(); 190 if (list != null && list.removeImage(image)) { 197 public boolean removeImage(IImage image) { 198 return removeImage(image, getImageIndex(image)); 202 IImage image = getImageAt(index); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
ImUtil.h | 29 register XImage *image);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
ImUtil.h | 29 register XImage *image);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
ImUtil.h | 29 register XImage *image);
|
/external/chromium/chrome/browser/webdata/ |
web_apps_table.cc | 28 "image BLOB, UNIQUE (url, width, height))")) { 52 bool WebAppsTable::SetWebAppImage(const GURL& url, const SkBitmap& image) { 57 "(url, width, height, image) VALUES (?, ?, ?, ?)")); 62 gfx::PNGCodec::EncodeBGRASkBitmap(image, false, &image_data); 65 s.BindInt(1, image.width()); 66 s.BindInt(2, image.height()); 74 "SELECT image FROM web_app_icons WHERE url=?")); 81 SkBitmap image; local 86 col_bytes, &image)) { 87 images->push_back(image); [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
BooleanObjectPropertyEditor.java | 19 import org.eclipse.swt.graphics.Image; 29 private static final Image m_nullImage = DesignerPlugin.getImage("properties/BooleanNull.png"); 30 private static final Image m_trueImage = DesignerPlugin.getImage("properties/true.png"); 31 private static final Image m_falseImage = DesignerPlugin.getImage("properties/false.png"); 52 Image image = booleanValue ? m_trueImage : m_falseImage; local 54 paint(gc, x, y, width, height, text, image); 57 Image image = m_nullImage; local 59 paint(gc, x, y, width, height, text, image); [all...] |