Searched refs:needsFill (Results 1 – 1 of 1) sorted by relevance
986 bool needsFill = srcLayerCompositionType == Composition::SOLID_COLOR; in composeLayerInto() local997 bool needsCopy = !(needsFill || needsConversion || needsScaling || needsRotation || in composeLayerInto()1019 int neededIntermediateImages = (needsFill ? 1 : 0) + (needsConversion ? 1 : 0) + in composeLayerInto()1044 if (needsFill) { in composeLayerInto()