OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDirty
(Results
1 - 10
of
10
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPool.java
57
* {@link #
getDirty
(int, int, android.graphics.Bitmap.Config)}. If the {@link android.graphics.Bitmap} is being
60
* {@link #
getDirty
(int, int, android.graphics.Bitmap.Config)} will be faster. When in doubt, use this method
72
* @see #
getDirty
(int, int, android.graphics.Bitmap.Config)
98
Bitmap
getDirty
(int width, int height, Bitmap.Config config);
BitmapPoolAdapter.java
31
public Bitmap
getDirty
(int width, int height, Bitmap.Config config) {
LruBitmapPool.java
95
Bitmap result =
getDirty
(width, height, config);
108
public synchronized Bitmap
getDirty
(int width, int height, Bitmap.Config config) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifBitmapProvider.java
18
return bitmapPool.
getDirty
(width, height, config);
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
184
static MemDepResult
getDirty
(Instruction *Inst) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java
199
// BitmapFactory will clear out the Bitmap before writing to it, so
getDirty
is safe.
200
setInBitmap(options, pool.
getDirty
(targetWidth, targetHeight, config));
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar
Completed in 206 milliseconds