Lines Matching refs:srcLayer
869 Layer* srcLayer, // in composeLayerInto() argument
877 libyuv::RotationMode rotation = GetRotationFromTransform(srcLayer->getTransform()); in composeLayerInto()
879 common::Rect srcLayerCrop = srcLayer->getSourceCropInt(); in composeLayerInto()
880 common::Rect srcLayerDisplayFrame = srcLayer->getDisplayFrame(); in composeLayerInto()
887 const auto srcLayerCompositionType = srcLayer->getCompositionType(); in composeLayerInto()
889 srcBufferOpt = mGralloc.Import(srcLayer->waitAndGetBuffer()); in composeLayerInto()
918 bool needsScaling = LayerNeedsScaling(*srcLayer); in composeLayerInto()
921 bool needsVFlip = GetVFlipFromTransform(srcLayer->getTransform()); in composeLayerInto()
922 bool needsAttenuation = LayerNeedsAttenuation(*srcLayer); in composeLayerInto()
923 bool needsBlending = LayerNeedsBlending(*srcLayer); in composeLayerInto()
973 int retval = DoFill(dstBufferSpec, srcLayer->getColor()); in composeLayerInto()