Searched refs:textureMatrixInv (Results 1 – 1 of 1) sorted by relevance
104 SkMatrix textureMatrixInv; in draw() local109 textureMatrixInv.preConcat(flipV); in draw()110 textureMatrixInv.preScale(1.0f / layerWidth, 1.0f / layerHeight); in draw()111 textureMatrixInv.postScale(layerImage->width(), layerImage->height()); in draw()113 if (!textureMatrixInv.invert(&textureMatrix)) { in draw()114 textureMatrix = textureMatrixInv; in draw()