Home
last modified time | relevance | path

Searched refs:horizontalResolution (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DVideoSampleEntry.java36 private int horizontalResolution; field in VideoSampleEntry
48 int getHorizontalResolution() { return horizontalResolution; } in getHorizontalResolution()
60 horizontalResolution = source.readInt(); in readFields()
80 result.append("\n" + indentation + " horizontal_resolution = " + horizontalResolution); in toString()
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dpsmodel.cpp80 QImage PsPage::render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRec… in render() argument
92 xscale = horizontalResolution / 72.0; in render()
98 yscale = horizontalResolution / 72.0; in render()
H A Dimagemodel.cpp62 QImage ImagePage::render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, Q… in render() argument
66 transform.scale(horizontalResolution / dotsPerInchX(m_image), in render()
H A Dimagemodel.h43 …QImage render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRect bound…
H A Dfitzmodel.h56 …QImage render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRect bound…
H A Dpsmodel.h55 …QImage render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRect bound…
H A Ddjvumodel.h54 …QImage render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRect bound…
H A Dfitzmodel.cpp121 QImage FitzPage::render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QR… in render() argument
127 fz_scale(&matrix, horizontalResolution / 72.0f, verticalResolution / 72.0f); in render()
H A Ddjvumodel.cpp526 QImage DjVuPage::render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QR… in render() argument
587 pagerect.w = qRound(horizontalResolution / m_resolution * m_size.width()); in render()
592 pagerect.w = qRound(horizontalResolution / m_resolution * m_size.height()); in render()
H A Dpdfmodel.h111 …QImage render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRect bound…
H A Dmodel.h126 …virtual QImage render(qreal horizontalResolution = 72.0, qreal verticalResolution = 72.0, Rotation…
H A Dpdfmodel.cpp455 QImage PdfPage::render(qreal horizontalResolution, qreal verticalResolution, Rotation rotation, QRe… in render() argument
491 return m_page->renderToImage(horizontalResolution, verticalResolution, x, y, w, h, rotate); in render()
/dports/graphics/libwpg03/libwpg-0.3.3/src/lib/
H A DWPGBitmap.h42 …WPGBitmap(int width, int height, int verticalResolution, int horizontalResolution, bool verticalFl…
H A DWPGBitmap.cpp84 libwpg::WPGBitmap::WPGBitmap(int w, int h, int verticalResolution, int horizontalResolution, bool v… in WPGBitmap() argument
90 d->hRes = horizontalResolution; in WPGBitmap()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/BMP/src/
H A DitkBMPImageIO.cxx864 const auto horizontalResolution = Math::Round< unsigned int >(1000.0 / m_Spacing[0]); in Write() local
867 this->Write32BitsInteger(horizontalResolution); in Write()
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dfontgrid.h244 gint32 horizontalResolution,
H A Dfontgrid.c2581 gint32 bitsPerPixel, gint32 horizontalResolution, in fontgrid_newv() argument
2599 fw->hres = horizontalResolution; in fontgrid_newv()
/dports/lang/seed7/seed7/lib/
H A Dbmp.s7i78 var integer: horizontalResolution is 0;
151 writeln("horizontalResolution: " <& header.horizontalResolution);
193 header.horizontalResolution := bytes2Int(stri[21 len 4], UNSIGNED, LE);
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/
H A DChangeLog126 nfo:horizontalResolution
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgpimage.c381 REAL horizontalResolution; in test_getImageHorizontalResolution() local
384 status = GdipGetImageHorizontalResolution (NULL, &horizontalResolution); in test_getImageHorizontalResolution()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DImageCompression.pas4649 horizontalResolution: Fixed;
5039 function GraphicsExportSetResolution( ci: GraphicsExportComponent; horizontalResolution: Fixed; ver… in GraphicsExportSetResolution()
5052 function GraphicsExportGetResolution( ci: GraphicsExportComponent; var horizontalResolution: Fixed;… in GraphicsExportGetResolution()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/data/ontology/
H A Dnfo.trig57 nfo: {nfo:horizontalResolution
61 rdfs:label "horizontalResolution" ;
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nfo/
H A Dnfo.trig.in57 nfo: {nfo:horizontalResolution
61 rdfs:label "horizontalResolution" ;
/dports/sysutils/tracker3/tracker-3.1.2/src/ontologies/nepomuk/
H A D33-nfo.ontology675 nfo:horizontalResolution a rdf:Property ;
676 rdfs:label "horizontalResolution" ;
/dports/sysutils/tracker/tracker-2.3.4/src/ontologies/nepomuk/
H A D33-nfo.ontology681 nfo:horizontalResolution a rdf:Property ;
682 rdfs:label "horizontalResolution" ;

12