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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 475 if (description.hasGradient) {
494 if (description.hasGradient) {
526 if (description.hasGradient) {
569 if (description.hasGradient) {
581 !description.hasGradient && !description.hasBitmap;
592 if (description.hasGradient) {
609 const bool noShader = !description.hasGradient && !description.hasBitmap;
615 description.hasGradient && !description.hasBitmap &&
671 if (description.hasGradient && description.hasBitmap) {
689 if (!description.hasGradient && !description.hasBitmap)
    [all...]
Program.h 140 bool hasGradient;
186 hasGradient = false;
247 if (hasGradient) key |= PROGRAM_KEY_GRADIENT;
250 if (hasBitmap && hasGradient) {
SkiaShader.cpp 221 description.hasGradient = true;
286 description.hasGradient = true;
341 description.hasGradient = true;

Completed in 41 milliseconds