Lines Matching defs:height
113 Pixel buffer size should be info height times computed rowBytes.
117 @param info width, height, SkColorType, SkAlphaType, SkColorSpace, of raster surface;
118 width, or height, or both, may be zero
137 width and height are zero or positive;
145 Pixel buffer size should be height times rowBytes.
148 @param height pixel row count on raster surface created; must be zero or greater
149 @param pixels pointer to destination pixels buffer; buffer size should be height
154 static std::unique_ptr<SkCanvas> MakeRasterDirectN32(int width, int height, SkPMColor* pixels,
156 return MakeRasterDirect(SkImageInfo::MakeN32Premul(width, height), pixels, rowBytes);
160 a width and height of zero.
178 @param height zero or greater
185 SkCanvas(int width, int height, const SkSurfaceProps* props = nullptr);
199 @param bitmap width, height, SkColorType, SkAlphaType, and pixel
229 @param bitmap width, height, SkColorType, SkAlphaType,
278 @return integral width and height of base layer
290 @param info width, height, SkColorType, SkAlphaType, and SkColorSpace
362 Source SkRect corners are (srcX, srcY) and (imageInfo().width(), imageInfo().height()).
363 Destination SkRect corners are (0, 0) and (dstInfo.width(), dstInfo.height()).
386 @param dstInfo width, height, SkColorType, and SkAlphaType of dstPixels
387 @param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger
399 Source SkRect corners are (srcX, srcY) and (imageInfo().width(), imageInfo().height()).
400 Destination SkRect corners are (0, 0) and (pixmap.width(), pixmap.height()).
436 Source SkRect corners are (srcX, srcY) and (imageInfo().width(), imageInfo().height()).
437 Destination SkRect corners are (0, 0) and (bitmap.width(), bitmap.height()).
471 Source SkRect corners are (0, 0) and (info.width(), info.height()).
473 (imageInfo().width(), imageInfo().height()).
497 @param info width, height, SkColorType, and SkAlphaType of pixels
498 @param pixels pixels to copy, of size info.height() times rowBytes, or larger
509 Source SkRect corners are (0, 0) and (bitmap.width(), bitmap.height()).
512 (imageInfo().width(), imageInfo().height()).
1205 or SkPaint::kButt_Cap, each point draws a square of width and height
1236 draw a square of width and height SkPaint stroke width.
1252 draw a square of width and height SkPaint stroke width.
1430 If rx plus ry exceeds rect width or rect height, radii are scaled down to fit.
2215 * @return {width, height}, if return {0, 0}, witch means something error.