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 89 bool hasText = false, hasBitmap = false;
92 hasBitmap = hasBitmap || record.visit<bool>(i, bitmap);
97 fWillPlaybackBitmaps = hasBitmap;
  /frameworks/base/libs/hwui/
ProgramCache.cpp 459 if (description.hasBitmap) {
478 if (description.hasBitmap) {
498 if (description.hasBitmap) {
551 if (description.hasBitmap) {
561 !description.hasGradient && !description.hasBitmap;
589 const bool noShader = !description.hasGradient && !description.hasBitmap;
595 description.hasGradient && !description.hasBitmap &&
637 if (description.hasBitmap) {
643 if (description.hasGradient && description.hasBitmap) {
661 if (!description.hasGradient && !description.hasBitmap) {
    [all...]
Program.h 133 bool hasBitmap;
178 hasBitmap = false;
229 if (hasBitmap) {
240 if (hasBitmap && hasGradient) {
SkiaShader.cpp 225 description->hasBitmap = true;
332 description->hasBitmap = true;
GlopBuilder.cpp 672 && !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 205 if (this->hasBitmap() && this->hasDistanceField()) {
213 if (this->hasBitmap()) {
GrAtlasTextBlob.h 107 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 365 milliseconds