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

1 23 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 47 SkIRect* devPathBounds,
48 SkIRect* devClipBounds) {
54 *devPathBounds = SkIRect::MakeWH(rt->width(), rt->height());
67 SkIRect pathIBounds;
75 *devPathBounds = SkIRect::EmptyIRect();
83 const SkIRect& devClipBounds,
84 const SkIRect& devPathBounds) {
129 SkIRect devPathBounds, devClipBounds;
GrClipData.cpp 22 SkIRect* devResult,
  /external/skia/tests/
ReadPixelsTest.cpp 20 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
180 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
181 SkIRect clippedSrcRect = DEV_RECT;
231 static void init_bitmap(SkBitmap* bitmap, const SkIRect& rect, BitmapInit init) {
255 const SkIRect testRects[] = {
259 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
261 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
263 SkIRect::MakeLTRB(-10, -10, -1, -1)
    [all...]
DrawTextTest.cpp 20 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) {
34 static bool compare(const SkBitmap& ref, const SkIRect& iref,
35 const SkBitmap& test, const SkIRect& itest)
69 SkIRect drawTextRect = SkIRect::MakeWH(64, 64);
74 SkIRect drawPosTextRect = SkIRect::MakeWH(64, 64);
FontHostStreamTest.cpp 24 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) {
38 static bool compare(const SkBitmap& ref, const SkIRect& iref,
39 const SkBitmap& test, const SkIRect& itest)
78 SkIRect origRect = SkIRect::MakeWH(64, 64);
83 SkIRect streamRect = SkIRect::MakeWH(64, 64);
TileGridTest.cpp 39 static void verifyTileHits(skiatest::Reporter* reporter, SkIRect rect, uint32_t tileMask,
247 verifyTileHits(reporter, SkIRect::MakeXYWH(30, 0, 1, 1), 0);
248 verifyTileHits(reporter, SkIRect::MakeXYWH(0, 30, 1, 1), 0);
249 verifyTileHits(reporter, SkIRect::MakeXYWH(-10, 0, 1, 1), 0);
250 verifyTileHits(reporter, SkIRect::MakeXYWH(0, -10, 1, 1), 0);
253 verifyTileHits(reporter, SkIRect::MakeXYWH(0, 0, 9, 9), kTopLeft_Tile);
254 verifyTileHits(reporter, SkIRect::MakeXYWH(0, 0, 10, 10), kAll_Tile);
255 verifyTileHits(reporter, SkIRect::MakeXYWH(9, 9, 1, 1), kAll_Tile);
256 verifyTileHits(reporter, SkIRect::MakeXYWH(10, 10, 1, 1), kAll_Tile);
257 verifyTileHits(reporter, SkIRect::MakeXYWH(11, 11, 1, 1), kBottomRight_Tile)
    [all...]
  /external/chromium_org/skia/ext/
lazy_pixel_ref.h 27 SkIRect clip_rect;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.h 128 WebTestThemeControlWin(SkCanvas*, const SkIRect&, Type, State);
142 void drawProgressBar(const SkIRect& fillRect);
147 void box(const SkIRect& irect, SkColor);
183 const SkIRect m_irect;
  /external/chromium_org/third_party/skia/include/core/
SkMaskFilter.h 87 const SkIRect& clipBounds,
143 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
164 const SkIRect& clipBounds,
170 const SkIRect& clipBounds,
SkImageFilter.h 86 bool filterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst);
93 * SkIRect()).
174 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*);
179 bool applyCropRect(SkIRect* rect, const SkMatrix& matrix) const;
199 const SkIRect& bounds) const;
  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 29 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
GrRenderTarget.h 93 void flagAsNeedingResolve(const SkIRect* rect = NULL);
98 void overrideResolveRect(const SkIRect rect);
114 const SkIRect& getResolveRect() const { return fResolveRect; }
166 SkIRect fResolveRect;
GrTextContext.h 35 SkIRect fClipRect;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_SDL.h 29 virtual void onHandleInval(const SkIRect&);
  /external/chromium_org/third_party/skia/src/gpu/
GrClipData.cpp 22 SkIRect* devResult,
  /external/skia/include/core/
SkMaskFilter.h 87 const SkIRect& clipBounds,
143 SkIRect fOuterRect; // width/height must be >= fMask.fBounds'
164 const SkIRect& clipBounds,
170 const SkIRect& clipBounds,
  /external/skia/include/gpu/
GrFontScaler.h 29 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
GrRenderTarget.h 93 void flagAsNeedingResolve(const SkIRect* rect = NULL);
98 void overrideResolveRect(const SkIRect rect);
114 const SkIRect& getResolveRect() const { return fResolveRect; }
166 SkIRect fResolveRect;
GrTextContext.h 35 SkIRect fClipRect;
  /external/skia/include/views/
SkOSWindow_SDL.h 29 virtual void onHandleInval(const SkIRect&);
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.h 30 const SkIRect& getBounds() const { return fBounds; }
33 bool setRect(const SkIRect&);
42 bool op(const SkIRect&, SkRegion::Op);
60 bool quickContains(const SkIRect& r) const {
79 SkIRect fBounds;
111 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
117 SkIRect fAAClipBounds;
SkRTree.h 70 virtual void insert(void* data, const SkIRect& bounds, bool defer = false);
80 virtual void search(const SkIRect& query, SkTDArray<void*>* results);
105 SkIRect fBounds;
122 typedef int32_t SkIRect::*SortSide;
157 SkIRect computeBounds(Node* n);
159 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
175 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
SkDeviceLooper.cpp 12 const SkIRect& bounds, bool aa)
24 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
66 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(),
73 (void)fSubsetRC.op(SkIRect::MakeWH(fDelta, fDelta),
82 static bool next_tile(const SkIRect& boundary, int delta, SkIPoint* offset) {
  /external/skia/src/core/
SkAAClip.h 30 const SkIRect& getBounds() const { return fBounds; }
33 bool setRect(const SkIRect&);
42 bool op(const SkIRect&, SkRegion::Op);
60 bool quickContains(const SkIRect& r) const {
79 SkIRect fBounds;
111 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
117 SkIRect fAAClipBounds;
SkRTree.h 70 virtual void insert(void* data, const SkIRect& bounds, bool defer = false);
80 virtual void search(const SkIRect& query, SkTDArray<void*>* results);
105 SkIRect fBounds;
122 typedef int32_t SkIRect::*SortSide;
157 SkIRect computeBounds(Node* n);
159 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
175 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);

Completed in 367 milliseconds

1 23 4 5 6 7 8 91011>>