/external/webkit/WebCore/dom/ |
Position.h | 83 // These are always DOM compliant values. Editing positions like [img, 0] (aka [img, before]) 84 // will return img->parentNode() and img->nodeIndex() from these functions. 190 // FIXME: In <div><img></div> [div, 0] != [img, 0] even though most of the
|
/external/webkit/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 76 RefPtr<Image> img = BitmapImage::create(); local 78 img->setData(buffer, true); 79 return img.release(); 148 wxImage img = bitmap->ConvertToImage(); local 149 img.Rescale(dstIntRect.width(), dstIntRect.height()); 150 bitmap = new wxBitmap(img);
|
/frameworks/base/docs/html/sdk/ |
android-2.0-highlights.jd | 25 #jd-content div.screenshot img { 57 <img src="images/2.0/quick-connect.png" class="screenshot" alt="" /><br/> 62 <img src="images/2.0/multiple-accounts.png" class="screenshot" alt="" /><br/> 67 <img src="images/2.0/mms-search.png" class="screenshot" alt="" /><br/> 72 <img src="images/2.0/email-inbox.png" class="screenshot" alt="" /><br/> 77 <img src="images/2.0/camera-modes.png" class="screenshot" alt="" /><br/>
|
android-1.5.jd | 82 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 87 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 110 #jd-content .toggle-img { 117 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 140 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 154 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 163 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" / [all...] |
/external/clearsilver/cs/ |
test_cgi_escape.cs | 16 <img alt="default escape" src="http://www.clearsilver.net?<?cs var:UrlArg ?>"/> 17 <img alt="explicit escape" src="http://www.clearsilver.net?<?cs var:url_escape(UrlArg) ?>"/>
|
/external/proguard/docs/ |
screenshots.html | 15 <img src="screenshots_gui_small.gif" width="320" height="223" align="right" 38 <img src="screenshot_console_small.gif" width="320" height="268" align="left"
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 104 PassRefPtr<StillImage> img = WebCore::StillImage::create(pxm); local 106 image->setCachedImage(new CachedImage(img.get())); 292 const QImage img = data.value<QPixmap>().toImage(); local 293 data = QVariant::fromValue<QImage>(img); 294 return img; 312 Image* img = cImg->image(); local 313 if (img) { 314 QPixmap* pxm = img->nativeImageForCurrentFrame();
|
/hardware/msm7k/libcopybit/ |
copybit.cpp | 134 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) 137 img->width = rhs->w; 138 img->height = rhs->h; 139 img->format = get_format(rhs->format); 140 img->offset = hnd->offset; 143 img->offset += hnd->map_offset; 144 img->memory_id = hnd->gpu_fd; 145 if (img->format == MDP_RGBA_8888) { 147 img->format = MDP_BGRA_8888; 150 img->memory_id = hnd->fd [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design.jd | 287 <img src="{@docRoot}images/icon_design/IconGraphic_Icons_i.png" 371 <img src="{@docRoot}images/icon_design/IconGraphic_DosDonts.png" alt="Side-by-side examples 406 <img src="{@docRoot}images/icon_design/IconGraphic_Materials.png" width="450" style="padding-top:2px;"> 413 <img src="{@docRoot}images/icon_design/IconGraphic_AccentColor.png" width="450"> 427 <img src="{@docRoot}images/icon_design/IconGraphic_Colors.png" width="450" style="padding-top:2px;"> 474 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_l.png" 492 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_s.png" 510 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_ldpi.png" 546 <img src="{@docRoot}images/icon_design/IconGraphic_Shadow_WVGA.png" 567 <img src="{@docRoot}images/icon_design/IconGraphic_Shadow_HVGA.png [all...] |
/development/pdk/docs/ |
index.jd | 27 <img style="float: right; padding-right: 1.5em;" src="{@docRoot}images/home-bugdroid.png" alt="Android Mascot"/> 35 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/> 45 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/> 55 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/>
|
/development/samples/MultiResolution/ |
_index.html | 20 <img alt="" src="../images/MultiResolution.png"/>
|
/external/e2fsprogs/tests/ |
test_config | 20 TMPFILE=./test.img
|
/external/libvpx/examples/ |
encoder_tmpl.c | 53 static int read_frame(FILE *f, vpx_image_t *img) { 57 to_read = img->w*img->h*3/2; 58 nbytes = fread(img->planes[0], 1, to_read, f);
|
/external/libvpx/vpx/src/ |
vpx_decoder.c | 137 vpx_image_t *img; local 140 img = NULL; 142 img = ctx->iface->dec.get_frame(ctx->priv->alg_priv, iter); 144 return img;
|
/external/libvpx/ |
y4minput.h | 58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
|
/external/qemu/android/ |
cmdline-options.h | 69 CFG_PARAM( ramdisk, "<file>", "ramdisk image (default <system>/ramdisk.img" ) 71 CFG_PARAM( init_data, "<file>", "initial data image (default <system>/userdata.img" ) 73 CFG_PARAM( data, "<file>", "data image (default <datadir>/userdata-qemu.img" ) 78 OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
|
/external/qemu/android/utils/ |
filelock.h | 19 ** writable file (e.g. the userdata.img disk images).
|
/external/webkit/WebCore/manual-tests/ |
accidental-strict-mode.html | 12 <table width=100% border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#3366cc><img width=1 height=1 alt=""></td></tr></table>
|
drag-image-to-address-bar.html | 21 <img src="resources/webkit-background.png"><br><iframe></iframe>
|
reset-initiatedDrag.html | 24 <img src="resources/apple.jpg">
|
svg-animated-gifs.svg | 9 <xhtml:img src="resources/3dolph.gif" width="150" height="150" />
|
/external/webkit/WebCore/manual-tests/gtk/ |
copy-htmltext.html | 12 <img title="It's the test image" src="http://webkit.org/images/icon-gold.png" /><br /><br />
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 189 QImage img; local 190 if (!m_reader->read(&img)) 194 QSize imageSize = img.size(); 199 buffer->setDecodedImage(img);
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
htmltags.in | 60 img
|
/frameworks/base/core/res/res/raw-cs/ |
nodomain.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|