Lines Matching refs:dRect
66 SkDRect dRect; in setConicBounds() local
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
68 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop), in setConicBounds()
69 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom)); in setConicBounds()
76 SkDRect dRect; in setCubicBounds() local
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
78 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop), in setCubicBounds()
79 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom)); in setCubicBounds()
86 SkDRect dRect; in setQuadBounds() local
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
88 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop), in setQuadBounds()
89 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom)); in setQuadBounds()