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 478 if (description.hasBitmap) {
497 if (description.hasBitmap) {
516 if (description.hasBitmap) {
572 if (description.hasBitmap) {
581 !description.hasGradient && !description.hasBitmap;
596 if (description.hasBitmap && description.isPoint) {
609 const bool noShader = !description.hasGradient && !description.hasBitmap;
615 description.hasGradient && !description.hasBitmap &&
665 if (description.hasBitmap) {
671 if (description.hasGradient && description.hasBitmap) {
    [all...]
Program.h 135 bool hasBitmap;
183 hasBitmap = false;
239 if (hasBitmap) {
250 if (hasBitmap && hasGradient) {
SkiaShader.cpp 124 description.hasBitmap = true;
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 499 return !mCache.hasBitmap(pos + offset);
    [all...]

Completed in 4505 milliseconds