Home
last modified time | relevance | path

Searched refs:proxyMatrix (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp68 SkMatrix proxyMatrix; in isAPicture() local
69 SkPicture* picture = as_SB(fProxyShader)->isAPicture(&proxyMatrix, tileModes, tile); in isAPicture()
71 *matrix = SkMatrix::Concat(proxyMatrix, this->getLocalMatrix()); in isAPicture()