/external/skia/src/core/ |
SkDevice.cpp | 4 #include "SkRect.h" 156 void SkDevice::drawRect(const SkDraw& draw, const SkRect& r,
|
SkPictureRecord.cpp | 38 int SkPictureRecord::saveLayer(const SkRect* bounds, const SkPaint* paint, 125 bool SkPictureRecord::clipRect(const SkRect& rect, SkRegion::Op op) { 191 void SkPictureRecord::drawRect(const SkRect& rect, const SkPaint& paint) { 216 const SkRect& dst, const SkPaint* paint) { 248 SkRect bounds; 518 void SkPictureRecord::addRect(const SkRect& rect) { 529 void SkPictureRecord::addRectPtr(const SkRect* rect) {
|
SkPaint.cpp | 762 static void set_bounds(const SkGlyph& g, SkRect* bounds) { 784 static void join_bounds(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx) { 794 int* count, SkRect* bounds) const { 857 SkRect* bounds, SkScalar zoom) const { 1046 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { 1054 SkScalar widths[], SkRect bounds[]) const { [all...] |
/external/skia/src/utils/ |
SkLayer.cpp | 204 SkRect r = SkRect::MakeSize(this->getSize());
|
SkDumpCanvas.cpp | 15 static void toString(const SkRect& r, SkString* str) { 179 int SkDumpCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint, 229 bool SkDumpCanvas::clipRect(const SkRect& rect, SkRegion::Op op) { 263 void SkDumpCanvas::drawRect(const SkRect& rect, const SkPaint& paint) { 284 const SkRect& dst, const SkPaint* paint) {
|
/external/skia/src/views/ |
SkTextBox.cpp | 114 void SkTextBox::getBox(SkRect* box) const 120 void SkTextBox::setBox(const SkRect& box)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GaneshRenderer.cpp | 132 SkRect clipRect = SkRect::MakeLTRB(renderInfo.invalRect->fLeft,
|
ImageTexture.cpp | 133 SkRect dest; 248 void ImageTexture::drawCanvas(SkCanvas* canvas, SkRect& rect)
|
Layer.cpp | 200 SkRect r = SkRect::MakeSize(getSize());
|
android_graphics.cpp | 66 SkRect r(m_rings[i]); 99 SkRect localBounds, globalBounds;
|
GraphicsContextAndroid.cpp | 316 bool setupPaintStroke(SkPaint* paint, SkRect* rect, bool isHLine = false) 382 SkRect bounds = clipPath.getBounds(); 529 SkRect r(rect); 571 SkRect bounds; 625 static void setrectForUnderline(SkRect* r, GraphicsContext* context, const FloatPoint& point, int yOffset, float width) 643 SkRect r; 659 SkRect r; 676 SkRect oval(rect); 706 SkRect oval(r); 860 SkRect r(rect) [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 45 #include "SkRect.h" 166 static void drawResampledBitmap(SkCanvas& canvas, SkPaint& paint, const NativeImageSkia& bitmap, const SkIRect& srcIRect, const SkRect& destRect) 171 SkRect srcRect; 188 SkRect destRectTransformed; 203 SkRect destBitmapSubsetSk; 205 SkRect destBitmapSubsetTransformed; 251 SkRect offsetDestRect; 259 static void paintSkBitmap(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, const SkIRect& srcRect, const SkRect& destRect, const SkXfermode::Mode& compOp)
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPPaintInterface.cpp | 146 reinterpret_cast<SkRect*>(bounds)); 158 reinterpret_cast<SkRect*>(bounds));
|
/frameworks/base/core/jni/android/graphics/ |
HarfbuzzSkia.cpp | 34 #include "SkRect.h" 169 SkRect bounds;
|
Graphics.cpp | 218 SkRect* GraphicsJNI::jrectf_to_rect(JNIEnv* env, jobject obj, SkRect* r) 229 SkRect* GraphicsJNI::jrect_to_rect(JNIEnv* env, jobject obj, SkRect* r) 240 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj)
|
NinePatchImpl.cpp | 70 static void drawStretchyPatch(SkCanvas* canvas, SkIRect& src, const SkRect& dst, 105 void NinePatch_Draw(SkCanvas* canvas, const SkRect& bounds, 171 SkRect dst;
|
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 33 #include "SkRect.h" 264 static void emit_clip(SkPath* clipPath, SkRect* clipRect, 339 SkRect translatedClip; 593 SkRect bbox = SkRect::MakeWH(SkIntToScalar(this->width()), 641 SkRect r = SkRect::MakeXYWH(points[i].fX, points[i].fY, 0, 0); 690 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& r, 848 SkRect r = SkRect::MakeXYWH(x, top - height, width, height) [all...] |
/external/skia/include/core/ |
SkPath.h | 198 bool isRect(SkRect* rect) const; 228 const SkRect& getBounds() const { 406 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, 438 void addRect(const SkRect& rect, Direction dir = kCW_Direction); 460 void addOval(const SkRect& oval, Direction dir = kCW_Direction); 481 void addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle); 489 void addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, 499 void addRoundRect(const SkRect& rect, const SkScalar radii[], 657 mutable SkRect fBounds;
|
/external/skia/samplecode/ |
SampleText.cpp | 220 SkRect r; 334 SkRect r; 353 SkRect clip;
|
/external/skia/bench/ |
GradientBench.cpp | 132 SkRect r = { 0, 0, SkIntToScalar(W), SkIntToScalar(H) };
|
RepeatTileBench.cpp | 24 SkRect r;
|
/external/skia/gm/ |
gradients.cpp | 97 SkRect r = { 0, 0, SkIntToScalar(100), SkIntToScalar(100) };
|
tilemodes.cpp | 83 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) };
|
/external/skia/include/utils/ |
SkLayer.h | 25 #include "SkRect.h"
|
/external/skia/include/views/ |
SkView.h | 21 #include "SkRect.h" 88 void getLocalBounds(SkRect* bounds) const; 109 void inval(SkRect* rectOrNull); 309 virtual bool handleInval(const SkRect*);
|