Lines Matching refs:needsVFlip
921 bool needsVFlip = GetVFlipFromTransform(srcLayer->getTransform()); in composeLayerInto() local
924 bool needsCopy = !(needsConversion || needsScaling || needsRotation || needsVFlip || in composeLayerInto()
1011 int retval = DoConversion(srcLayerSpec, dstBufferSpec, needsVFlip); in composeLayerInto()
1015 needsVFlip = false; in composeLayerInto()
1034 int retval = DoScaling(srcLayerSpec, dstBufferSpec, needsVFlip); in composeLayerInto()
1035 needsVFlip = false; in composeLayerInto()
1044 int retval = DoRotation(srcLayerSpec, dstBufferStack.back(), rotation, needsVFlip); in composeLayerInto()
1045 needsVFlip = false; in composeLayerInto()
1054 int retval = DoAttenuation(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto()
1055 needsVFlip = false; in composeLayerInto()
1064 int retval = DoCopy(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto()
1065 needsVFlip = false; in composeLayerInto()
1076 int retval = DoBlending(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto()
1077 needsVFlip = false; in composeLayerInto()