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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/
Layer.h 26 #include "SkRect.h"
95 SkRect& visibleRect, float scale) { return 0; }
97 SkRect& visibleRect, float scale) { return 0; }
BaseLayerAndroid.cpp 115 void BaseLayerAndroid::prefetchBasePicture(SkRect& viewport, float currentScale,
219 bool BaseLayerAndroid::prepareBasePictureInGL(SkRect& viewport, float scale,
320 void BaseLayerAndroid::updateLayerPositions(SkRect& visibleRect)
338 SkRect& visibleRect, float scale)
356 bool BaseLayerAndroid::drawGL(IntRect& viewRect, SkRect& visibleRect,
GLWebViewState.h 36 #include "SkRect.h"
194 void setViewport(SkRect& viewport, float scale);
208 double setupDrawing(IntRect& viewRect, SkRect& visibleRect,
215 bool drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect,
260 SkRect m_viewport;
MediaTexture.cpp 148 const SkRect& mediaBounds)
169 SkRect dimensions = video->dimensions;
272 const SkRect& dimensions)
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 38 #include "SkRect.h"
110 SkRect bounds(r);
196 SkRect playedRect(bounds);
  /external/skia/src/utils/
SkNinePatch.cpp 83 const SkRect& bounds, const int32_t xDivs[], int numXDivs,
110 void SkNinePatch::DrawMesh(SkCanvas* canvas, const SkRect& bounds,
253 static void drawNineViaRects(SkCanvas* canvas, const SkRect& dst,
284 SkRect d;
300 void SkNinePatch::DrawNine(SkCanvas* canvas, const SkRect& bounds,
  /external/skia/src/pdf/
SkPDFShader.cpp 30 static void transformBBox(const SkMatrix& matrix, SkRect* bbox) {
440 SkRect bbox;
488 // SkShader* shader, SkMatrix matrix, const SkRect& surfaceBBox
494 SkRect surfaceBBox;
516 SkRect patternBBox = SkRect::MakeXYWH(-surfaceBBox.fLeft, -surfaceBBox.fTop,
550 SkRect rect;
551 rect = SkRect::MakeLTRB(surfaceBBox.fLeft, surfaceBBox.fTop, 0, 0);
557 rect = SkRect::MakeLTRB(width, surfaceBBox.fTop, surfaceBBox.fRight, 0);
563 rect = SkRect::MakeLTRB(width, height, surfaceBBox.fRight
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 93 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags);
101 virtual bool clipRect(const SkRect& rect, SkRegion::Op op);
108 virtual void drawRect(const SkRect& rect, const SkPaint&);
113 const SkRect& dst, const SkPaint*);
329 int SkGPipeCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint,
337 size += sizeof(SkRect);
430 bool SkGPipeCanvas::clipRect(const SkRect& rect, SkRegion::Op rgnOp) {
432 if (this->needOpBytes(sizeof(SkRect))) {
495 void SkGPipeCanvas::drawRect(const SkRect& rect, const SkPaint& paint) {
498 if (this->needOpBytes(sizeof(SkRect))) {
    [all...]
  /external/skia/src/views/
SkListView.cpp 283 SkRect r;
311 bool SkListView::getRowRect(int index, SkRect* r) const
363 SkRect r;
628 SkRect r;
665 bool SkGridView::getCellRect(int index, SkRect* r) const
673 SkRect bounds;
711 static void copybits(SkCanvas* canvas, const SkBitmap& bm, const SkRect& dst, const SkPaint& paint)
713 SkRect src;
768 SkRect r;
783 SkRect r
    [all...]
SkView.cpp 92 SkRect r;
130 void SkView::inval(SkRect* rect) {
132 SkRect storage;
139 SkRect bounds;
466 bool SkView::handleInval(const SkRect*) {
472 void SkView::getLocalBounds(SkRect* bounds) const
SkWindow.cpp 19 SkRect rr;
114 bool SkWindow::handleInval(const SkRect* localR)
119 SkRect devR;
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 284 SkRect bounds = { SkFloatToScalar(rect.x()), SkFloatToScalar(rect.y()),
316 SkRect bounds = clipPath.getBounds();
341 void PlatformContextSkia::drawRect(SkRect rect)
361 SkRect topBorder = { rect.fLeft, rect.fTop, rect.fRight, rect.fTop + 1 };
363 SkRect bottomBorder = { rect.fLeft, rect.fBottom - 1, rect.fRight, rect.fBottom };
365 SkRect leftBorder = { rect.fLeft, rect.fTop + 1, rect.fLeft + 1, rect.fBottom - 1 };
367 SkRect rightBorder = { rect.fRight - 1, rect.fTop + 1, rect.fRight, rect.fBottom - 1 };
396 float PlatformContextSkia::setupPaintForStroking(SkPaint* paint, SkRect* rect, int length) const
605 void PlatformContextSkia::paintSkPaint(const SkRect& rect,
877 SkRect bounds = m_softwareDirtyRect
    [all...]
PlatformContextSkia.h 113 float setupPaintForStroking(SkPaint*, SkRect*, int length) const;
156 void drawRect(SkRect rect);
159 void paintSkPaint(const SkRect&, const SkPaint&);
  /external/skia/include/core/
SkPaint.h 30 struct SkRect;
448 SkRect r, storage;
450 const SkRect& fastR = paint.computeFastBounds(r, &storage);
456 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const {
761 SkRect* bounds, SkScalar scale = 0) const;
    [all...]
  /external/skia/samplecode/
SampleFuzz.cpp 204 SkRect r;
219 SkRect r;
254 SkRect r;
SampleImageDir.cpp 28 SkRect r;
63 SkRect skclip;
88 SkRect r;
SampleXfermodes.cpp 78 SkRect rect = { 0, 0, SkIntToScalar(bm1.width()), SkIntToScalar(bm1.height()) };
92 SkRect r;
209 SkRect r;
SampleAnimatedGradient.cpp 49 SkRect r = { 0, 0, SkIntToScalar(200), SkIntToScalar(200) };
SampleEffects.cpp 20 SkRect clip = { 0, 0, 300, 200 };
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 128 SkIRect skrect; local
129 skrect.set(rect.x(), rect.y(), rect.x() + rect.width(), rect.y() + rect.height());
132 canvas->drawIRect(skrect, paint);
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 84 SkRect border_rect = { SkIntToScalar(0), SkIntToScalar(0),
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 215 SkRect scalar_dest_rect;
221 SkRect local_dest_rect;
308 SkRect transformed_rect;
309 SkRect skia_dest_rect;
  /external/skia/gm/
shadows.cpp 21 SkRect fRect;
  /external/skia/include/images/
SkFlipPixelRef.h 38 void inval(const SkRect& r, bool doAA) { fFlipper.inval(r, doAA); }
SkPageFlipper.h 47 void inval(const SkRect&, bool antialias);

Completed in 537 milliseconds

1 2 3 4 5 67 8 91011>>