HomeSort by relevance Sort by last modified time
    Searched defs:hasBitmap (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Program.h 134 bool hasBitmap;
182 hasBitmap = false;
236 if (hasBitmap) {
247 if (hasBitmap && hasGradient) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 232 if (hasBitmap()) {
325 if (hasBitmap()) {
353 protected boolean hasBitmap() {
362 if (hasBitmap()) {
384 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ?

Completed in 2056 milliseconds