Home
last modified time | relevance | path

Searched refs:last_contour (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/gle/gle-3.1.0/src/
H A Dround_cap.c53 double *last_contour, *next_contour; in draw_round_style_cap_callback() local
112 last_contour = (double *) malloced_area; in draw_round_style_cap_callback()
113 next_contour = last_contour + 3*ncp; in draw_round_style_cap_callback()
121 last_contour[3*j] = cap[j][0]; in draw_round_style_cap_callback()
122 last_contour[3*j+1] = cap[j][1]; in draw_round_style_cap_callback()
140 last_contour[3*k] = cap[j][0]; in draw_round_style_cap_callback()
141 last_contour[3*k+1] = cap[j][1]; in draw_round_style_cap_callback()
165 last_contour [3*j+2] -= cap_z[j]; in draw_round_style_cap_callback()
168 last_contour [3*j+2] += cap_z[j]; in draw_round_style_cap_callback()
198 next_contour = last_contour; in draw_round_style_cap_callback()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/
H A Dpolytest.c214 contour->previous=tobj->last_contour; in store_polygon_as_contour()
215 tobj->last_contour->next=contour; in store_polygon_as_contour()
216 tobj->last_contour=contour; in store_polygon_as_contour()
498 tobj->last_contour=tobj->contours; in tess_find_contour_hierarchies()
647 tobj->last_contour->next=contour; in add_new_exterior()
648 tobj->last_contour=contour; in add_new_exterior()
662 if(tobj->last_contour==outer) in add_new_interior()
663 tobj->last_contour=contour; in add_new_interior()
928 hole->previous=tobj->last_contour; in cut_out_hole()
929 tobj->last_contour->next=hole; in cut_out_hole()
[all …]
H A Dtess.c67 tobj->contours=tobj->last_contour=NULL; in gluNewTess()
305 tobj->contours=tobj->last_contour=NULL; in delete_contours()
H A Dtess.h80 tess_contour *contours,*last_contour; member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/hello_pi/libs/vgfont/
H A Dvgft.c162 short last_contour = 0; in convert_outline() local
165 convert_contour(points + last_contour, tags + last_contour, contour - last_contour); in convert_outline()
166 last_contour = contour; in convert_outline()
168 assert(last_contour == points_count); in convert_outline()
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/src/hello_pi/libs/vgfont/
H A Dvgft.c162 short last_contour = 0; in convert_outline() local
165 convert_contour(points + last_contour, tags + last_contour, contour - last_contour); in convert_outline()
166 last_contour = contour; in convert_outline()
168 assert(last_contour == points_count); in convert_outline()
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/src/hello_pi/libs/vgfont/
H A Dvgft.c162 short last_contour = 0; in convert_outline() local
165 convert_contour(points + last_contour, tags + last_contour, contour - last_contour); in convert_outline()
166 last_contour = contour; in convert_outline()
168 assert(last_contour == points_count); in convert_outline()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c527 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * this, int first_contour, int last_contour) 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()
712 int last_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 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * this, int first_contour, int last_contour) 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()
712 int last_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 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_contour) 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()
713 int last_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 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_contour) 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()
713 int last_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 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_contour) 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()
714 int last_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 …c void t1_hinter__fix_subglyph_contour_signs(t1_hinter * self, int first_contour, int last_contour) 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()
714 int last_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()