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

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 32 class Image;
65 gfx::Image* image);
67 gfx::Image* image);
222 gfx::Image* icon_small_;
223 gfx::Image* icon_large_;
download_started_animation_gtk.cc 56 // image.
59 // Dimensions of the image.
92 // If we're too small to show the download image, then don't bother -
110 GtkWidget* image = gtk_image_new_from_pixbuf(kDownloadImage); local
111 gtk_container_add(GTK_CONTAINER(popup_), image); local
138 // Align the image with the bottom left of the web contents (so that it
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 217 void Run(int download_id, bool errored, const SkBitmap& image) {
219 owner_->OnIconDownloaded(errored, image);
467 const SkBitmap& image) {
470 if (!errored && !image.isNull()) {
471 shortcut_info_.favicon = image;
521 SkBitmap* image, const ExtensionResource& resource, int index) {
522 if (image->isNull()) {
523 NOTREACHED() << "Corrupt image in profile?";
526 shortcut_info_.favicon = *image;
  /external/icu4c/i18n/
ucol_elm.h 105 UCATableHeader *image; member in struct:__anon8681
133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 4 import java.awt.Image;
5 import java.awt.image.BufferedImage;
58 public void addImage(Image image) throws Exception {
59 addImage(writeImageToBytes(image));
106 // // write 00db and image bytes...
381 // 00db size jpg image data ...
476 public byte[] writeImageToBytes(Image image) throws Exception {
478 if (image instanceof BufferedImage && ((BufferedImage) image).getType() == BufferedImage.TYPE_INT_RGB)
    [all...]
  /external/oprofile/libpp/
arrange_profiles.h 71 * dependent image.
74 /// which dependent image is this set for
86 * For example, we could have image == "/bin/bash", where files
91 std::string image; member in struct:profile_set
93 /// the actual sample files for the main image and the asociated
97 /// all profile files dependent on the main image
172 * as well as attaching dependent profiles to the main image.
183 * A set of sample files where the image binary to open
187 /// this is main app image, *not* necessarily
198 * All sample files where the binary image to open i
217 std::string image; member in struct:inverted_profile
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 31 * An image can be added below these buttons.
144 * Adds an image below the tab buttons, after all tabs have been added.
145 * The image will only be as visible as permitted by the available space.
147 * @param image the image.
148 * @return the component containing the image.
150 public Component addImage(final Image image)
158 JButton component = new JButton(new ImageIcon(image));
  /external/qemu/android/skin/
file.h 15 #include "android/skin/image.h"
23 SkinImage* image; member in struct:SkinBackground
39 SkinImage* image; member in struct:SkinButton
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h 77 PhImage_t *image; /* used to display image */ member in struct:SDL_PrivateVideoData
130 #define SDL_Image (this->hidden->image)
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 91 HBITMAP image = imageFromRect(frame, ir); local
93 return image;
  /external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.mm 41 #import <WebCore/Image.h>
205 Image* image = _result->image();
206 return image ? image->getNSImage() : nil;
  /external/webkit/Tools/Scripts/
clean-header-guards 25 %r|platform/image-decoders|,
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 51 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/http/tests/security/canvas-remote-read-svg-image.html">http/tests/security/canvas-remote-read-svg-image.html</a></td>
52 <td><a href="http/tests/security/canvas-remote-read-svg-image-stderr.txt">stderr</a></td>
85 row = BeautifulSoup("<tr><td><a>test.hml</a></td><td><a>expected image</a></td><td><a>25%</a></td></tr>")
  /frameworks/rs/tests/cppbasic/
mono.rs 18 #pragma rs java_package_name(com.android.rs.image)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 104 protected void drawShape(Canvas canvas, Bitmap image) {
106 RectF bounds = drawTransformed(canvas, image, gPaint, o);
  /packages/apps/Mms/src/com/android/mms/ui/
MmsThumbnailPresenter.java 74 // Right now we're only handling image and video loaded callbacks.
93 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) {
94 mItemLoadedFuture = image.loadThumbnailBitmap(mImageLoadedCallback);
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
screenshot2.jar 
  /external/opencv/cxcore/src/
cxarray.cpp 61 // Makes the library use native IPL image allocators
1178 // Retrieves essential information about image ROI or CvMat data
    [all...]
  /external/oprofile/pp/
opreport.cpp 82 * Summary of an application: a set of image summaries
83 * for one application, i.e. an application image and all
89 /// the main image
90 string image; member in struct:__anon12792::app_summary
104 summary & find_summary(string const & image);
108 summary & app_summary::find_summary(string const & image)
113 if (sit->lib_image == image)
118 summ.lib_image = image;
129 // first the main image
130 summary & summ = find_summary(profile.image);
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 527 CachedImage* image = const_cast<CachedImage*>(static_cast<const CachedImage*>(resource)); local
529 if (shouldBlockNetworkImage(image->url()))
532 image->setAutoLoadWasPreventedBySettings(false);
534 if (image->stillNeedsLoad()) {
535 image->setLoading(true);
536 load(image, true);
568 CachedImage* image = const_cast<CachedImage*>(static_cast<const CachedImage*>(resource)); local
569 image->setAutoLoadWasPreventedBySettings(false);
570 if (image->stillNeedsLoad()) {
571 image->setLoading(true)
    [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 230 // For <area> tags in image maps, walk the tree for the <area>, not the <img> using it.
257 HTMLImageElement* image = static_cast<HTMLImageElement*>(m_innerNonSharedNode.get()); local
258 return displayString(image->getAttribute(altAttr), m_innerNonSharedNode.get());
268 WMLImageElement* image = static_cast<WMLImageElement*>(m_innerNonSharedNode.get()); local
269 return displayString(image->altText(), m_innerNonSharedNode.get());
276 Image* HitTestResult::image() const function in class:WebCore::HitTestResult
283 RenderImage* image = static_cast<WebCore::RenderImage*>(renderer); local
284 if (image->cachedImage() && !image->cachedImage()->errorOccurred()
    [all...]
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
7 # Manually copy the optional library XML files in the system image.
  /external/ceres-solver/examples/
pgm_image.h 52 // Create an empty image
54 // Load an image from file
56 // Sets an image to a constant
71 // Adds an image to another
72 void operator+=(const PGMImage& image);
73 // Adds a constant to an image
75 // Multiplies an image by a constant
82 // Accessing the image data directly
159 // Adds an image to another
161 void PGMImage<Real>::operator+= (const PGMImage<Real>& image) {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 145 user_view_->SetImage(user.image(), user.image());
154 // Layouts image, textfield and button components.
249 user_view_->SetImage(user->image(), user->image());

Completed in 2285 milliseconds

<<21222324252627282930>>