Home
last modified time | relevance | path

Searched refs:fz_pixmap_height (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.5/zathura-pdf-mupdf/
H A Dimage.c112 const int height = fz_pixmap_height(mupdf_page->ctx, pixmap); in pdf_page_image_get_cairo()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dpixmap.h34 int fz_pixmap_height(fz_context *ctx, const fz_pixmap *pix);
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dpdfapp.c1012 app->imgh = fz_pixmap_height(app->ctx, app->image); in pdfapp_showpage()
1048 app->imgh = fz_pixmap_height(app->ctx, app->image); in pdfapp_showpage()
1896 imgh = fz_pixmap_height(app->ctx, app->image); in pdfapp_onmouse()
1923 newy = -fz_pixmap_height(app->ctx, app->image); in pdfapp_onmouse()
2037 app->imgh = fz_pixmap_height(app->ctx, app->image); in pdfapp_postblit()
H A Dx11_main.c422 image_h = fz_pixmap_height(gapp.ctx, gapp.image); in winresize()
522 int image_h = fz_pixmap_height(gapp.ctx, gapp.image); in winblit()
H A Dwin_main.c794 int image_h = fz_pixmap_height(gapp.ctx, gapp.image); in winblit()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dpixmap.c230 fz_pixmap_height(fz_context *ctx, const fz_pixmap *pix) in fz_pixmap_height() function