Searched refs:isSampledWithExplicitCoords (Results 1 – 8 of 8) sorted by relevance
61 if (childProc->isSampledWithExplicitCoords()) { in invokeChild()111 if (childProc->isSampledWithExplicitCoords()) { in invokeChildWithMatrix()
47 if (!args.fFp.isSampledWithExplicitCoords()) { in writeProcessorFunction()
104 SkASSERT(!fp.isSampledWithExplicitCoords()); in collectTransforms()122 SkASSERT(!node->isSampledWithExplicitCoords()); in collectTransforms()
36 if (fp.isSampledWithExplicitCoords()) { in ComputeCoordTransformsKey()
157 !child->isSampledWithExplicitCoords() && !child->hasPerspectiveTransform()); in registerChild()176 if (!child->isSampledWithExplicitCoords()) { in registerChild()191 SkASSERT(!this->isSampledWithExplicitCoords() && !this->hasPerspectiveTransform() && in registerChild()
186 bool isSampledWithExplicitCoords() const { in isSampledWithExplicitCoords() function
112 if (child && !child->isSampledWithExplicitCoords()) { in emitCode()
593 REPORTER_ASSERT(r, fp->childProcessor(0)->isSampledWithExplicitCoords() == expectExplicit); in DEF_TEST()