HomeSort by relevance Sort by last modified time
    Searched refs:fBounds (Results 126 - 138 of 138) sorted by null

1 2 3 4 56

  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 362 const SkIRect& bounds() const { return fBounds; }
388 SkIRect fBounds;
587 fBounds(bounds),
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 746 fBounds = fSegments.front().bounds();
748 fBounds.add(fSegments[index].bounds());
SkOpSegment.cpp 355 fBounds.setCubicBounds(pts);
432 fBounds.set(pts, 2);
449 fBounds.setQuadBounds(pts);
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 746 fBounds = fSegments.front().bounds();
748 fBounds.add(fSegments[index].bounds());
SkOpSegment.cpp 355 fBounds.setCubicBounds(pts);
432 fBounds.set(pts, 2);
449 fBounds.setQuadBounds(pts);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 645 if (clip.quickReject(dstM.fBounds)) {
652 desc.fWidth = dstM.fBounds.width();
653 desc.fHeight = dstM.fBounds.height();
665 SkRect maskRect = SkRect::Make(dstM.fBounds);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 549 SkRect fBounds;
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 645 if (clip.quickReject(dstM.fBounds)) {
652 desc.fWidth = dstM.fBounds.width();
653 desc.fHeight = dstM.fBounds.height();
665 SkRect maskRect = SkRect::Make(dstM.fBounds);
    [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.h 549 SkRect fBounds;
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 244 milliseconds

1 2 3 4 56