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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.cpp 15 SkDRect dRect;
16 dRect.setBounds(cubic);
17 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
29 SkDRect dRect;
30 dRect.setBounds(quad);
31 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop)
    [all...]
SkPathOpsCubic.cpp 66 SkDRect dRect;
67 dRect.setBounds(*this); // OPTIMIZATION: just use setRawBounds ?
68 double width = dRect.fRight - dRect.fLeft;
69 double height = dRect.fBottom - dRect.fTop;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 16 _Rect dRect;
17 dRect.setBounds(cubic); // OPTIMIZATION: just use setRawBounds ?
18 double width = dRect.right - dRect.left;
19 double height = dRect.bottom - dRect.top;
Simplify.cpp     [all...]

Completed in 487 milliseconds