Searched refs:fPreViewMatrix (Results 1 – 8 of 8) sorted by relevance
32 const SkMatrix* fPreViewMatrix; // If not null, entry's CTM is 'viewMatrix' * fPreViewMatrix member
541 if (set[q].fPreViewMatrix) { in TextureOpImpl()542 ctm.preConcat(*set[q].fPreViewMatrix); in TextureOpImpl()1283 if (set[i].fPreViewMatrix) { in AddTextureSetOps()1284 ctm.preConcat(*set[i].fPreViewMatrix); in AddTextureSetOps()
137 set[i].fPreViewMatrix = nullptr; in textureop_creation_test()
319 if (set[p].fPreViewMatrix) { in TextureOp()320 ctm.preConcat(*set[p].fPreViewMatrix); in TextureOp()
227 const SkMatrix* fPreViewMatrix; // If not null, entry's CTM is 'viewMatrix' * fPreViewMatrix member
548 textures[i].fPreViewMatrix = in drawEdgeAAImageSet()
935 if (set[i].fPreViewMatrix) { in drawTextureSet()936 ctm.preConcat(*set[i].fPreViewMatrix); in drawTextureSet()
962 textures[i].fPreViewMatrix = in drawEdgeAAImageSet()