Lines Matching defs:height

55     SkImage width and height are greater than zero. Creating an SkImage with zero width
56 or height returns SkImage equal to nullptr.
96 @param info contains width, height, SkAlphaType, SkColorType, SkColorSpace
222 @param height height 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
267 @param height height 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
581 @return pixel height in SkImage
583 int height() const { return fInfo.height(); }
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
811 @param srcY row index whose absolute value is less than height()
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().
849 @param srcY row index whose absolute value is less than height()
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