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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 412 if (description.hasBitmap) {
428 if (description.hasBitmap) {
448 if (description.hasBitmap) {
490 if (description.hasBitmap) {
500 !description.hasGradient && !description.hasBitmap;
517 if (description.hasBitmap && description.isPoint) {
526 const bool noShader = !description.hasGradient && !description.hasBitmap;
532 description.hasGradient && !description.hasBitmap &&
572 if (description.hasBitmap) {
578 if (description.hasGradient && description.hasBitmap) {
    [all...]
ProgramCache.h 126 bool hasBitmap;
166 hasBitmap = false;
217 if (hasBitmap) {
228 if (hasBitmap && hasGradient) {
SkiaShader.cpp 113 description.hasBitmap = true;
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 499 return !mCache.hasBitmap(pos + offset);
    [all...]

Completed in 544 milliseconds