Searched refs:dRect (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkPathOpsCurve.cpp | 15 SkDRect dRect; local 16 dRect.setBounds(dCurve, fConic, tStart, tEnd); 17 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop), 18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom)); 25 SkDRect dRect; local 26 dRect.setBounds(dCurve, fCubic, tStart, tEnd); 27 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect 35 SkDRect dRect; local [all...] |
H A D | SkPathOpsCubic.cpp | 80 SkDRect dRect; local 81 dRect.setBounds(*this); // OPTIMIZATION: just use setRawBounds ? 82 double width = dRect.fRight - dRect.fLeft; 83 double height = dRect.fBottom - dRect.fTop;
|
Completed in 67 milliseconds