Lines Matching defs:bounds
177 * If the encoded format is not supported, or subset is outside of the bounds of the decoded
595 SkIRect bounds() const { return SkIRect::MakeWH(fInfo.width(), fInfo.height()); }
909 and alpha type of 'info'. A 'srcRect' that is not contained by the bounds of the image
942 width and height are not even. A 'srcRect' that is not contained by the bounds of the
1050 - Subset is not contained inside the image's bounds
1057 @param subset bounds of returned SkImage
1130 color, position, and size. subset is the bounds of original SkImage processed
1131 by filter. clipBounds is the expected bounds of the filtered SkImage. outSubset
1132 is required storage for the actual bounds of the filtered SkImage. offset is
1141 can be reused with different sized effects. outSubset describes the valid bounds
1147 @param subset bounds of SkImage processed by filter
1148 @param clipBounds expected bounds of filtered SkImage
1149 @param outSubset storage for returned SkImage bounds