HomeSort by relevance Sort by last modified time
    Searched refs:dRect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkPathOpsCurve.cpp 15 SkDRect dRect;
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;
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
27 bounds->set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop)
    [all...]
SkPathOpsCubic.cpp 80 SkDRect dRect;
81 dRect.setBounds(*this); // OPTIMIZATION: just use setRawBounds ?
82 double width = dRect.fRight - dRect.fLeft;
83 double height = dRect.fBottom - dRect.fTop;

Completed in 49 milliseconds