Home
last modified time | relevance | path

Searched refs:HPDF_COMP_IMAGE (Results 1 – 19 of 19) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_doc_png.c164 if (image && (pdf->compression_mode & HPDF_COMP_IMAGE)) in LoadPngImageFromStream()
H A Dhpdf_image_ccitt.c779 if (pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_Image_LoadRaw1BitImageFromMem()
H A Dhpdf_doc.c1671 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_LoadRawImageFromFile()
1703 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) { in HPDF_LoadRawImageFromMem()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_doc_png.c164 if (image && (pdf->compression_mode & HPDF_COMP_IMAGE)) in LoadPngImageFromStream()
H A Dhpdf_image_ccitt.c778 if (pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_Image_LoadRaw1BitImageFromMem()
H A Dhpdf_doc.c1672 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_LoadRawImageFromFile()
1704 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) { in HPDF_LoadRawImageFromMem()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_doc_png.c164 if (image && (pdf->compression_mode & HPDF_COMP_IMAGE)) in LoadPngImageFromStream()
H A Dhpdf_image_ccitt.c778 if (pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_Image_LoadRaw1BitImageFromMem()
H A Dhpdf_doc.c1672 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) in HPDF_LoadRawImageFromFile()
1704 if (image && pdf->compression_mode & HPDF_COMP_IMAGE) { in HPDF_LoadRawImageFromMem()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf_consts.pas76 HPDF_COMP_IMAGE = $02;
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf_consts.bas78 Public Const HPDF_COMP_IMAGE = &H2
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_consts.h76 #define HPDF_COMP_IMAGE 0x02 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf_consts.py78 HPDF_COMP_IMAGE =0x02 variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h76 #define HPDF_COMP_IMAGE 0x02 macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h76 #define HPDF_COMP_IMAGE 0x02 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf_consts.bi44 #define HPDF_COMP_IMAGE &h02
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs322 public const uint HPDF_COMP_IMAGE = 2; field in HPdf.HPdfDoc
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb274 Public Const HPDF_COMP_IMAGE As UInt32 = 2
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c3652 rb_define_const(rb_cHPDFDoc, "HPDF_COMP_IMAGE", INT2FIX(HPDF_COMP_IMAGE)); in Init_hpdf()