Home
last modified time | relevance | path

Searched refs:bboxYMax (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.h281 double bboxYMax);
289 int bboxYMax);
299 int& bboxYMax);
H A Dpdfcreatecopy.cpp2694 int& bboxYMax) in ComputeIntBBox() argument
2703 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfSemiHeight); in ComputeIntBBox()
2722 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfMargin); in ComputeIntBBox()
2736 int bboxYMax) in WriteLink() argument
2752 …Dict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)); in WriteLink()
3034 double bboxYMax) in WriteLabel() argument
3075 ->Add(bboxXMin).Add(bboxYMin)).Add(bboxXMax).Add(bboxYMax)) in WriteLabel()
3237 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteOGRFeature() local
3239 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
3242 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
[all …]
H A Dpdfcreatefromcomposition.cpp1882 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteVector() local
1884 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
1887 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.h281 double bboxYMax);
289 int bboxYMax);
299 int& bboxYMax);
H A Dpdfcreatecopy.cpp2694 int& bboxYMax) in ComputeIntBBox() argument
2703 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfSemiHeight); in ComputeIntBBox()
2722 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfMargin); in ComputeIntBBox()
2736 int bboxYMax) in WriteLink() argument
2752 …Dict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)); in WriteLink()
3034 double bboxYMax) in WriteLabel() argument
3075 ->Add(bboxXMin).Add(bboxYMin)).Add(bboxXMax).Add(bboxYMax)) in WriteLabel()
3237 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteOGRFeature() local
3239 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
3242 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
[all …]
H A Dpdfcreatefromcomposition.cpp1882 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteVector() local
1884 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
1887 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.h281 double bboxYMax);
289 int bboxYMax);
299 int& bboxYMax);
H A Dpdfcreatecopy.cpp2694 int& bboxYMax) in ComputeIntBBox() argument
2703 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfSemiHeight); in ComputeIntBBox()
2722 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfMargin); in ComputeIntBBox()
2736 int bboxYMax) in WriteLink() argument
2752 …Dict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)); in WriteLink()
3034 double bboxYMax) in WriteLabel() argument
3075 ->Add(bboxXMin).Add(bboxYMin)).Add(bboxXMax).Add(bboxYMax)) in WriteLabel()
3237 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteOGRFeature() local
3239 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
3242 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteOGRFeature()
[all …]
H A Dpdfcreatefromcomposition.cpp1882 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteVector() local
1884 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
1887 bboxXMin, bboxYMin, bboxXMax, bboxYMax); in WriteVector()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvrender/
H A Dtinbetween.cpp1083 double bboxXMin, bboxYMin, bboxXMax, bboxYMax; in computeTransformation() local
1085 bboxXMax = bboxYMax = -(std::numeric_limits<double>::max)(); in computeTransformation()
1093 if (appPoint.y > bboxYMax) bboxYMax = appPoint.y; in computeTransformation()
1097 appY = bboxYMax - bboxYMin; in computeTransformation()
1131 bboxYMax = -(std::numeric_limits<double>::max)(); in computeTransformation()
1135 if (appPoint.y > bboxYMax) bboxYMax = appPoint.y; in computeTransformation()
1139 : (bboxYMax - bboxYMin) / appY; in computeTransformation()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfcreatecopy.cpp2454 int bboxXMin, bboxYMin, bboxXMax, bboxYMax; in WriteOGRFeature() local
2460 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + nImageHeight / 2); in WriteOGRFeature()
2479 bboxYMax = (int)ceil(sEnvelope.MaxY * adfMatrix[3] + adfMatrix[2] + dfMargin); in WriteOGRFeature()
2496 …Dict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)); in WriteOGRFeature()
2550 poBBOX->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax). Add(bboxYMax); in WriteOGRFeature()