HomeSort by relevance Sort by last modified time
    Searched refs:reconfigure (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/jni/android/graphics/
Bitmap.h 72 void reconfigure(const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable);
73 void reconfigure(const SkImageInfo& info);
Bitmap.cpp 42 reconfigure(info, rowBytes, ctable);
52 void reconfigure(const SkImageInfo& newInfo, size_t rowBytes, SkColorTable* ctable) { function in class:android::WrappedPixelRef
252 void Bitmap::reconfigure(const SkImageInfo& info, size_t rowBytes, function in class:android::Bitmap
254 mPixelRef->reconfigure(info, rowBytes, ctable);
257 void Bitmap::reconfigure(const SkImageInfo& info) { function in class:android::Bitmap
258 reconfigure(info, info.minRowBytes(), nullptr);
825 bitmap->reconfigure(SkImageInfo::Make(width, height, colorType, alphaType));
    [all...]
BitmapFactory.cpp 193 mBitmap->reconfigure(info, bitmap->rowBytes(), ctable);
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ac3/
AudioTrackWrapper.java 115 public void reconfigure(MediaFormat format) { method in class:AudioTrackWrapper
Ac3TrackRenderer.java 332 AUDIO_TRACK.reconfigure(mFormat.getFrameworkMediaFormatV16());
  /external/v8/test/mjsunit/es7/
object-observe.js 354 { object: obj, type: 'reconfigure', name: 'a' },
355 { object: obj, type: 'reconfigure', name: 'b' },
356 { object: obj, type: 'reconfigure', name: 'c' },
391 { object: obj, type: 'reconfigure', name: 'a' },
392 { object: obj, type: 'reconfigure', name: 'b' },
457 type: 'reconfigure'
480 type: 'reconfigure'
883 { object: obj, name: "a", type: "reconfigure" },
885 { object: obj, name: "a", type: "reconfigure", oldValue: 8 },
886 { object: obj, name: "a", type: "reconfigure", oldValue: 7 }
    [all...]
  /external/v8/test/mjsunit/regress/
cross-script-vars.js 211 // Now reconfigure to accessor.
252 // Now reconfigure to accessor property.
315 // Now reconfigure to data property.
372 // Now reconfigure to data property.
503 // Now reconfigure to data property.
560 // Now reconfigure to data property.
  /external/icu/icu4c/source/data/brkitr/
brkfiles.mk 12 # reconfigure ICU.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 782 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
    [all...]
SQLiteConnectionPool.java 102 RECONFIGURE,
254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
316 // Reconfigure the database connections in place.
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
396 connection.reconfigure(mConfiguration); // might throw
398 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
557 connection.reconfigure(mConfiguration); // might throw
559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it:
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SizeStrategy.java 12 * A strategy for reusing bitmaps that relies on {@link Bitmap#reconfigure(int, int, Bitmap.Config)}.
47 result.reconfigure(width, height, config);
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 12 # reconfigure ICU.
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 393 // reconfigure same size
394 mBitmap.reconfigure(50, 100, Bitmap.Config.ARGB_8888);
398 // reconfigure different size
399 mBitmap.reconfigure(10, 10, Bitmap.Config.ALPHA_8);
513 mBitmap.reconfigure(50, 100, Bitmap.Config.ALPHA_8);
519 mBitmap.reconfigure(101, 201, Bitmap.Config.ARGB_8888);
527 mBitmap.reconfigure(1, 1, Bitmap.Config.ALPHA_8);
539 // test that reconfigure, setHasAlpha, and setPremultiplied behave as expected with
550 // attempt a reconfigure, which will be tested when fromConfig
562 // reconfigure to a smaller size so the function will still succeed whe
    [all...]
BitmapFactoryTest.java 400 // Test pre-reconfigure, hasAlpha false and true
402 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
407 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
    [all...]
  /external/icu/icu4c/source/data/coll/
colfiles.mk 12 # reconfigure ICU.
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 242 * myBitmap.reconfigure(...);
251 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
252 checkRecycled("Can't call reconfigure() on a recycled bitmap");
270 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
274 * the view system, see {@link #reconfigure(int, int, Config)} for more
277 * @see #reconfigure(int, int, Config)
282 reconfigure(width, getHeight(), getConfig()); method
286 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
290 * the view system, see {@link #reconfigure(int, int, Config)} for more
293 * @see #reconfigure(int, int, Config
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTests.java 153 bitmap.reconfigure(20, 20, Config.ARGB_8888);
  /external/icu/icu4c/source/data/lang/
resfiles.mk 12 # reconfigure ICU.
  /external/icu/icu4c/source/data/region/
resfiles.mk 12 # reconfigure ICU.
  /external/icu/icu4c/source/data/unit/
resfiles.mk 12 # reconfigure ICU.
  /external/icu/icu4c/source/data/zone/
resfiles.mk 12 # reconfigure ICU.
  /external/icu/icu4c/source/data/curr/
resfiles.mk 12 # reconfigure ICU.
  /external/icu/icu4c/source/data/locales/
resfiles.mk 12 # reconfigure ICU.
  /external/v8/src/js/
object-observe.js 150 'reconfigure',

Completed in 741 milliseconds

1 2