Searched refs:fPreViewMatrix (Results 1 – 4 of 4) sorted by relevance
35 const SkMatrix* fPreViewMatrix; // If not null, entry's CTM is 'viewMatrix' * fPreViewMatrix member
622 textures[i].fPreViewMatrix = in drawEdgeAAImageSet()
196 set[i].fPreViewMatrix = nullptr; in textureop_creation_test()
543 if (set[q].fPreViewMatrix) { in TextureOpImpl()544 ctm.preConcat(*set[q].fPreViewMatrix); in TextureOpImpl()1332 if (set[i].fPreViewMatrix) { in AddTextureSetOps()1333 ctm.preConcat(*set[i].fPreViewMatrix); in AddTextureSetOps()