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

1 23 4 5 6 7 8 91011>>

  /external/opencv/cvaux/src/
extendededges.cpp 46 //void icvCutContour( CvSeq* current, IplImage* image );
47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image );
50 //create lists of segments of all contours from image
51 CvSeq* cvExtractSingleEdges( IplImage* image, //bw image - it's content will be destroyed by cvFindContours
56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
57 cvZero( image );
75 CvSeq* new_seq = icvCutContourRaster( current, storage, image );
121 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image /*tmp image*/)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImagesManager.cpp 57 ImageTexture* image = 0; local
66 image = m_images.get(crc);
67 SkSafeRef(image);
68 return image;
72 // the image is not in the map, we add it
75 image = new ImageTexture(img, crc);
78 m_images.set(crc, image);
80 return image;
89 ImageTexture* image = 0; local
91 image = m_images.get(imgCRC)
104 ImageTexture* image = m_images.get(imgCRC); local
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
combo.edc 26 image: "widget/combo/combo_normal.png" COMP;
27 image: "widget/combo/combo_normal_button.png" COMP;
28 image: "widget/combo/combo_hover.png" COMP;
29 image: "widget/combo/combo_hover_button.png" COMP;
30 image: "widget/combo/combo_focus.png" COMP;
31 image: "widget/combo/combo_focus_button.png" COMP;
32 image: "widget/combo/combo_press.png" COMP;
33 image: "widget/combo/combo_press_button.png" COMP;
34 image: "widget/combo/icon.png" COMP;
100 type: IMAGE;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_uninstall_dialog.cc 37 ExtensionResource image = local
40 // Load the image asynchronously. The response will be sent to OnImageLoaded.
41 tracker_.LoadImage(extension_, image,
46 void ExtensionUninstallDialog::SetIcon(SkBitmap* image) {
47 if (image)
48 icon_ = *image;
62 void ExtensionUninstallDialog::OnImageLoaded(SkBitmap* image,
65 SetIcon(image);
  /external/grub/util/
grub-image 2 # grub-image - Create a GRUB boot filesystem image and tarball
59 image=$bootdir.ext2fs
74 # Create a new filesystem image of the specified size.
75 if test ! -f $image; then
81 echo "# Creating $SIZE disk image \`$image'"
82 trap "rm -f $image" 0
83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
84 $mke2fs -F $image
    [all...]
grub-image.in 2 # grub-image - Create a GRUB boot filesystem image and tarball
59 image=$bootdir.ext2fs
74 # Create a new filesystem image of the specified size.
75 if test ! -f $image; then
81 echo "# Creating $SIZE disk image \`$image'"
82 trap "rm -f $image" 0
83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
84 $mke2fs -F $image
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderImageJme.java 36 import com.jme3.texture.Image;
45 private Image image; field in class:RenderImageJme
59 image = texture.getImage();
61 width = image.getWidth();
62 height = image.getHeight();
70 this.image = texture.getImage();
71 width = image.getWidth();
72 height = image.getHeight();
  /external/webkit/Source/WebKit/chromium/src/
WebImageSkia.cpp 34 #include "Image.h"
91 void WebImage::assign(const WebImage& image)
93 m_bitmap = image.m_bitmap;
106 WebImage::WebImage(const PassRefPtr<Image>& image)
108 operator=(image);
111 WebImage& WebImage::operator=(const PassRefPtr<Image>& image)
114 if (image.get() && (p = image->nativeImageForCurrentFrame())
    [all...]
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 36 public int getImageIndex(IImage image) {
37 return mList.indexOf(image);
44 public boolean removeImage(IImage image) {
45 return mList.remove(image);
52 public void addImage(MockImage image) {
53 mList.add(image);
54 image.setContainer(this);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/chromium/webkit/glue/
image_decoder.cc 32 const WebImage& image = WebImage::fromData( local
35 return image.getSkBitmap();
37 return gfx::CGImageToSkBitmap(image.getCGImageRef());
  /external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
AndroidImageLoader.java 7 import com.jme3.texture.Image;
16 Image image = new Image(imageInfo.getFormat(), bitmap.getWidth(), bitmap.getHeight(), null); local
17 image.setEfficentData(imageInfo);
18 return image;
  /external/webkit/Source/WebCore/platform/graphics/qt/
ContextShadowQt.cpp 38 // ContextShadow needs a scratch image as the buffer for the blur filter.
54 QImage image; member in class:WebCore::ShadowBuffer
73 if (!image.isNull() && (image.width() > width) && (image.height() > height))
74 if (((2 * width) > image.width()) && ((2 * height) > image.height())) {
75 image.fill(0);
76 return &image;
84 image = QImage(width, height, QImage::Format_ARGB32_Premultiplied)
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLImageLoader.cpp 55 void WMLImageLoader::notifyFinished(CachedResource* image)
57 ImageLoader::notifyFinished(image);
59 if (!image->errorOccurred())
65 // Loading both 'localsrc' and 'src' failed. Ignore this image.
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 39 * Picks a random image from a source of photos.
129 Bitmap image = null; local
133 while (image == null && tries < mBadImageSkipLimit) {
141 image = load(imageData, options, longSide, shortSide);
142 mImageMap.put(image, imageData);
149 if (image == null && mFallbackSource != null) {
150 image = load((ImageData) mFallbackSource.findImages(1).toArray()[0],
154 return image;
161 Bitmap image = null; local
168 image = BitmapFactory.decodeStream(new BufferedInputStream(bis), null, options)
275 Bitmap image = null; local
289 Bitmap image = null; local
    [all...]
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 8 #include "ui/gfx/image.h"
25 gfx::Image image(gfx::test::CreatePlatformImage());
32 image_view->SetImage(image);
46 gfx::Image image(gfx::test::CreateBitmap());
47 GtkWidget* image_view = gtk_image_new_from_pixbuf(image);
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 72 // Add an image.
73 SkBitmap image; local
74 image.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
75 image.allocPixels();
76 image.eraseColor(SK_ColorBLACK);
77 ASSERT_TRUE(db.GetWebAppsTable()->SetWebAppImage(url, image));
79 // Make sure we get the image back.
85 // Add another 16x16 image and make sure it replaces the original.
86 image.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
87 image.allocPixels()
    [all...]
  /external/eigen/doc/snippets/
FullPivLU_image.cpp 9 << endl << m.fullPivLu().image(m) << endl;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 36 import com.jme3.texture.Image;
37 import com.jme3.texture.Image.Format;
42 import java.awt.image.BufferedImage;
62 public static void resizeToPowerOf2(Image image){
63 BufferedImage original = ImageToAwt.convert(image, false, true, 0);
64 int potWidth = FastMath.nearestPowerOfTwo(image.getWidth());
65 int potHeight = FastMath.nearestPowerOfTwo(image.getHeight());
71 Image output = loader.load(scaled, false);
73 image.setWidth(potSize)
    [all...]
  /external/skia/legacy/src/animator/
SkDrawShader.h 25 SkBaseBitmap* image; member in class:SkDrawBitmapShader
  /external/skia/src/animator/
SkDrawShader.h 25 SkBaseBitmap* image; member in class:SkDrawBitmapShader
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readelf.h 43 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 67 SVGImageElement* image = static_cast<SVGImageElement*>(node()); local
71 m_localTransform = image->animatedLocalTransform();
95 SVGImageElement* image = static_cast<SVGImageElement*>(node()); local
98 m_objectBoundingBox = FloatRect(image->x().value(image), image->y().value(image), image->width().value(image), image->height().value(image))
125 RefPtr<Image> image = m_imageResource->image(); local
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc 26 image: "widget/button/img_button_normal.png" COMP;
27 image: "widget/button/img_button_press.png" COMP;
28 image: "widget/button/img_button_hover.png" COMP;
29 image: "widget/button/img_button_focus.png" COMP;
64 type: IMAGE;
68 image {
76 image {
89 image {
97 image {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 26 image: "widget/file/file_normal.png" COMP;
27 image: "widget/file/file_hover.png" COMP;
28 image: "widget/file/file_focus.png" COMP;
29 image: "widget/file/file_press.png" COMP;
62 type: IMAGE;
65 image {
78 image {
86 image {
94 image {

Completed in 1601 milliseconds

1 23 4 5 6 7 8 91011>>