Lines Matching refs:geomDomain
667 const SkRect& geomDomain, const SkRect& texDomain, const Vertices& quad) { in write_quad() argument
692 vb->write(geomDomain); in write_quad()
771 SkRect geomDomain; in Tessellate() local
778 maxCoverage = compute_nested_persp_quad_vertices(aaFlags, &inner, &outer, &geomDomain); in Tessellate()
784 &geomDomain); in Tessellate()
789 geomDomain.fLeft = min(outer.fX); in Tessellate()
790 geomDomain.fRight = max(outer.fX); in Tessellate()
791 geomDomain.fTop = min(outer.fY); in Tessellate()
792 geomDomain.fBottom = max(outer.fY); in Tessellate()
796 write_quad(&vb, spec, mode, maxCoverage, color4f, geomDomain, domain, inner); in Tessellate()
797 write_quad(&vb, spec, mode, 0.f, color4f, geomDomain, domain, outer); in Tessellate()