Searched refs:hasBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgramCache.cpp576 if (description.hasBitmap) {
595 if (description.hasBitmap) {
615 if (description.hasBitmap) {
651 || (description.hasBitmap && description.isShaderBitmapExternal)) {
670 if (description.hasBitmap) {
680 !description.hasGradient && !description.hasBitmap;
702 if (description.hasBitmap) {
717 if (description.hasGradient && description.hasBitmap) {
733 if (description.hasBitmap || ((description.hasTexture || description.hasExternalTexture) &&
751 if (!description.hasGradient && !description.hasBitmap) {
[all...]
H A DProgram.h142 bool hasBitmap; member in namespace:android::uirenderer
198 hasBitmap = false;
257 if (hasBitmap) {
271 if (hasBitmap && hasGradient) {
H A DSkiaShader.cpp221 description->hasBitmap = true;
H A DGlopBuilder.cpp649 && !mDescription.hasBitmap;
/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)) ?

Completed in 372 milliseconds