Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h513 int cv_width, cv_height; member
544 int cv_width, cv_height; member
576 int cv_width, cv_height; member
604 int cv_width, cv_height; member
622 int cv_width, cv_height; member
H A Dnoprefs.c154 static int cv_height; /* in charview.c */ variable
303 { "DefaultCVHeight", pr_int, &cv_height, NULL, NULL, '\0', NULL, 1, NULL },
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dsearchview.c323 if ( width!=sv->cv_width || height!=sv->cv_height ) { in SVResize()
326 sv->cv_width = width; sv->cv_height = height; in SVResize()
376 r.width = sv->cv_width+1; r.height = sv->cv_height+1; in SVDraw()
705 gcd[k].gd.pos.x = 5; gcd[k].gd.pos.y = GDrawPixelsToPoints(NULL,sv->cv_y+sv->cv_height+8); in SVCreate()
H A Dtilepath.c768 if ( width!=tpd->cv_width || height!=tpd->cv_height ) { in TPDSubResize()
769 tpd->cv_width = width; tpd->cv_height = height; in TPDSubResize()
1453 if ( width!=tpd->cv_width || height!=tpd->cv_height ) { in PTDSubResize()
1454 tpd->cv_width = width; tpd->cv_height = height; in PTDSubResize()
H A Dmath.c1256 if ( width!=mkd->cv_width || height!=mkd->cv_height ) { in MKDSubResize()
1257 mkd->cv_width = width; mkd->cv_height = height; in MKDSubResize()
1292 r.width = mkd->cv_width+1; r.height = mkd->cv_height+1; in MKDDraw()
H A Dcvstroke.c434 if ( width!=sd->cv_width || height!=sd->cv_height ) { in Stroke_SubResize()
435 sd->cv_width = width; sd->cv_height = height; in Stroke_SubResize()
1414 if ( width!=gdd->cv_width || height!=gdd->cv_height ) { in GDDSubResize()
1415 gdd->cv_width = width; gdd->cv_height = height; in GDDSubResize()
H A Dprefs.c164 extern int cv_height; /* in charview.c */
453 { "DefaultCVHeight", pr_int, &cv_height, NULL, NULL, '\0', NULL, 1, NULL },
H A Dcharview.c99 int cv_height = default_cv_height; variable
6035 if ( cv->b.container == NULL && ( cv_width!=size.width || cv_height!=size.height )) { in CVResize()
6037 cv_height = size.height; in CVResize()
12915 pos.height = (cv_height > 0) ? cv_height : default_cv_height; in CharViewCreateExtended()
13196 sv->cv_height = pos.height; sv->cv_width = pos.width; in SVCharViewInits()
13232 mkd->cv_height = pos.height; mkd->cv_width = pos.width; in MKDCharViewInits()
13267 tpd->cv_height = pos.height; tpd->cv_width = pos.width; in TPDCharViewInits()
13298 tpd->cv_height = pos.height; tpd->cv_width = pos.width; in PTDCharViewInits()