HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 70 static void drawStretchyPatch(SkCanvas* canvas, SkIRect& src, const SkRect& dst,
172 SkIRect src;
298 SkIRect idst;
Graphics.cpp 207 SkIRect* GraphicsJNI::jrect_to_irect(JNIEnv* env, jobject obj, SkIRect* ir)
218 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj)
  /external/skia/include/core/
SkDraw.h 72 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
SkCanvas.h 407 void drawIRect(const SkIRect& rect, const SkPaint& paint)
496 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
    [all...]
  /external/skia/include/utils/
SkNWayCanvas.h 43 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkDumpCanvas.h 83 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkProxyCanvas.h 55 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 27 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS)
34 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
SkQuadClipper.cpp 34 void SkQuadClipper::setClip(const SkIRect& clip) {
SkRegion_path.cpp 41 void copyToRect(SkIRect*) const;
180 void SkRgnBuilder::copyToRect(SkIRect* r) const {
437 const SkIRect& bounds = this->getBounds();
449 for (const SkIRect& r = iter.rect(); !iter.done(); iter.next()) {
SkPictureRecord.h 37 virtual void drawBitmapRect(const SkBitmap&, const SkIRect* src,
115 void addIRectPtr(const SkIRect* rect);
SkCanvas.cpp 130 SkIRect deviceR;
502 SkIRect bounds;
582 const SkIRect& bounds,
629 SkIRect ir;
630 const SkIRect& clipBounds = this->getTotalClip().getBounds();
836 SkIRect ir;
913 SkIRect idst;
915 return !SkIRect::Intersects(idst, fMCRec->fRegion->getBounds());
983 const SkIRect& ibounds = clip.getBounds();
    [all...]
SkEdge.cpp 35 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
125 void SkEdge::chopLineWithClip(const SkIRect& clip)
317 int SkCubicEdge::setCubic(const SkPoint pts[4], const SkIRect* clip, int shift)
SkBlitter_ARGB32.cpp 28 const SkIRect& clip, const SkBitmap& device,
146 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
183 const SkIRect& clip) {
300 void SkARGB32_Black_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
SkBlitter_RGB16.cpp 69 virtual void blitMask(const SkMask&, const SkIRect&);
94 virtual void blitMask(const SkMask&, const SkIRect&);
104 virtual void blitMask(const SkMask&, const SkIRect&);
206 const SkIRect& SK_RESTRICT clip)
376 const SkIRect& SK_RESTRICT clip) SK_RESTRICT {
636 const SkIRect& SK_RESTRICT clip) SK_RESTRICT {
    [all...]
SkBlitter_A8.cpp 138 void SkA8_Blitter::blitMask(const SkMask& mask, const SkIRect& clip)
360 void SkA8_Shader_Blitter::blitMask(const SkMask& mask, const SkIRect& clip)
  /external/skia/src/gl/
SkGLDevice.h 33 void scissor(const SkIRect&);
SkGL.h 187 void setIRectFan(const SkIRect& r) {
258 static void Scissor(const SkIRect&, int viewportHeight);
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.cpp 152 SkIRect srcRectRounded;
164 SkIRect currentVisibleRect = cliperator.rect();
  /external/skia/src/animator/
SkDisplayList.cpp 74 bool SkDisplayList::onIRect(const SkIRect& r) {
  /external/skia/tests/
ClipCubicTest.cpp 57 SkIRect clipRect;
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 84 SkIRect ir;
  /external/webkit/WebKit/android/nav/
FindCanvas.h 114 virtual bool onIRect(const SkIRect&) { return false; }
  /external/webkit/WebKit/android/jni/
WebViewCore.h 70 class SkIRect;
553 SkPicture* rebuildPicture(const SkIRect& inval);
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 459 SkIRect sourceRect = { 0, 0, m_layerSize.width(), m_layerSize.height() };
494 SkIRect sourceRect = { 0, 0, m_layerSize.width(), m_layerSize.height() };

Completed in 1119 milliseconds

1 2 34 5