Home
last modified time | relevance | path

Searched defs:image_private (Results 1 – 11 of 11) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/cpp/
H A Dpoppler-image.h28 class image_private; variable
66 friend class image_private; variable
H A Dpoppler-image.cpp70 image_private::image_private(int iwidth, int iheight, image::format_enum iformat) in image_private() function in image_private
/dports/graphics/poppler/poppler-21.12.0/cpp/
H A Dpoppler-image.h28 class image_private; variable
69 friend class image_private; variable
H A Dpoppler-image.cpp108 image_private::image_private(int iwidth, int iheight, image::format_enum iformat) : ref(1), data(nu… in image_private() function in image_private
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/
H A Dpoppler-image.h28 class image_private; variable
69 friend class image_private; variable
H A Dpoppler-image.cpp108 image_private::image_private(int iwidth, int iheight, image::format_enum iformat) : ref(1), data(nu… in image_private() function in image_private
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/
H A Dpoppler-image.h28 class image_private; variable
69 friend class image_private; variable
H A Dpoppler-image.cpp108 image_private::image_private(int iwidth, int iheight, image::format_enum iformat) : ref(1), data(nu… in image_private() function in image_private
/dports/graphics/poppler-utils/poppler-21.12.0/cpp/
H A Dpoppler-image.h28 class image_private; variable
69 friend class image_private; variable
H A Dpoppler-image.cpp108 image_private::image_private(int iwidth, int iheight, image::format_enum iformat) : ref(1), data(nu… in image_private() function in image_private
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A Dgdkdrawable-directfb.c956 GdkImageDirectFB *image_private; in gdk_directfb_draw_image() local