Searched refs:pattern_size (Results 1 – 12 of 12) sorted by relevance
41 if (dash->pattern_size == 0) in gx_path_add_dash_expansion()74 top:count = dash->pattern_size; in subpath_expand_dashes()109 count = dash->pattern_size; in subpath_expand_dashes()
174 else if (length != dash->pattern_size) in gx_set_dash()183 dash->pattern_size = length; in gx_set_dash()202 return pgs_lp->dash.pattern_size; in gs_currentdash_length()
430 for (i = 0; i < set->pattern_size; ++i) in dash_pattern_eq()445 int pattern_size = pis->line_params.dash.pattern_size; in gdev_vector_prepare_stroke() local449 if (pattern_size > max_dash) in gdev_vector_prepare_stroke()452 pattern_size != vdev->state.line_params.dash.pattern_size || in gdev_vector_prepare_stroke()453 (pattern_size != 0 && in gdev_vector_prepare_stroke()460 for (i = 0; i < pattern_size; ++i) in gdev_vector_prepare_stroke()463 (vdev, pattern, pattern_size, dash_offset); in gdev_vector_prepare_stroke()466 memcpy(vdev->dash_pattern, pattern, pattern_size * sizeof(float)); in gdev_vector_prepare_stroke()468 vdev->state.line_params.dash.pattern_size = pattern_size; in gdev_vector_prepare_stroke()
30 uint pattern_size; member
46 case 0: return ENUM_OBJ((plp->dash.pattern_size == 0 ?51 if (plp->dash.pattern_size) in RELOC_PTRS_WITH()
412 int n = cldev->imager_state.line_params.dash.pattern_size; in cmd_write_unknown()640 int pattern_size = pis->line_params.dash.pattern_size; in clist_stroke_path() local676 if (cdev->imager_state.line_params.dash.pattern_size != pattern_size || in clist_stroke_path()677 (pattern_size != 0 && in clist_stroke_path()679 pattern_size * sizeof(float))) || in clist_stroke_path()690 if (pattern_size > cmd_max_dash) in clist_stroke_path()701 pis->line_params.dash.pattern_size, in clist_stroke_path()762 if (pattern_size || expansion_code < 0 ) { in clist_stroke_path()
175 cgm_vdc pattern_size[4]; member
914 st->pattern_size[0] = *x_height; in cgm_PATTERN_SIZE()915 st->pattern_size[1] = *y_height; in cgm_PATTERN_SIZE()916 st->pattern_size[2] = *x_width; in cgm_PATTERN_SIZE()917 st->pattern_size[3] = *y_width; in cgm_PATTERN_SIZE()
186 for (i = 0; i < pgs->line_params.dash.pattern_size; ++i) in scale_dash_pattern()
295 int dash_count = pgs_lp->dash.pattern_size; in gx_stroke_path_only_aux()357 int count = pgs_lp->dash.pattern_size; in gx_stroke_path_only_aux()
858 pfrom->line_params.dash.pattern_size, in gstate_copy_dash()
2124 pdev->state.line_params.dash.pattern_size = -1; in pdf_text_process()