HomeSort by relevance Sort by last modified time
    Searched refs:reconfigure (Results 1 - 25 of 30) 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 41 reconfigure(info, rowBytes, ctable);
51 void reconfigure(const SkImageInfo& newInfo, size_t rowBytes, SkColorTable* ctable) { function in class:android::WrappedPixelRef
251 void Bitmap::reconfigure(const SkImageInfo& info, size_t rowBytes, function in class:android::Bitmap
256 ALOGW("Called reconfigure on a bitmap that is in use! This may"
260 mPixelRef->reconfigure(info, rowBytes, ctable);
263 void Bitmap::reconfigure(const SkImageInfo& info) { function in class:android::Bitmap
264 reconfigure(info, info.minRowBytes(), nullptr);
813 bitmap->reconfigure(SkImageInfo::Make(width, height, colorType, alphaType));
    [all...]
BitmapFactory.cpp 186 mBitmap->reconfigure(info, bitmap->rowBytes(), ctable);
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /external/v8/test/mjsunit/es7/
object-observe.js 353 { object: obj, type: 'reconfigure', name: 'a' },
354 { object: obj, type: 'reconfigure', name: 'b' },
355 { object: obj, type: 'reconfigure', name: 'c' },
390 { object: obj, type: 'reconfigure', name: 'a' },
391 { 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/icu/icu4c/source/data/brkitr/
brkfiles.mk 12 # reconfigure ICU.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 780 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...]
SQLiteConnection.java 397 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
    [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 401 // Test pre-reconfigure, hasAlpha false and true
403 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
408 bitmap.reconfigure(bitmapSize, bitmapSize, Config.ARGB_8888);
  /external/icu/icu4c/source/data/coll/
colfiles.mk 12 # reconfigure ICU.
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 219 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
220 checkRecycled("Can't call reconfigure() on a recycled bitmap");
238 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
242 * the view system, see {@link #reconfigure(int, int, Config)} for more
245 * @see #reconfigure(int, int, Config)
250 reconfigure(width, getHeight(), getConfig()); method
254 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
258 * the view system, see {@link #reconfigure(int, int, Config)} for more
261 * @see #reconfigure(int, int, Config)
266 reconfigure(getWidth(), height, getConfig())
    [all...]
  /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/
object-observe.js 161 'reconfigure',
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 753 milliseconds

1 2