Lines Matching defs:width

55     SkImage width and height are greater than zero. Creating an SkImage with zero width
96 @param info contains width, height, SkAlphaType, SkColorType, SkColorSpace
221 @param width width of full SkImage
227 int width, int height,
235 /** Creates SkImage from picture. Returned SkImage width and height are set by dimensions.
242 @param dimensions width and height
266 @param width width of full SkImage
275 int width, int height,
462 GrBackendFormat, width, height, and GrMipmapped state. The resulting SkImage can be drawn
477 @param dimensions width & height of promised gpu texture
566 /** Returns a SkImageInfo describing the width, height, color type, alpha type, and color space
575 @return pixel width in SkImage
577 int width() const { return fInfo.width(); }
585 /** Returns SkISize { width(), height() }.
587 @return integral size of width() and height()
589 SkISize dimensions() const { return SkISize::Make(fInfo.width(), fInfo.height()); }
591 /** Returns SkIRect { 0, 0, width(), height() }.
593 @return integral rectangle from origin to width() and height()
595 SkIRect bounds() const { return SkIRect::MakeWH(fInfo.width(), fInfo.height()); }
783 and does not exceed SkImage (width(), height()).
785 dstInfo specifies width, height, SkColorType, SkAlphaType, and SkColorSpace of
800 false if width() or height() is zero or negative.
801 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height().
807 @param dstInfo destination width, height, SkColorType, SkAlphaType, SkColorSpace
810 @param srcX column index whose absolute value is less than width()
823 does not exceed SkImage (width(), height()).
825 dst specifies width, height, SkColorType, SkAlphaType, SkColorSpace, pixel storage,
840 false if width() or height() is zero or negative.
841 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height().
848 @param srcX column index whose absolute value is less than width()
940 planes ordered y, u, v. The u and v planes are half the width and height of the resized
942 width and height are not even. A 'srcRect' that is not contained by the bounds of the
975 /** Copies SkImage to dst, scaling pixels to fit dst.width() and dst.height(), and