HomeSort by relevance Sort by last modified time
    Searched full:skrect (Results 76 - 100 of 344) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/include/core/
SkWriter32.h 24 #include "SkRect.h"
81 void writeRect(const SkRect& rect) {
82 *(SkRect*)this->reserve(sizeof(rect)) = rect;
  /external/skia/samplecode/
SampleMipMap.cpp 15 SkRect r;
101 SkRect dst;
125 SkRect r;
SamplePathFill.cpp 12 SkRect r = { 10, 10, 630, 470 };
35 SkRect r = { 10, 10, 30, 30 };
42 SkRect r = { 10, 10, 30, 30 };
SampleUnitMapper.cpp 12 const SkRect& bounds,
52 SkRect r = {
81 SkRect r = { 0, 0, SK_Scalar1, SK_Scalar1 };
SampleAvoid.cpp 49 SkRect r = { 0, 0, SkIntToScalar(W), SkIntToScalar(H) };
78 SkRect rr = { 0, 0, r.width()/div, r.height()/div };
SampleLines.cpp 46 SkRect r;
73 SkRect r;
SampleNinePatch.cpp 56 static const SkRect dst[] = {
76 SkRect dst;
SampleOverflow.cpp 21 SkRect skclip;
46 SkRect r;
SampleSpiral.cpp 28 SkRect r;
SampleStrokePath.cpp 11 SkRect srcR = { 0, 0, 72000, 54000 };
12 SkRect dstR = { 0, 0, 640, 480 };
72 const SkRect& bounds = path->getBounds();
112 const SkRect& bounds = fPath.getBounds();
  /external/webkit/Source/WebKit/android/
RenderSkinNinePatch.cpp 24 #include "SkRect.h"
37 extern void NinePatch_Draw(SkCanvas* canvas, const SkRect& bounds,
86 void RenderSkinNinePatch::DrawNinePatch(SkCanvas* canvas, const SkRect& bounds,
  /external/webkit/Source/WebKit/android/plugins/
SkANP.cpp 31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) {
52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) {
  /external/skia/gm/
shapes.cpp 8 static SkRect make_rect(int l, int t, int r, int b) {
9 SkRect rect;
  /external/skia/src/animator/
SkHitTest.cpp 43 SkRect bBounds;
50 SkRect tBounds;
SkDrawPoint.cpp 49 void SkDrawPoint::getBounds(SkRect* rect ) {
  /external/skia/src/svg/
SkSVGSVG.cpp 20 #include "SkRect.h"
54 SkRect box;
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.h 70 void ClipRectToCanvas(const SkCanvas&, const SkRect& srcRect, SkRect* destRect);
  /frameworks/base/core/jni/android/graphics/
Path.cpp 80 SkRect rect_;
87 const SkRect& bounds_ = obj->getBounds();
156 SkRect oval_;
168 SkRect rect_;
182 SkRect oval_;
195 SkRect oval_;
204 SkRect rect_;
213 SkRect rect_;
Canvas.cpp 111 SkRect* bounds_ = NULL;
112 SkRect storage;
123 SkRect bounds;
131 SkRect* bounds_ = NULL;
132 SkRect storage;
144 SkRect bounds;
220 SkRect r;
230 SkRect r;
240 SkRect tmp;
248 SkRect tmp
    [all...]
  /external/skia/bench/
RectBench.cpp 16 SkRect fRects[N];
48 virtual void drawThisRect(SkCanvas* c, const SkRect& r, const SkPaint& p) {
73 virtual void drawThisRect(SkCanvas* c, const SkRect& r, const SkPaint& p) {
83 virtual void drawThisRect(SkCanvas* c, const SkRect& r, const SkPaint& p) {
  /external/skia/include/views/
SkBorderView.h 42 SkRect fMargin;
SkImageView.h 68 bool getDataBounds(SkRect* bounds);
  /external/skia/src/text/
SkTextLayout.cpp 30 void SkTextLayout::setBounds(const SkRect& bounds) {
  /external/skia/src/utils/
SkNWayCanvas.cpp 60 int SkNWayCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint,
125 bool SkNWayCanvas::clipRect(const SkRect& rect, SkRegion::Op op) {
164 void SkNWayCanvas::drawRect(const SkRect& rect, const SkPaint& paint) {
187 const SkRect& dst, const SkPaint* paint) {
  /external/skia/src/views/
SkImageView.cpp 137 SkRect src;
151 SkRect dst;
173 SkRect bounds;
222 bool SkImageView::getDataBounds(SkRect* bounds)

Completed in 595 milliseconds

1 2 34 5 6 7 8 91011>>