Searched defs:SkIRect (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp57 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkColorType) { argument
/external/skia/include/core/
H A DSkRect.h16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect { struct
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESUL
[all...]
H A DSkImageDecoder.h260 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkColorType pref);
319 virtual bool onDecodeSubset(SkBitmap*, const SkIRect&) { argument
/external/skia/src/views/
H A DSkWindow.cpp81 SkIRect ir;
118 bool SkWindow::update(SkIRect* updateArea) {
274 void SkWindow::onHandleInval(const SkIRect&) { argument
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp171 SkScalar surfaceScale, const SkIRect& bounds) {
308 const SkIRect& bounds,
320 const SkIRect& bounds) const;
333 const SkIRect& bounds) const {
353 SkIRect bounds;
426 const SkIRect& bounds, BoundaryMode) const override;
454 const SkIRect& bounds, BoundaryMode) const override;
1154 SkIRect bounds;
1220 const SkIRect&,
1290 SkIRect bound
1217 getFragmentProcessor( GrTexture* texture, const SkMatrix& matrix, const SkIRect&, BoundaryMode boundaryMode ) const argument
1351 getFragmentProcessor( GrTexture* texture, const SkMatrix& matrix, const SkIRect&, BoundaryMode boundaryMode) const argument
[all...]

Completed in 1880 milliseconds