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

1 2 3 45

  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 151 SkASSERT(mask.fBounds.contains(clip));
171 SkASSERT(mask.fBounds.contains(clip));
492 SkASSERT(mask.fBounds.contains(clip));
SkPath.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 345 const SkIRect& bounds() const { return fBounds; }
371 SkIRect fBounds;
570 fBounds(bounds),
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 151 SkASSERT(mask.fBounds.contains(clip));
171 SkASSERT(mask.fBounds.contains(clip));
492 SkASSERT(mask.fBounds.contains(clip));
SkPath.cpp     [all...]
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 345 const SkIRect& bounds() const { return fBounds; }
371 SkIRect fBounds;
570 fBounds(bounds),
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 771 if (clip.quickReject(dstM.fBounds)) {
774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
781 desc.fWidth = dstM.fBounds.width();
782 desc.fHeight = dstM.fBounds.height();
794 SkRect maskRect = SkRect::Make(dstM.fBounds);
    [all...]
GrTextStrike.cpp 397 size_t size = glyph->fBounds.area() * bytesPerPixel;
  /external/skia/src/gpu/
SkGpuDevice.cpp 771 if (clip.quickReject(dstM.fBounds)) {
774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
781 desc.fWidth = dstM.fBounds.width();
782 desc.fHeight = dstM.fBounds.height();
794 SkRect maskRect = SkRect::Make(dstM.fBounds);
    [all...]
GrTextStrike.cpp 397 size_t size = glyph->fBounds.area() * bytesPerPixel;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 329 fBounds.setCubicBounds(pts);
383 fBounds.set(pts, 2);
400 fBounds.setQuadBounds(pts);
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 329 fBounds.setCubicBounds(pts);
383 fBounds.set(pts, 2);
400 fBounds.setQuadBounds(pts);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 501 SkRect fBounds;
  /external/skia/src/utils/debugger/
SkDrawCommand.h 501 SkRect fBounds;
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 334 milliseconds

1 2 3 45