cairo_image_surface_get_data— Description说明 cairo_image_surface_get_data ( CairoImageSurface $surface ) : string The function description goes here. Warning 本函数还未编写文档,仅有参数列表。参数 surface Description... 返回值 What is returned on success and failure 错误/异常 When does this ...
cairo_data =cairo_image_surface_get_data(xfer) +//...这里部分代码省略... 开发者ID:Anstep,项目名称:gimp,代码行数:101,代码来源:gimpdisplayshell-render.c 示例2: cairo_image_surface_get_data ▲点赞 6▼ unsignedchar* LcCairoPainter::data() {returncairo_image_surface_get_data(_surface); }...
width :=int(C.cairo_image_surface_get_width(surface)) height :=int(C.cairo_image_surface_get_height(surface)) stride :=int(C.cairo_image_surface_get_stride(surface)) format := C.cairo_image_surface_get_format(surface) dataPtr := C.cairo_image_surface_get_data(surface) data := C.Go...