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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 456 if (description.hasGradient) {
475 if (description.hasGradient) {
503 if (description.hasGradient) {
548 if (description.hasGradient) {
561 !description.hasGradient && !description.hasBitmap;
572 if (description.hasGradient) {
589 const bool noShader = !description.hasGradient && !description.hasBitmap;
595 description.hasGradient && !description.hasBitmap &&
643 if (description.hasGradient && description.hasBitmap) {
661 if (!description.hasGradient && !description.hasBitmap)
    [all...]
Program.h 139 bool hasGradient;
181 hasGradient = false;
237 if (hasGradient) key |= PROGRAM_KEY_GRADIENT;
240 if (hasBitmap && hasGradient) {
SkiaShader.cpp 150 description->hasGradient = true;
GlopBuilder.cpp 671 && !mDescription.hasGradient

Completed in 514 milliseconds