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

  /external/skia/src/core/
SkBigPicture.cpp 84 bool hasBitmap = false;
86 hasBitmap = hasBitmap || record.visit(i, bitmap);
90 fWillPlaybackBitmaps = hasBitmap;
  /frameworks/base/libs/hwui/
ProgramCache.cpp 581 if (description.hasBitmap) {
600 if (description.hasBitmap) {
620 if (description.hasBitmap) {
656 || (description.hasBitmap && description.isShaderBitmapExternal)) {
675 if (description.hasBitmap) {
685 !description.hasGradient && !description.hasBitmap;
707 if (description.hasBitmap) {
722 if (description.hasGradient && description.hasBitmap) {
738 if (description.hasBitmap || ((description.hasTexture || description.hasExternalTexture) &&
756 if (!description.hasGradient && !description.hasBitmap) {
    [all...]
Program.h 142 bool hasBitmap;
198 hasBitmap = false;
257 if (hasBitmap) {
271 if (hasBitmap && hasGradient) {
SkiaShader.cpp 221 description->hasBitmap = true;
GlopBuilder.cpp 650 && !mDescription.hasBitmap;
  /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.cpp 211 if (this->hasBitmap() && this->hasDistanceField()) {
219 if (this->hasBitmap()) {
GrAtlasTextBlob.h 112 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); }
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 499 return !mCache.hasBitmap(pos + offset);
    [all...]

Completed in 276 milliseconds