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

  /frameworks/base/libs/hwui/
Program.h 133 bool hasBitmap;
178 hasBitmap = false;
229 if (hasBitmap) {
240 if (hasBitmap && hasGradient) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 264 if (hasBitmap()) {
381 if (hasBitmap()) {
409 protected boolean hasBitmap() {
418 if (hasBitmap()) {
440 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ?
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 107 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); }

Completed in 105 milliseconds