Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.h279 double bboxYMin,
287 int bboxYMin,
297 int& bboxYMin,
H A Dpdfcreatecopy.cpp2692 int& bboxYMin, in ComputeIntBBox() argument
2701 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfSemiHeight); in ComputeIntBBox()
2720 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfMargin); in ComputeIntBBox()
2734 int bboxYMin, in WriteLink() argument
2752 …oDict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)… in WriteLink()
3032 double bboxYMin, 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.h279 double bboxYMin,
287 int bboxYMin,
297 int& bboxYMin,
H A Dpdfcreatecopy.cpp2692 int& bboxYMin, in ComputeIntBBox() argument
2701 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfSemiHeight); in ComputeIntBBox()
2720 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfMargin); in ComputeIntBBox()
2734 int bboxYMin, in WriteLink() argument
2752 …oDict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)… in WriteLink()
3032 double bboxYMin, 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.h279 double bboxYMin,
287 int bboxYMin,
297 int& bboxYMin,
H A Dpdfcreatecopy.cpp2692 int& bboxYMin, in ComputeIntBBox() argument
2701 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfSemiHeight); in ComputeIntBBox()
2720 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfMargin); in ComputeIntBBox()
2734 int bboxYMin, in WriteLink() argument
2752 …oDict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)… in WriteLink()
3032 double bboxYMin, 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
1084 bboxXMin = bboxYMin = (std::numeric_limits<double>::max)(); in computeTransformation()
1092 if (appPoint.y < bboxYMin) bboxYMin = appPoint.y; in computeTransformation()
1097 appY = bboxYMax - bboxYMin; in computeTransformation()
1130 bboxYMin = (std::numeric_limits<double>::max)(); in computeTransformation()
1134 if (appPoint.y < bboxYMin) bboxYMin = 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
2458 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - nImageHeight / 2); in WriteOGRFeature()
2477 bboxYMin = (int)floor(sEnvelope.MinY * adfMatrix[3] + adfMatrix[2] - dfMargin); in WriteOGRFeature()
2496 …oDict.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()