HomeSort by relevance Sort by last modified time
    Searched defs:bm (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 137 BackupManager bm = new BackupManager(mContext); local
138 bm.dataChanged();
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 819 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888); local
838 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888); local
839 bm.recycle();
858 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), local
878 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), local
880 bm.recycle();
899 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), local
919 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), local
921 bm.recycle();
940 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources() local
960 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), local
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc 2996 EntryKernel* bm = i->second; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 533 Benchmark* bm; member in struct:leveldb::__anon13652::RandomGenerator::Benchmark::ThreadArg
555 (arg->bm->*(arg->method))(thread);
577 arg[i].bm = this;
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 48 SkBitmap bm; local
49 if (shader->asABitmap(&bm, NULL, NULL) &&
50 NULL != bm.getTexture()) {
    [all...]
SkLua.cpp 691 SkBitmap bm; local
694 switch (shader->asABitmap(&bm, &matrix, modes)) {
697 setfield_number(L, "genID", bm.pixelRef() ? bm.pixelRef()->getGenerationID() : 0);
698 setfield_number(L, "width", bm.width());
699 setfield_number(L, "height", bm.height());
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 770 const int bm = m->bmi[i].as_mode; local
773 ++intra_mode_stats [A] [L] [bm];
776 write_bmode(bc, bm, vp8_kf_bmode_prob [A] [L]);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 48 SkBitmap bm; local
49 if (shader->asABitmap(&bm, NULL, NULL) &&
50 NULL != bm.getTexture()) {
    [all...]
SkLua.cpp 691 SkBitmap bm; local
694 switch (shader->asABitmap(&bm, &matrix, modes)) {
697 setfield_number(L, "genID", bm.pixelRef() ? bm.pixelRef()->getGenerationID() : 0);
698 setfield_number(L, "width", bm.width());
699 setfield_number(L, "height", bm.height());
  /external/skia/tests/
CanvasTest.cpp 85 SkBitmap bm; local
86 bm.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
87 SkCanvas c(bm);
149 static void createBitmap(SkBitmap* bm, SkBitmap::Config config, SkColor color) {
150 bm->setConfig(config, kWidth, kHeight);
151 bm->allocPixels();
152 bm->eraseColor(color);
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 317 Bitmap bm = EMOJI_FACTORY.getBitmapFromAndroidPua(emoji); local
319 if (bm != null) {
328 float wid = bm.getWidth() * -whichPaint.ascent() / bm.getHeight();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 809 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true); local
811 bm.mDensity = display.densityDpi;
814 nativeErase(bm.mNativeBitmap, 0xff000000);
815 nativeSetHasAlpha(bm.mNativeBitmap, hasAlpha);
820 return bm;
882 Bitmap bm = nativeCreate(colors, offset, stride, width, height, local
1515 Bitmap bm = nativeExtractAlpha(mNativeBitmap, nativePaint, offsetXY); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 174 MenuItem bm = menu.findItem(R.id.bookmarks_menu_id); local
175 if (bm != null) {
176 bm.setVisible(!showingNavScreen());
Controller.java 2023 final Bitmap bm = createScreenshot(view, getDesiredThumbnailWidth(mActivity), local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 443 BITMAP bm; local
445 return GetObject(pix->getBmap(), sizeof(BITMAP), (LPSTR)&bm);
462 BITMAP bm; local
463 if(!GetObject(pix, sizeof(BITMAP), (LPSTR)&bm)) return false;
465 *width = bm.bmWidth;
466 *height = bm.bmHeight;
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 512 ActivityManager.TaskThumbnails bm = getTaskThumbnails(id); local
514 if (bm != null) {
516 bm.writeToParcel(reply, 0);
526 Bitmap bm = getTaskTopThumbnail(id); local
528 if (bm != null) {
530 bm.writeToParcel(reply, 0);
2577 ActivityManager.TaskThumbnails bm = null; local
2592 Bitmap bm = null; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 560 SkBitmap* bm = &fBitmaps->writableAt(i); local
561 buffer.readBitmap(bm);
562 bm->setImmutable();
    [all...]
SkDraw.cpp 543 const SkBitmap* bm = blitter->justAnOpaqueColor(&value); local
544 if (bm && SkBitmap::kRGB_565_Config == bm->config()) {
546 } else if (bm && SkBitmap::kARGB_8888_Config == bm->config()) {
1653 SkBitmap bm; local
2786 SkBitmap bm; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 431 const MB_PREDICTION_MODE bm = m->bmi[idy * 2 + idx].as_mode; local
432 write_intra_mode(bc, bm, cm->fc.y_mode_prob[0]);
535 const int bm = m->bmi[i].as_mode; local
537 ++intra_mode_stats[A][L][bm];
539 write_intra_mode(bc, bm, vp9_kf_y_mode_prob[A][L]);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 560 SkBitmap* bm = &fBitmaps->writableAt(i); local
561 buffer.readBitmap(bm);
562 bm->setImmutable();
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 641 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null; local
642 if (bm == null) {
643 bm = loadPlaceholderPhoto(placeholderImageResource, context, options);
645 return bm;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 661 Bitmap bm = null; local
664 bm = ((BitmapDrawable) holder.thumbnailViewDrawable).getBitmap();
665 if (bm.getWidth() == holder.thumbnailViewImage.getWidth() &&
666 bm.getHeight() == holder.thumbnailViewImage.getHeight()) {
672 bm = holder.thumbnailViewImage.getDrawingCache();
674 Bundle opts = (bm == null) ?
677 holder.thumbnailViewImage, bm, 0, 0, null).toBundle();
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 1335 Bitmap bm = MusicUtils.getArtwork(MediaPlaybackActivity.this, songid, albumid, false); local
    [all...]
TrackBrowserActivity.java 427 Bitmap bm = MusicUtils.getArtwork(TrackBrowserActivity.this, -1, albumid, false); local
428 if (bm != null) {
429 MusicUtils.setBackground(mTrackList, bm);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 4936 Bitmap bm = null; local
    [all...]

Completed in 1938 milliseconds

1 2 3 4 56 7 8