Home
last modified time | relevance | path

Searched refs:SplashIntersect (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashXPathScanner.h39 struct SplashIntersect struct
105 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
107 typedef std::vector<SplashIntersect> IntersectionLine;
125 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
127 typedef std::vector<SplashIntersect> IntersectionLine;
H A DSplashXPathScanner.cc135 for (const SplashIntersect &intersect : line) { in getSpanBounds()
317 …std::sort(line.begin(), line.end(), [](const SplashIntersect i0, const SplashIntersect i1) { retur… in computeIntersections()
323 SplashIntersect intersect; in addIntersection()
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashXPathScanner.h39 struct SplashIntersect struct
105 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
107 typedef std::vector<SplashIntersect> IntersectionLine;
125 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
127 typedef std::vector<SplashIntersect> IntersectionLine;
H A DSplashXPathScanner.cc135 for (const SplashIntersect &intersect : line) { in getSpanBounds()
317 …std::sort(line.begin(), line.end(), [](const SplashIntersect i0, const SplashIntersect i1) { retur… in computeIntersections()
323 SplashIntersect intersect; in addIntersection()
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashXPathScanner.h39 struct SplashIntersect struct
105 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
107 typedef std::vector<SplashIntersect> IntersectionLine;
125 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
127 typedef std::vector<SplashIntersect> IntersectionLine;
H A DSplashXPathScanner.cc135 for (const SplashIntersect &intersect : line) { in getSpanBounds()
317 …std::sort(line.begin(), line.end(), [](const SplashIntersect i0, const SplashIntersect i1) { retur… in computeIntersections()
323 SplashIntersect intersect; in addIntersection()
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashXPathScanner.h39 struct SplashIntersect struct
105 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
107 typedef std::vector<SplashIntersect> IntersectionLine;
125 typedef boost::container::small_vector<SplashIntersect, 4> IntersectionLine;
127 typedef std::vector<SplashIntersect> IntersectionLine;
H A DSplashXPathScanner.cc135 for (const SplashIntersect &intersect : line) { in getSpanBounds()
317 …std::sort(line.begin(), line.end(), [](const SplashIntersect i0, const SplashIntersect i1) { retur… in computeIntersections()
323 SplashIntersect intersect; in addIntersection()
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashXPathScanner.cc21 struct SplashIntersect { struct
27 return ((SplashIntersect *)p0)->x0 - ((SplashIntersect *)p1)->x0; in cmpIntersect() argument
229 inter = (SplashIntersect *)greallocn(inter, interSize, in computeIntersections()
230 sizeof(SplashIntersect)); in computeIntersections()
280 qsort(inter, interLen, sizeof(SplashIntersect), &cmpIntersect); in computeIntersections()
H A DSplashXPathScanner.h19 struct SplashIntersect;
69 SplashIntersect *inter; // intersections array for <interY>
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashXPathScanner.cc40 struct SplashIntersect { struct
47 bool operator()(const SplashIntersect &i0, const SplashIntersect &i1) { in operator ()() argument
261 allInter = (SplashIntersect *)gmallocn(allInterSize, in computeIntersections()
262 sizeof(SplashIntersect)); in computeIntersections()
350 …unsigned int newInterSize = ((unsigned int) allInterSize * 2 > INT_MAX / sizeof(SplashIntersect)) … in addIntersection()
351 if (newInterSize >= INT_MAX / sizeof(SplashIntersect)) { in addIntersection()
356 allInter = (SplashIntersect *)greallocn(allInter, newInterSize, in addIntersection()
357 sizeof(SplashIntersect)); in addIntersection()
H A DSplashXPathScanner.h32 struct SplashIntersect;
97 SplashIntersect *allInter; // array of intersections
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashXPathScanner.cc40 struct SplashIntersect { struct
47 bool operator()(const SplashIntersect &i0, const SplashIntersect &i1) { in operator ()() argument
261 allInter = (SplashIntersect *)gmallocn(allInterSize, in computeIntersections()
262 sizeof(SplashIntersect)); in computeIntersections()
350 …unsigned int newInterSize = ((unsigned int) allInterSize * 2 > INT_MAX / sizeof(SplashIntersect)) … in addIntersection()
351 if (newInterSize >= INT_MAX / sizeof(SplashIntersect)) { in addIntersection()
356 allInter = (SplashIntersect *)greallocn(allInter, newInterSize, in addIntersection()
357 sizeof(SplashIntersect)); in addIntersection()
H A DSplashXPathScanner.h32 struct SplashIntersect;
97 SplashIntersect *allInter; // array of intersections
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashXPathScanner.cc40 struct SplashIntersect { struct
47 bool operator()(const SplashIntersect &i0, const SplashIntersect &i1) { in operator ()() argument
261 allInter = (SplashIntersect *)gmallocn(allInterSize, in computeIntersections()
262 sizeof(SplashIntersect)); in computeIntersections()
350 …unsigned int newInterSize = ((unsigned int) allInterSize * 2 > INT_MAX / sizeof(SplashIntersect)) … in addIntersection()
351 if (newInterSize >= INT_MAX / sizeof(SplashIntersect)) { in addIntersection()
356 allInter = (SplashIntersect *)greallocn(allInter, newInterSize, in addIntersection()
357 sizeof(SplashIntersect)); in addIntersection()
H A DSplashXPathScanner.h32 struct SplashIntersect;
97 SplashIntersect *allInter; // array of intersections
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplashXPathScanner.cc23 struct SplashIntersect { struct
29 return ((SplashIntersect *)p0)->x0 - ((SplashIntersect *)p1)->x0; in cmpIntersect() argument
239 inter = (SplashIntersect *)greallocn(inter, interSize, in computeIntersections()
240 sizeof(SplashIntersect)); in computeIntersections()
290 qsort(inter, interLen, sizeof(SplashIntersect), &cmpIntersect); in computeIntersections()
H A DSplashXPathScanner.h20 struct SplashIntersect;
82 SplashIntersect *inter; // intersections array for <interY>
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashXPathScanner.h18 struct SplashIntersect;
80 SplashIntersect *inter; // intersections array for <interY>
H A DSplashXPathScanner.cc39 struct SplashIntersect { struct
44 static bool cmpIntersect(const SplashIntersect &p0, const SplashIntersect &p1) { in cmpIntersect() argument
255 inter = (SplashIntersect *)greallocn(inter, interSize, in computeIntersections()
256 sizeof(SplashIntersect)); in computeIntersections()