Searched refs:fHasLocalMatrix (Results 1 – 5 of 5) sorted by relevance
249 fHasLocalMatrix = SkToBool(localMatrix); in NonAAFillRectPerspectiveOp()250 if (fHasLocalMatrix) { in NonAAFillRectPerspectiveOp()287 fViewMatrix, fHasLocalRect, fHasLocalMatrix ? &fLocalMatrix : nullptr); in onPrepareDraws()337 if (fHasLocalMatrix && !fLocalMatrix.cheapEqualTo(that->fLocalMatrix)) { in onCombineIfPossible()354 bool fHasLocalMatrix; member in __anon182506650111::NonAAFillRectPerspectiveOp
296 bool hasLocalMatrix() const { return HasLocalMatrix::kYes == fHasLocalMatrix; } in hasLocalMatrix()309 : fHasLocalMatrix(hasLM) in RectInfo()315 HasLocalMatrix fHasLocalMatrix; member
137 bool fHasLocalMatrix : 1; member
291 op->fInfo.fHasLocalMatrix = true; in recordRect()
379 if (ip.opInfo().fHasLocalMatrix && ip.opInfo().fHasParams) { in onEmitCode()