Loading services/surfaceflinger/LayerBase.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -453,11 +453,11 @@ void LayerBase::drawWithOpenGL(const Region& clip, const Texture& texture) const } } if (transform & HAL_TRANSFORM_FLIP_V) { if (transform & HAL_TRANSFORM_FLIP_V) { swap(vLT, vLB); swap(vLT, vLB); swap(vRB, vRT); swap(vRT, vRB); } } if (transform & HAL_TRANSFORM_FLIP_H) { if (transform & HAL_TRANSFORM_FLIP_H) { swap(vLT, vRB); swap(vLT, vRT); swap(vLB, vRT); swap(vLB, vRB); } } TexCoords texCoords[4]; TexCoords texCoords[4]; Loading Loading
services/surfaceflinger/LayerBase.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -453,11 +453,11 @@ void LayerBase::drawWithOpenGL(const Region& clip, const Texture& texture) const } } if (transform & HAL_TRANSFORM_FLIP_V) { if (transform & HAL_TRANSFORM_FLIP_V) { swap(vLT, vLB); swap(vLT, vLB); swap(vRB, vRT); swap(vRT, vRB); } } if (transform & HAL_TRANSFORM_FLIP_H) { if (transform & HAL_TRANSFORM_FLIP_H) { swap(vLT, vRB); swap(vLT, vRT); swap(vLB, vRT); swap(vLB, vRB); } } TexCoords texCoords[4]; TexCoords texCoords[4]; Loading