Home
last modified time | relevance | path

Searched refs:rotate_flag (Results 1 – 25 of 37) sorted by relevance

12

/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dcairo-label-path.c70 gboolean rotate_flag, in gl_cairo_label_path() argument
82 gl_cairo_rect_label_path (cr, template, rotate_flag, waste_flag); in gl_cairo_label_path()
94 gl_cairo_cd_label_path (cr, template, rotate_flag, waste_flag); in gl_cairo_label_path()
112 gboolean rotate_flag, in gl_cairo_rect_label_path() argument
127 if (rotate_flag) in gl_cairo_rect_label_path()
171 gboolean rotate_flag, in gl_cairo_ellipse_label_path() argument
182 if (rotate_flag) in gl_cairo_ellipse_label_path()
212 gboolean rotate_flag, in gl_cairo_round_label_path() argument
223 if (rotate_flag) in gl_cairo_round_label_path()
255 gboolean rotate_flag, in gl_cairo_cd_label_path() argument
[all …]
H A Dmini-label-preview.c46 gboolean rotate_flag; member
150 gboolean rotate_flag) in gl_mini_label_preview_set_by_name() argument
160 this->priv->rotate_flag = rotate_flag; in gl_mini_label_preview_set_by_name()
254 if (this->priv->rotate_flag) in draw_preview()
277 gl_cairo_label_path (cr, this->priv->template, this->priv->rotate_flag, FALSE); in draw_preview()
286 gl_cairo_label_path (cr, this->priv->template, this->priv->rotate_flag, FALSE); in draw_preview()
H A Dlabel-properties-dialog.c106 gboolean rotate_flag; in gl_label_properties_dialog_rotation_cb() local
112 rotate_flag = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->priv->rotated_orientation)); in gl_label_properties_dialog_rotation_cb()
113 gl_mini_preview_set_rotate (GL_MINI_PREVIEW (dialog->priv->preview), rotate_flag); in gl_label_properties_dialog_rotation_cb()
114 gl_label_set_rotate_flag (dialog->priv->label, rotate_flag, TRUE); in gl_label_properties_dialog_rotation_cb()
308 gboolean rotate_flag; in gl_label_properties_dialog_construct() local
402 rotate_flag = gl_label_get_rotate_flag (label); in gl_label_properties_dialog_construct()
403 if (rotate_flag) in gl_label_properties_dialog_construct()
408 gl_mini_preview_set_rotate (GL_MINI_PREVIEW (dialog->priv->preview), rotate_flag); in gl_label_properties_dialog_construct()
H A Dfile.c48 static gboolean rotate_flag = FALSE; variable
100 gl_new_label_dialog_set_rotate_state (GL_NEW_LABEL_DIALOG (dialog), rotate_flag); in gl_file_new()
133 rotate_flag = gl_new_label_dialog_get_rotate_state (GL_NEW_LABEL_DIALOG (dialog)); in new_complete()
139 gl_label_set_rotate_flag (label, rotate_flag, FALSE); in new_complete()
192 gboolean rotate_flag; in gl_file_choose_properties() local
210 rotate_flag = gl_label_get_rotate_flag (label); in gl_file_choose_properties()
223 gl_new_label_dialog_set_rotate_state (GL_NEW_LABEL_DIALOG (dialog), rotate_flag); in gl_file_choose_properties()
254 rotate_flag = gl_new_label_dialog_get_rotate_state (GL_NEW_LABEL_DIALOG (dialog)); in properties_choose_complete()
261 gl_label_set_rotate_flag (label, rotate_flag, TRUE); in properties_choose_complete()
H A Dprint.c58 gboolean rotate_flag; member
334 gboolean rotate_flag; in print_info_new() local
341 rotate_flag = gl_label_get_rotate_flag (label); in print_info_new()
357 pi->rotate_flag = rotate_flag; in print_info_new()
521 if (pi->rotate_flag) { in print_label()
H A Dview.c765 gboolean rotate_flag; in draw_bg_layer() local
773 rotate_flag = gl_label_get_rotate_flag (view->label); in draw_bg_layer()
777 gl_cairo_label_path (cr, template, rotate_flag, FALSE); in draw_bg_layer()
783 gl_cairo_label_path (cr, template, rotate_flag, FALSE); in draw_bg_layer()
798 gboolean rotate_flag; in draw_grid_layer() local
813 rotate_flag = gl_label_get_rotate_flag (view->label); in draw_grid_layer()
868 gboolean rotate_flag; in draw_markup_layer() local
885 if (rotate_flag) in draw_markup_layer()
929 gboolean rotate_flag; in draw_fg_layer() local
935 rotate_flag = gl_label_get_rotate_flag (view->label); in draw_fg_layer()
[all …]
H A Dcairo-label-path.h31 gboolean rotate_flag,
H A Dmini-preview.c81 gboolean rotate_flag; member
430 gboolean rotate_flag) in gl_mini_preview_set_rotate() argument
432 if ( rotate_flag != this->priv->rotate_flag ) in gl_mini_preview_set_rotate()
434 this->priv->rotate_flag = rotate_flag; in gl_mini_preview_set_rotate()
1075 if ( this->priv->rotate_flag ) in draw_arrow()
H A Dmini-label-preview.h62 gboolean rotate_flag);
H A Dlabel.c58 gboolean rotate_flag; member
118 gboolean rotate_flag; member
274 label->priv->rotate_flag = FALSE; in gl_label_init()
635 gboolean rotate_flag, in gl_label_set_rotate_flag() argument
642 if (rotate_flag != label->priv->rotate_flag) in gl_label_set_rotate_flag()
649 label->priv->rotate_flag = rotate_flag; in gl_label_set_rotate_flag()
665 return label->priv->rotate_flag; in gl_label_get_rotate_flag()
693 if (!label->priv->rotate_flag) in gl_label_get_size()
2553 gl_label_set_rotate_flag (label_copy, label->priv->rotate_flag, FALSE); in gl_label_copy_selection()
3546 state->rotate_flag = this->priv->rotate_flag; in state_new()
[all …]
H A Dxml-label-04.c69 gboolean rotate_flag; in gl_xml_label_04_parse() local
83 rotate_flag = lgl_xml_get_prop_boolean (root, "rotate", FALSE); in gl_xml_label_04_parse()
84 gl_label_set_rotate_flag (label, rotate_flag, FALSE); in gl_xml_label_04_parse()
H A Dmini-preview.h90 gboolean rotate_flag);
H A Dxml-label.c393 gboolean rotate_flag; in xml_parse_objects() local
398 rotate_flag = lgl_xml_get_prop_boolean (node, "rotate", FALSE); in xml_parse_objects()
399 gl_label_set_rotate_flag (label, rotate_flag, FALSE); in xml_parse_objects()
1279 gboolean rotate_flag; in xml_create_objects() local
1286 rotate_flag = gl_label_get_rotate_flag (label); in xml_create_objects()
1291 lgl_xml_set_prop_boolean (node, "rotate", rotate_flag); in xml_create_objects()
/dports/net/proxy-suite/proxy-suite-1.9.2.4/ftp-proxy/
H A Dftp-main.c117 static int rotate_flag = 0; /* Log file rotation request */ variable
170 rotate_flag = 1; in main_signal()
370 if (rotate_flag) { in main()
371 rotate_flag = 0; in main()
/dports/chinese/gb2ps/GB2PS/
H A Dgbchar.c26 int rotate_flag=FALSE; variable
440 rotate_flag=(!rotate_flag); in readchar()
441 if (rotate_flag==FALSE) { in readchar()
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_text.cpp106 bool rotate_flag = false; in drawGlyph() local
107 …if ( info->getTateyokoMode() == FontInfo::TATE_MODE && IS_ROTATION_REQUIRED(text) ) rotate_flag = … in drawGlyph()
114 if ( rotate_flag ) dst_rect.x += miny - minx; in drawGlyph()
132 if (rotate_flag){ in drawGlyph()
142 … cache_info->blendText( tmp_surface_s, dst_rect_s.x, dst_rect_s.y, scolor, clip, rotate_flag ); in drawGlyph()
145 alphaBlendText( dst_surface, dst_rect_s, tmp_surface_s, scolor, clip, rotate_flag ); in drawGlyph()
149 if (rotate_flag){ in drawGlyph()
159 cache_info->blendText( tmp_surface, dst_rect.x, dst_rect.y, color, clip, rotate_flag ); in drawGlyph()
162 alphaBlendText( dst_surface, dst_rect, tmp_surface, color, clip, rotate_flag ); in drawGlyph()
H A DAnimationInfo.h148 SDL_Color &color, SDL_Rect *clip, bool rotate_flag );
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_text.cpp106 bool rotate_flag = false; in drawGlyph() local
107 …if ( info->getTateyokoMode() == FontInfo::TATE_MODE && IS_ROTATION_REQUIRED(text) ) rotate_flag = … in drawGlyph()
114 if ( rotate_flag ) dst_rect.x += miny - minx; in drawGlyph()
132 if (rotate_flag){ in drawGlyph()
142 … cache_info->blendText( tmp_surface_s, dst_rect_s.x, dst_rect_s.y, scolor, clip, rotate_flag ); in drawGlyph()
145 alphaBlendText( dst_surface, dst_rect_s, tmp_surface_s, scolor, clip, rotate_flag ); in drawGlyph()
149 if (rotate_flag){ in drawGlyph()
159 cache_info->blendText( tmp_surface, dst_rect.x, dst_rect.y, color, clip, rotate_flag ); in drawGlyph()
162 alphaBlendText( dst_surface, dst_rect, tmp_surface, color, clip, rotate_flag ); in drawGlyph()
H A DAnimationInfo.h148 SDL_Color &color, SDL_Rect *clip, bool rotate_flag );
H A DONScripter_image.cpp375 … SDL_Surface *src_surface, SDL_Color &color, SDL_Rect *clip, bool rotate_flag ) in alphaBlendText() argument
415 if (!rotate_flag){ in alphaBlendText()
446 if (!rotate_flag){ in alphaBlendText()
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dtroff.cpp425 int rotate_flag = 0; in text() local
427 rotate_flag = 1; in text()
462 if (rotate_flag) in text()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dtroff.cc425 int rotate_flag = 0; in text() local
427 rotate_flag = 1; in text()
462 if (rotate_flag) in text()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dencoder.c1268 static int rotate_flag = 0; variable
1274 rotate_flag = 1; in tc_outstream_rotate_request()
1282 if (!rotate_flag) in tc_outstream_rotate()
1286 rotate_flag=0; in tc_outstream_rotate()
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DAnimationInfo.h205 SDL_Color &color, SDL_Rect* clip, bool rotate_flag=false);
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dhpgl.c406 rotate_flag = FALSE; in reset_HPGL()
407 if (rotate_flag) { in reset_HPGL()
467 rotate_flag = (rot_ang != 0.0) ? TRUE : FALSE; in init_HPGL()
468 if (rotate_flag) { in init_HPGL()
629 if (rotate_flag) { in HPGL_Pt_to_polygon()
1247 if (rotate_flag) { /* hp2xx-specific global rotation */ in Pen_action_to_tmpfile()
2968 if (rotate_flag) { /* hp2xx-specific global rotation */ in read_HPGL_cmd()
3000 if (rotate_flag) { in read_HPGL_cmd()
3198 if (rotate_flag && !ps_flag) { in read_HPGL_cmd()
3497 rotate_flag = 1; in read_HPGL_cmd()
[all …]

12