HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 201 - 225 of 1119) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 49 RetainPtr<CGImageRef> image(AdoptCF, WKImageCreateCGImage(wkImage));
51 size_t pixelsWide = CGImageGetWidth(image.get());
52 size_t pixelsHigh = CGImageGetHeight(image.get());
60 CGContextDrawImage(context, CGRectMake(0, 0, pixelsWide, pixelsHigh), image.get());
104 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(bitmapContext));
107 CGImageDestinationAddImage(imageDest.get(), image.get(), 0);
114 fprintf(stdout, "Content-Type: %s\n", "image/png");
129 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef image)
131 CGContextRef context = createCGContextFromImage(image);
138 // Check the computed hash against the expected one and dump image on mismatc
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 33 NSObjectFileImage image; local
39 ret = NSCreateObjectFileImageFromFile (file_name, &image);
76 module = NSLinkModule (image, file_name, options);
77 NSDestroyObjectFileImage (image);
  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.h 18 // WmOverviewSnapshot contains a snapshot image of the tab at the
25 void SetImage(const SkBitmap& image);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h 25 // Determines what combination of labels and image will best fit
30 void SetImage(NSImage* image);
  /external/e2fsprogs/lib/
Makefile.bsd-lib 13 all:: image
22 image: $(BSD_LIB)
  /external/kernel-headers/original/linux/
kexec.h 91 extern NORET_TYPE void machine_kexec(struct kimage *image) ATTRIB_NORET;
92 extern int machine_kexec_prepare(struct kimage *image);
93 extern void machine_kexec_cleanup(struct kimage *image);
104 extern struct page *kimage_alloc_control_pages(struct kimage *image,
  /external/oprofile/daemon/liblegacy/
opd_proc.c 118 map->image->name);
122 void opd_put_image_sample(struct opd_image * image, unsigned long offset,
128 if (image->ignored)
131 if (!image->sfiles[cpu_number]) {
132 image->sfiles[cpu_number] =
135 sfile = image->sfiles[cpu_number][counter];
138 if (opd_open_24_sample_file(image, counter, cpu_number)) {
143 sfile = image->sfiles[cpu_number][counter];
176 if (map->image != NULL) {
178 opd_put_image_sample(map->image, offset, sample->counter)
276 struct opd_image * image = local
    [all...]
  /external/oprofile/libpp/
image_errors.h 20 /// possible reasons why we can't read a binary image
29 /// output why the image passed can't be read to stderr, we warranty only one
30 /// error report by image name.
32 report_image_error(std::string const & image, image_error error, bool fatal,
35 /// output why the image passed can't be read to stderr
symbol_sort.h 25 image, enumerator in enum:sort_options::sort_order
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 58 return throwError("Image constructor associated frame is unavailable", V8Proxy::ReferenceError);
62 return throwError("Image constructor associated document is unavailable", V8Proxy::ReferenceError);
84 RefPtr<HTMLImageElement> image = HTMLImageElement::createForJSConstructor(document, optionalWidth, optionalHeight); local
85 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLImageElementConstructor::info, image.get());
86 image->ref();
87 V8DOMWrapper::setJSWrapperForDOMNode(image.get(), v8::Persistent<v8::Object>::New(args.Holder()));
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 87 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateNormal, (Image::loadPlatformResource("inputSpeech")));
88 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateRecording, (Image::loadPlatformResource("inputSpeechRecording")));
89 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateWaiting, (Image::loadPlatformResource("inputSpeechWaiting")));
92 Image* image = imageStateNormal.get(); local
94 image = imageStateRecording.get();
96 image = imageStateWaiting.get()
    [all...]
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 73 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(graphicsContext->platformContext()));
74 return image;
83 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(m_size.width(), m_size.height(), 8, 32, m_size.width() * 4, colorSpace.get(), bitmapInfo(m_flags), dataProvider.get(), 0, false, kCGRenderingIntentDefault));
84 return image;
  /frameworks/base/tools/aapt/
Images.cpp 33 // This holds an image as 8bpp RGBA.
78 //printf("Image %s:\n", imageName);
121 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
314 static uint32_t get_color(image_info* image, int hpatch, int vpatch)
318 hpatch, image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
319 image->width, &left, &right);
321 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
322 image->height, &top, &bottom)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetUtils.java 47 public static Bitmap createWidgetBitmap(MediaItem image) {
48 Bitmap bitmap = image.requestImage(MediaItem.TYPE_THUMBNAIL)
51 Log.w(TAG, "fail to get image of " + image.toString());
54 return createWidgetBitmap(bitmap, image.getRotation());
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 51 public final Drawable image; field in class:AddAdapter.ListItem
57 image = res.getDrawable(imageResourceId);
59 image = null;
87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpImage.java 18 import java.awt.image.BufferedImage;
23 * This interface defines an image representing a screen snapshot.
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.h 40 SkBitmap* image,
51 SkBitmap* image,
80 SkBitmap* image,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 37 const SkBitmap& image,
60 const SkBitmap& image,
68 const SkBitmap& image,
  /external/webkit/Source/WebCore/html/
HTMLImageLoader.cpp 52 // HTMLVideoElement uses this class to load the poster image, but it should not fire events for loading or failure.
56 bool errorOccurred = image()->errorOccurred();
57 if (!errorOccurred && image()->response().httpStatusCode() >= 400)
75 CachedImage* cachedImage = image();
  /external/webkit/Source/WebCore/platform/image-decoders/openvg/
ImageDecoderOpenVG.cpp 58 VGImage image = vgCreateImage(imageFormat, local
65 vgImageSubData(image, reinterpret_cast<unsigned char*>(pixelData),
70 tiledImage->setTile(xIndex, yIndex, image);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.h 52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data);
63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
75 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 48 ImageView image; local
62 image = (ImageView) view.findViewById(R.id.icon);
63 image.setImageResource(getItem(position).getResource());
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java 21 import java.awt.image.BufferedImage;
56 BufferedImage image = entry.getValue(); local
74 ImageIO.write(image, "PNG", fileName);
78 assertImageSimilar(relativePath, goldenImage, image, 5.0f);
92 BufferedImage image, float maxPercentDifferent) throws IOException {
94 - image.getWidth()) < 2);
96 - image.getHeight()) < 2);
98 assertEquals(BufferedImage.TYPE_INT_ARGB, image.getType());
108 int imageWidth = Math.min(goldenImage.getWidth(), image.getWidth());
109 int imageHeight = Math.min(goldenImage.getHeight(), image.getHeight())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 44 import java.awt.image.BufferedImage;
101 // This creates a centered image control
125 BufferedImage image = null; local
133 image = ImageUtils.createColoredImage(WIDTH, HEIGHT, color);
144 // Special-case image files (other than 9-patch files) and render these
152 image = ImageIO.read(file);
153 int width = image.getWidth();
154 int height = image.getHeight();
159 image = ImageUtils.scale(image, scale, scale)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 141 private Cursor queryMtpItem(MtpImage image, String[] projection,
147 columnValues[i] = image.getName();
149 columnValues[i] = image.getSize();
151 columnValues[i] = image.getMimeType();
153 columnValues[i] = image.getDateInMs();
163 private Cursor queryPicasaItem(MediaObject image, String[] projection,
167 double latitude = PicasaSource.getLatitude(image);
168 double longitude = PicasaSource.getLongitude(image);
174 columnValues[i] = PicasaSource.getImageTitle(image);
176 columnValues[i] = PicasaSource.getImageSize(image);
    [all...]

Completed in 713 milliseconds

1 2 3 4 5 6 7 891011>>