Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp132 static void copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, in copyInterlaceGroup()
149 static void blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, in blitInterlace()
180 static void blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, in blitNormal()
204 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, in fillRect()
226 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap) in drawFrame()
306 static void disposeFrameIfNeeded(SkBitmap* bm, const SavedImage* cur, const SavedImage* next, in disposeFrameIfNeeded()
344 bool GIFMovie::onGetBitmap(SkBitmap* bm) in onGetBitmap()
DImageDecoder.cpp315 SkBitmap bm; in ImageDecoder_nDecodeBitmap() local
Dandroid_graphics_HardwareRenderer.cpp495 SkBitmap bm; in imageForCache() local
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java513 Bitmap bm = null; in decodeFile() local
598 Bitmap bm = null; in decodeResource() local
662 Bitmap bm; in decodeByteArray() local
757 Bitmap bm = null; in decodeStream() local
831 Bitmap bm; in decodeFileDescriptor() local
DBitmap.java1104 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true, in createBitmap() local
1184 Bitmap bm = nativeCreate(colors, offset, stride, width, height, in createBitmap() local
2171 Bitmap bm = nativeExtractAlpha(mNativePtr, nativePaint, offsetXY); in extractAlpha() local
DImageDecoder.java1803 Bitmap bm = decoder.decodeBitmapInternal(); in decodeDrawableImpl() local
1877 Bitmap bm = decoder.decodeBitmapInternal(); in decodeBitmapImpl() local
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java819 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888); in onRun() local
838 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888); in onRun() local
858 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
878 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
899 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
919 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
940 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
960 Bitmap bm = BitmapFactory.decodeResource(mContext.getResources(), in onRun() local
/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java127 public void setImageBitmap(final Bitmap bm) { in setImageBitmap()
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapFactory_Delegate.java54 Bitmap bm = null; in nativeDecodeStream() local
/frameworks/base/keystore/java/android/security/keystore2/
DKeyStore2ParameterUtils.java257 final BiometricManager bm = android.app.AppGlobals.getInitialApplication() in addSids() local
DAndroidKeyStoreSpi.java878 final BiometricManager bm = android.app.AppGlobals.getInitialApplication() in setWrappedKeyEntry() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java92 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, in testGetPixelsWithAlpha() local
118 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config.RGB_565); in testGetPixelsWithoutAlpha() local
/frameworks/base/packages/SystemUI/res/raw/
Dudfps_lockscreen_fp.json1 …":[0.167]},"t":0,"s":[0]},{"t":24,"s":[2]}],"ix":5},"lc":2,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","… number
Dudfps_aod_fp.json173 "bm":0, number
279 "bm":0, number
334 "bm":0 number
519 "bm":0, number
625 "bm":0, number
657 "bm":0 number
914 "bm":0, number
1020 "bm":0, number
1052 "bm":0 number
1237 "bm":0, number
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java121 public void setImageBitmap(Bitmap bm) { in setImageBitmap()
/frameworks/base/core/java/android/app/
DWallpaperManager.java711 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, cmProxy); in getDrawable() local
943 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM, cmProxy); in peekDrawable() local
968 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, cmProxy); in getFastDrawable() local
985 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM, cmProxy); in peekFastDrawable() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java344 IBackupManager bm = IBackupManager.Stub.asInterface( in setAutoRestore() local
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java115 final Bitmap bm = Bitmap.createBitmap(4321, 78, Bitmap.Config.ARGB_8888); in testScaleDownIfNecessary() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java706 final BatteryManager bm = (BatteryManager) mPhone.getContext().getSystemService( in isDeviceCharging() local
/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java380 BugreportManager bm = in getBugreportManager() local
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1269 Bitmap bm = BitmapFactory.decodeResourceStream(res, value, is, pad, opts); in createFromResourceStream() local
1566 private static Drawable drawableFromBitmap(Resources res, Bitmap bm, byte[] np, in drawableFromBitmap()
/frameworks/base/core/java/android/text/format/
DTime.java1251 long bm = bObject.toMillis(false /* use isDst */); in compare() local
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java331 Matcher bm = bugPattern.matcher(line); in processDmesg() local
/frameworks/base/core/java/android/provider/
DContacts.java633 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null; in loadContactPhoto() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java505 BiometricManager bm = mContext.getSystemService(BiometricManager.class); in hasEnrolledBiometrics() local

12