Searched defs:hasBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java264 if (hasBitmap()) {
381 if (hasBitmap()) {
409 protected boolean hasBitmap() { method in class:BasicBitmapDrawable
418 if (hasBitmap()) {
440 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ?
/frameworks/base/libs/hwui/
H A DProgram.h142 bool hasBitmap; member in namespace:android::uirenderer
198 hasBitmap = false;
257 if (hasBitmap) {
271 if (hasBitmap && hasGradient) {

Completed in 23 milliseconds