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

1 2 3 4 56 7 8 91011>>

  /external/skia/src/core/
SkImageFilter.cpp 107 bool SkImageFilter::filterBounds(const SkIRect& src, const SkMatrix& ctm,
108 SkIRect* dst) {
120 return this->asNewEffect(NULL, NULL, SkMatrix::I(), SkIRect());
132 SkIRect bounds;
172 bool SkImageFilter::applyCropRect(SkIRect* rect, const SkMatrix& matrix) const {
175 SkIRect cropRectI;
186 bool SkImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm,
187 SkIRect* dst) {
192 bool SkImageFilter::asNewEffect(GrEffectRef**, GrTexture*, const SkMatrix&, const SkIRect&) const {
SkBitmapScaler.h 94 const SkIRect& dest_subset,
SkValidationUtils.h 34 static inline bool SkIsValidIRect(const SkIRect& rect) {
  /external/skia/tests/
ClipCacheTest.cpp 63 SkIRect intScreen = SkIRect::MakeWH(kXSize, kYSize);
92 SkIRect devGrClipDataBound;
108 const SkIRect& bound) {
113 SkIRect cacheBound;
123 SkIRect emptyBound;
126 SkIRect cacheBound;
147 SkIRect bound1;
178 SkIRect bound2;
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 37 struct SkIRect;
193 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
272 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
  /external/chromium_org/third_party/skia/include/effects/
SkLayerRasterizer.h 43 const SkIRect* clipBounds,
SkMagnifierImageFilter.h 28 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/include/images/
SkPageFlipper.h 38 void inval(const SkIRect&);
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Mac.h 42 virtual void onHandleInval(const SkIRect&);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayBounds.cpp 35 SkIRect& rect = maker.fDisplayList.fInvalBounds;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h 94 const SkIRect& dest_subset,
SkValidationUtils.h 34 static inline bool SkIsValidIRect(const SkIRect& rect) {
SkDrawProcs.h 25 SkIRect fClipBounds;
46 void blitMask(const SkMask& mask, const SkIRect& clip) const {
  /external/skia/include/core/
SkPixelRef.h 37 struct SkIRect;
193 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
272 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
  /external/skia/include/effects/
SkLayerRasterizer.h 43 const SkIRect* clipBounds,
SkMagnifierImageFilter.h 28 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
  /external/skia/include/images/
SkPageFlipper.h 38 void inval(const SkIRect&);
  /external/skia/include/views/
SkOSWindow_Mac.h 42 virtual void onHandleInval(const SkIRect&);
  /external/skia/src/animator/
SkDisplayBounds.cpp 35 SkIRect& rect = maker.fDisplayList.fInvalBounds;
  /external/chromium_org/cc/test/
skia_common.h 32 const SkIRect* subset) OVERRIDE;
49 const SkIRect* subset) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 76 SkIRect src_rect = SkIRect::MakeWH(old_pixel_size.width(),
128 SkIRect srcrect = SkIRect::MakeXYWH(x, y,
155 SkIRect rect = SkIRect::MakeXYWH(x, y, w, h);
168 SkIRect skrect = SkIRect::MakeXYWH(rect.x(), rect.y(), width, height);
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 35 SkIRect rect;
55 SkIRect rect;
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
117 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
126 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
141 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) {
153 const SkIRect& rect,
154 const SkIRect& bounds) {
193 const SkIRect& rect,
194 const SkIRect& bounds) {
204 const SkIRect& rect,
205 const SkIRect& bounds)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 27 const SkIRect& r = fR;
55 static void toQuad(const SkIRect& r, SkIPoint quad[4]) {
65 SkIRect r;
70 SkCullPoints::SkCullPoints(const SkIRect& r) {
74 void SkCullPoints::reset(const SkIRect& r) {
121 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst)
125 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst) {
200 SkIRect iTarget;
  /external/chromium_org/ui/gfx/
skia_util.h 30 GFX_EXPORT SkIRect RectToSkIRect(const Rect& rect);
31 GFX_EXPORT Rect SkIRectToRect(const SkIRect& rect);

Completed in 198 milliseconds

1 2 3 4 56 7 8 91011>>