Lines Matching defs:width
83 state such as color, SkTypeface, text size, stroke width, SkShader and so on.
107 rowBytes is zero or large enough to contain info width pixels of SkColorType.
109 Pass zero for rowBytes to compute rowBytes from info width and size of pixel.
111 info width times bytes required for SkColorType.
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;
139 rowBytes is zero or large enough to contain width pixels of kN32_SkColorType.
141 Pass zero for rowBytes to compute rowBytes from width and size of pixel.
143 width times bytes required for SkColorType.
147 @param width pixel column count on raster surface created; must be zero or greater
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.
177 @param width 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
388 @param dstRowBytes size of one destination row; dstInfo.width() times pixel size, 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
499 @param rowBytes size of one row of pixels; info.width() times pixel size, or larger
509 Source SkRect corners are (0, 0) and (bitmap.width(), bitmap.height()).
512 (imageInfo().width(), imageInfo().height()).
1204 circle of diameter SkPaint stroke width. If paint is set to SkPaint::kSquare_Cap
1205 or SkPaint::kButt_Cap, each point draws a square of width and height
1206 SkPaint stroke width.
1215 Each line segment respects paint SkPaint::Cap and SkPaint stroke width.
1235 SkPaint stroke width. If paint is set to SkPaint::kSquare_Cap or SkPaint::kButt_Cap,
1236 draw a square of width and height SkPaint stroke width.
1251 SkPaint stroke width. If paint is set to SkPaint::kSquare_Cap or SkPaint::kButt_Cap,
1252 draw a square of width and height SkPaint stroke width.
1263 In paint: SkPaint stroke width describes the line thickness;
1278 In paint: SkPaint stroke width describes the line thickness;
1292 if stroked, SkPaint stroke width describes the line thickness, and
1304 if stroked, SkPaint stroke width describes the line thickness, and
1318 if stroked, SkPaint stroke width describes the line thickness, and
1330 if stroked, SkPaint stroke width describes the line thickness.
1341 if stroked, SkPaint stroke width describes the line thickness.
1357 if stroked, SkPaint stroke width describes the line thickness.
1377 if stroked, SkPaint stroke width describes the line thickness.
1391 if stroked, SkPaint stroke width describes the line thickness.
1428 if stroked, SkPaint stroke width describes the line thickness.
1430 If rx plus ry exceeds rect width or rect height, radii are scaled down to fit.
1448 outside of fill; if stroked, SkPaint stroke width describes the line thickness,
1849 SkPaint miter limit, SkPaint::Cap, SkPaint::Join, and SkPaint stroke width;
2215 * @return {width, height}, if return {0, 0}, witch means something error.