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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 480 if (description.hasBitmap) {
499 if (description.hasBitmap) {
519 if (description.hasBitmap) {
573 if (description.hasBitmap) {
583 !description.hasGradient && !description.hasBitmap;
614 const bool noShader = !description.hasGradient && !description.hasBitmap;
620 description.hasGradient && !description.hasBitmap &&
670 if (description.hasBitmap) {
676 if (description.hasGradient && description.hasBitmap) {
694 if (!description.hasGradient && !description.hasBitmap) {
    [all...]
Program.h 135 bool hasBitmap;
183 hasBitmap = false;
237 if (hasBitmap) {
248 if (hasBitmap && hasGradient) {
SkiaShader.cpp 220 description->hasBitmap = true;
327 description->hasBitmap = true;
GlopBuilder.cpp 628 && !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/
GrAtlasTextContext.h 250 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); }
GrAtlasTextContext.cpp 284 if (blob.hasBitmap() && blob.hasDistanceField()) {
292 if (blob.hasBitmap()) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 499 return !mCache.hasBitmap(pos + offset);
    [all...]

Completed in 903 milliseconds