Lines Matching defs:width
54 int width;
61 return SkImageInfo::Make(sii.width, sii.height, sii.colorType, sii.alphaType);
65 return (SimpleImageInfo){ii.width(), ii.height(), ii.colorType(), ii.alphaType()};
451 // The width and height of every frame.
492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) {
509 GrBackendRenderTarget target(width, height, 0, 8, info);
517 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, int width, int height) {
518 SkImageInfo info = SkImageInfo::MakeN32(width, height, SkAlphaType::kPremul_SkAlphaType);
600 .field("width", &SimpleImageInfo::width)
615 .function("width", &SkSurface::width)