Lines Matching defs:height
55 int height;
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);
601 .field("height", &SimpleImageInfo::height)
616 .function("height", &SkSurface::height)