Home
last modified time | relevance | path

Searched refs:first_contour (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/gltt/gltt-2.5.2/
H A DGLTTGlyphPolygonizer.C199 GLTTboolean first_contour= GLTT_FALSE; in polygonize() local
214 first_contour= GLTT_TRUE; in polygonize()
220 if( first_contour ) in polygonize()
223 first_contour= GLTT_FALSE; in polygonize()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c527 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * this, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
538 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
544 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
585 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
711 int first_contour = this->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
714 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
720 t1_hinter__fix_subglyph_contour_signs(this, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c527 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * this, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
538 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
544 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
585 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
711 int first_contour = this->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
714 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
720 t1_hinter__fix_subglyph_contour_signs(this, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c528 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
539 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
545 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
586 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
712 int first_contour = self->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
715 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
721 t1_hinter__fix_subglyph_contour_signs(self, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c528 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
539 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
545 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
586 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
712 int first_contour = self->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
715 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
721 t1_hinter__fix_subglyph_contour_signs(self, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c529 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
540 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
546 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
587 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
713 int first_contour = self->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
716 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
722 t1_hinter__fix_subglyph_contour_signs(self, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c529 static void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_con… in t1_hinter__fix_subglyph_contour_signs() argument
540 if (first_contour == last_contour) { in t1_hinter__fix_subglyph_contour_signs()
546 for(i = first_contour; i <= last_contour; i++) { in t1_hinter__fix_subglyph_contour_signs()
587 isolated[j] = first_contour + i; in t1_hinter__fix_subglyph_contour_signs()
713 int first_contour = self->subglyph[i - 1]; in t1_hinter__fix_contour_signs() local
716 if (last_contour - first_contour >= MAX_NORMALIZING_CONTOURS) { in t1_hinter__fix_contour_signs()
722 t1_hinter__fix_subglyph_contour_signs(self, first_contour, last_contour); in t1_hinter__fix_contour_signs()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/
H A Dimgproc_c.h399 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour,