Searched refs:hasBitmap (Results 1 – 5 of 5) sorted by relevance
576 if (description.hasBitmap) { in generateVertexShader()595 if (description.hasBitmap) { in generateVertexShader()615 if (description.hasBitmap) { in generateVertexShader()651 || (description.hasBitmap && description.isShaderBitmapExternal)) { in generateFragmentShader()670 if (description.hasBitmap) { in generateFragmentShader()680 !description.hasGradient && !description.hasBitmap; in generateFragmentShader()702 if (description.hasBitmap) { in generateFragmentShader()717 if (description.hasGradient && description.hasBitmap) { in generateFragmentShader()733 if (description.hasBitmap || ((description.hasTexture || description.hasExternalTexture) && in generateFragmentShader()751 if (!description.hasGradient && !description.hasBitmap) { in generateFragmentShader()[all …]
142 bool hasBitmap; member198 hasBitmap = false; in reset()257 if (hasBitmap) { in key()271 if (hasBitmap && hasGradient) { in key()
221 description->hasBitmap = true; in tryStoreBitmap()
649 && !mDescription.hasBitmap; in build()
264 if (hasBitmap()) { in setBitmap()381 if (hasBitmap()) { in draw()409 protected boolean hasBitmap() { in hasBitmap() method in BasicBitmapDrawable418 if (hasBitmap()) { in onDrawBitmap()440 return (hasBitmap() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ? in getOpacity()