Searched refs:reconfigure (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DBitmap.h84 void reconfigure(const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable);
85 void reconfigure(const SkImageInfo& info);
H A DBitmap.cpp326 // TODO: See todo in reconfigure() below
331 void Bitmap::reconfigure(const SkImageInfo& newInfo, size_t rowBytes, SkColorTable* ctable) { function in class:android::Bitmap
367 reconfigure(info, rowBytes, ctable);
377 reconfigure(info, rowBytes, ctable);
387 reconfigure(info, rowBytes, ctable);
472 void Bitmap::reconfigure(const SkImageInfo& info) { function in class:android::Bitmap
473 reconfigure(info, info.minRowBytes(), nullptr);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java782 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
852 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1783 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1816 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1863 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
1976 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
2004 mConnectionPoolLocked.reconfigure(mConfigurationLocked);
H A DSQLiteConnectionPool.java254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
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: "
H A DSQLiteConnection.java399 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java237 * myBitmap.reconfigure(...);
246 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
247 checkRecycled("Can't call reconfigure() on a recycled bitmap");
262 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
266 * the view system, see {@link #reconfigure(int, int, Config)} for more
269 * @see #reconfigure(int, int, Config)
274 reconfigure(width, getHeight(), getConfig());
278 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
282 * the view system, see {@link #reconfigure(int, int, Config)} for more
285 * @see #reconfigure(in
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp198 mBitmap->reconfigure(info, bitmap->rowBytes(), ctable);
H A DGraphics.cpp656 // Here we take advantage of reconfigure() to reset the rowBytes and ctable
663 mRecycledBitmap->reconfigure(
H A DBitmap.cpp904 bitmap->bitmap().reconfigure(SkImageInfo::Make(width, height, colorType, alphaType,

Completed in 9857 milliseconds