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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BView.h 78 virtual void SetBitmap(BBitmap *bitmap) {
82 image = bitmap;
  /external/quake/quake/src/QW/client/
spritegn.h 38 // sprite bitmap
41 // sprite bitmap
  /external/quake/quake/src/WinQuake/
spritegn.h 38 // sprite bitmap
41 // sprite bitmap
  /external/skia/src/core/
SkPictureFlat.h 125 void unflatten(SkBitmap* bitmap, SkRefCntPlayback* rcp) const {
130 bitmap->unflatten(buffer);
SkPicturePlayback.cpp 575 const SkBitmap& bitmap = getBitmap(); local
577 canvas.drawBitmap(bitmap, loc->fX, loc->fY, paint);
581 const SkBitmap& bitmap = getBitmap(); local
584 canvas.drawBitmapRect(bitmap, src, *dst, paint);
588 const SkBitmap& bitmap = getBitmap(); local
590 canvas.drawBitmapMatrix(bitmap, *matrix, paint);
655 const SkBitmap& bitmap = getBitmap(); local
658 canvas.drawSprite(bitmap, left, top, paint);
776 const SkBitmap& bitmap = fBitmaps[index];
777 uint32_t size = bitmap.flatten(NULL, true)
1340 const SkBitmap& bitmap = fBitmaps[index]; local
    [all...]
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 57 // we don't copy the bitmap, just remember the pointer
106 // the bitmap's pixels) rather than waiting for its destructor
  /external/webkit/WebCore/platform/graphics/skia/
NativeImageSkia.cpp 88 // If the destination bitmap is small, we'll always allow caching, since
94 // If "too many" requests have been made for this bitmap, we assume that
PatternSkia.cpp 63 // If we don't have a bitmap, return a transparent shader.
82 // Create a transparent bitmap 1 pixel wider and/or taller than the
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 160 OwnPtr<GraphicsContext::WindowsBitmap> bitmap; local
170 bitmap.set(graphicsContext->createWindowsBitmap(textRect.size()));
171 memset(bitmap->buffer(), 255, bitmap->bufferLength());
172 hdc = bitmap->hdc();
279 UInt8* buffer = bitmap->buffer();
280 unsigned bufferLength = bitmap->bufferLength();
289 graphicsContext->drawWindowsBitmap(bitmap.get(), textRect.topLeft());
ImageCGWin.cpp 66 BITMAP bmpInfo;
67 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 70 * Your subclass must implement this method to provide the bitmap
71 * to be drawn. The dimensions of the bitmap must be the same
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Menu.java 19 import android.graphics.Bitmap;
35 public Bitmap titleIcon;
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 22 import android.graphics.Bitmap;
186 public Bitmap getFavicon() {
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 29 import android.graphics.Bitmap;
134 * Opens an InputStream for the person's photo and returns the photo as a Bitmap.
140 * @return the photo Bitmap
142 public static Bitmap loadContactPhoto(Cursor cursor, int bitmapColumnIndex,
158 * @return the placeholder Bitmap.
160 public static Bitmap loadPlaceholderPhoto(int placeholderImageResource, Context context,
169 public static Bitmap loadContactPhoto(Context context, long photoId,
172 Bitmap photoBm = null;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 34 import android.graphics.Bitmap;
104 private final static Map<Object, Map<String, SoftReference<Bitmap>>> sProjectBitmapCache =
105 new HashMap<Object, Map<String, SoftReference<Bitmap>>>();
109 private final static Map<String, SoftReference<Bitmap>> sFrameworkBitmapCache =
110 new HashMap<String, SoftReference<Bitmap>>();
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 44 import android.graphics.Bitmap;
517 byte[] bitmap = thumbnailCache.get(thumbId, timestamp);
518 if (bitmap == null) {
520 bitmap = buildThumbnailForId(context, thumbnailCache, thumbId, origId, isVideo, DEFAULT_THUMBNAIL_WIDTH,
525 return bitmap;
582 Bitmap bitmap = null; local
603 bitmap = MediaStore.Video.Thumbnails.getThumbnail(context.getContentResolver(), origId,
606 bitmap = MediaStore.Images.Thumbnails.getThumbnail(context.getContentResolver(), origId,
609 if (bitmap == null)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
genapic_32.h 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 26 import android.graphics.Bitmap;
58 private Bitmap mBitmap;
90 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.RGB_565);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h 38 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);

Completed in 512 milliseconds

<<11121314151617181920>>