HomeSort by relevance Sort by last modified time
    Searched full:bitmap (Results 576 - 600 of 1192) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 25 import android.graphics.Bitmap;
76 args = {WebView.class, String.class, Bitmap.class}
317 public void onPageStarted(WebView view, String url, Bitmap favicon) {
  /dalvik/vm/
Misc.h 133 * Expanding bitmap, used for tracking resources. Bits are numbered starting
139 bool expandable; /* expand bitmap if we run out? */
150 * space in the bitmap, and it's not marked expandable, dvmAllocBit
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 98 void NavigationPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
99 ANPCanvas* canvas = gCanvasI.newCanvas(&bitmap);
173 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
  /development/simulator/app/
DeviceWindow.cpp 55 // create a trivial bitmap so we have something allocated
151 /* get a newly-allocated bitmap with converted image data */
156 /* delete the temporary object; does not delete the bitmap storage */
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 41 depth=GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH);
279 CGX_CreateWindow(this,this->screen,real_w,real_h,GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH),this->screen->flags);
311 CGX_CreateWindow(this,this->screen,this->screen->w,this->screen->h,GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH),this->screen->flags);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 28 private int theModel; // bitmap: what the element contains
29 private int theMemberOf; // bitmap: what element is contained in
30 private int theFlags; // bitmap: element flags
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 1179 HBITMAP bitmap = ::CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0); local
1224 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP)); local
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 62 // state to be pushed and popped along with the bitmap.
156 const SkBitmap* bitmap() const;
166 // context. Bitmap shouldn't be resampled when printing to keep the best
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.text.style.ImageSpan.html 99 <A NAME="android.text.style.ImageSpan.ctor_added(android.graphics.Bitmap, int)"></A>
100 <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.Bitmap, int)" target="_top"><code>ImageSpan</code></A>(<code>Bitmap,</nobr> int<nobr><nobr></code>)</nobr>
pkg_android.graphics.html 84 <A NAME="Bitmap"></A>
85 <nobr><A HREF="android.graphics.Bitmap.html">Bitmap</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
pkg_android.graphics.html 84 <A NAME="Bitmap"></A>
85 <nobr><A HREF="android.graphics.Bitmap.html">Bitmap</A></nobr>
  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 238 sp<IMemory> bitmap = captureFrame(); local
239 if (bitmap != 0) { // Don't send NULL across the binder interface
241 reply->writeStrongBinder(bitmap->asBinder());
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 33 import android.graphics.Bitmap;
222 public void setWallpaper(Bitmap bitmap) throws IOException {
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 29 import android.graphics.Bitmap;
148 Bitmap photo = extras.getParcelable("data");
151 photo.compress(Bitmap.CompressFormat.JPEG, 75, stream);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 23 import android.graphics.Bitmap;
107 Log.d(TAG, "icon bitmap = " + info.iconBitmap
110 info.iconBitmap.setDensity(Bitmap.DENSITY_NONE);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 257 * \brief Verifies if a certain channel is allowed according to the given bitmap.\n
269 * \brief Extracts channel indexes from the bitmap to the list.
273 * \param pChannelBitmap - the channel bitmap (input).\n
  /bootable/recovery/tools/ota/
convert-to-bmp.py 27 "L" # offset to start of bitmap data)
  /device/htc/common/updater/
bootloader.c 226 LOGE("writing busy bitmap\n");
230 LOGE("Can't write bitmap to %s\n(%s)\n", CACHE_NAME, strerror(errno));
234 LOGE("busy bitmap written\n");
242 LOGE("Can't write bitmap to %s\n(%s)\n", CACHE_NAME, strerror(errno));
bootloader.h 52 * The expected bitmap format is 240x320, 16bpp (2Bpp), RGB 5:6:5.
  /external/e2fsprogs/e2fsck/
CHANGES 18 The last bit in the last group of the block bitmap badding was not
  /external/e2fsprogs/tests/f_dup2/
expect.1 40 Padding at end of block bitmap is not set. Fix? yes
  /external/kernel-headers/original/asm-x86/
genapic_32.h 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
  /external/skia/include/images/
SkPageFlipper.h 23 (like a bitmap). You call inval() to accumulate inval areas, and then when
  /external/skia/include/views/
SkWindow.h 62 // called if part of our bitmap is invalidated
  /external/skia/src/animator/
SkDrawShader.cpp 78 // note: bitmap shader now supports independent tile modes for X and Y

Completed in 497 milliseconds

<<21222324252627282930>>