HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 351 - 375 of 571) sorted by null

<<11121314151617181920>>

  /external/skia/include/core/
SkDraw.h 87 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
SkMask.h 34 SkIRect fBounds;
  /external/skia/src/core/
SkBBoxRecord.h 49 virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
SkBlitBWMaskTemplate.h 19 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS)
26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
SkOrderedReadBuffer.h 58 virtual void readIRect(SkIRect* rect) SK_OVERRIDE;
SkOrderedWriteBuffer.h 68 virtual void writeIRect(const SkIRect& rect)SK_OVERRIDE;
SkRegion_path.cpp 34 void copyToRect(SkIRect*) const;
204 void SkRgnBuilder::copyToRect(SkIRect* r) const {
480 const SkIRect& bounds = this->getBounds();
492 for (const SkIRect& r = iter.rect(); !iter.done(); iter.next()) {
SkScaledImageCache.h 183 const SkIRect& bounds);
SkCanvas.cpp 182 fClip.op(SkIRect::MakeWH(width, height), SkRegion::kIntersect_Op);
187 updateClip->op(SkIRect::MakeXYWH(x, y, width, height),
195 SkIRect deviceR;
629 SkIRect bounds;
654 bool SkCanvas::readPixels(const SkIRect& srcRect, SkBitmap* bitmap) {
660 SkIRect bounds;
681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
682 SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height()))) {
741 const SkIRect& bounds
    [all...]
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 66 SkIRect bounds;
  /external/skia/src/pipe/utils/
SamplePipeControllers.cpp 50 SkIRect rect;
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 56 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkBitmap::Config) {
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 182 fClip.op(SkIRect::MakeWH(width, height), SkRegion::kIntersect_Op);
187 updateClip->op(SkIRect::MakeXYWH(x, y, width, height),
195 SkIRect deviceR;
629 SkIRect bounds;
654 bool SkCanvas::readPixels(const SkIRect& srcRect, SkBitmap* bitmap) {
660 SkIRect bounds;
681 if (SkIRect::Intersects(SkIRect::MakeSize(this->getDeviceSize()),
682 SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height()))) {
741 const SkIRect& bounds
    [all...]
SkDraw.cpp 152 SkIRect devBounds = fRC->getBounds();
249 static void CallBitmapXferProc(const SkBitmap& bitmap, const SkIRect& rect,
287 SkIRect devRect;
346 const SkIRect& r = rec.fClip->getBounds();
361 const SkIRect& r = rec.fRC->getBounds();
382 const SkIRect& r = rec.fRC->getBounds();
568 SkIRect ibounds;
877 SkIRect ir;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 510 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
511 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 510 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
511 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 78 for (SkIRect src_rect(SkIRect::MakeWH(frame_size, frame_size));
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 287 SkIRect rect = SkIRect::MakeXYWH(x, y, width, height);
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop.cc 81 SkIRect src_rect = { clipping_rect.x(), clipping_rect.y(),
206 SkIRect scrollbarless_rect =
  /external/chromium_org/content/browser/aura/
software_output_device_ozone_unittest.cc 119 SkIRect sk_bounds;
134 SkIRect sk_bounds;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.h 44 struct SkIRect;
163 operator SkIRect() const;
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 262 explicit SkClipStack(const SkIRect& r);
302 void clipDevRect(const SkIRect& ir, SkRegion::Op op) {
SkDevice.h 21 struct SkIRect;
86 void getGlobalBounds(SkIRect* bounds) const {
SkWriter32.h 118 void writeIRect(const SkIRect& rect) {
119 *(SkIRect*)this->reserve(sizeof(rect)) = rect;
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 307 const SkIRect& clip, SkIRect* clipIRect);

Completed in 1340 milliseconds

<<11121314151617181920>>