Searched refs:rescale (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dscale.c207 rescale (GtkWidget *may_be_null, app_t *app) function in typeref:typename:void
349 g_signal_connect (widget, "changed", G_CALLBACK (rescale), app);
386 g_signal_connect (app->scale_x_adjustment, "value_changed", G_CALLBACK (rescale), app);
387 g_signal_connect (app->scale_y_adjustment, "value_changed", G_CALLBACK (rescale), app);
388 g_signal_connect (app->rotate_adjustment, "value_changed", G_CALLBACK (rescale), app);
389 g_signal_connect (app->subsample_adjustment, "value_changed", G_CALLBACK (rescale), app);
413 "toggled", G_CALLBACK (rescale), app);
415 rescale (NULL, app);
H A Ddither.c93 rescale (GtkWidget *may_be_null, app_t *app) function in typeref:typename:void
184 g_signal_connect (widget, "changed", G_CALLBACK (rescale), app);
222 rescale (NULL, app);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c61 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); local in function:apply_attr_wa_instr
62 comps[i] = nir_channel(b, rescale ? scaled : val, i);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c68 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); local in function:apply_attr_wa_block
69 comps[i] = nir_channel(b, rescale ? scaled : val, i);
/xsrc/external/mit/libXaw/dist/src/
H A DPanner.c66 static void rescale(PannerWidget);
502 rescale(PannerWidget pw) function in typeref:typename:void
664 rescale(cnew); /* does a position check */
709 rescale((PannerWidget)gw);
816 rescale(cnew); /* does a scale_knob as well */
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c245 double rescale = (double)to->width / (double)from->width; local in function:ComputeScaleFactors
261 if (fabs(rescale * from->width - *dx * from->width) >= 10)
266 *rescale_x = rescale/(*dx);
267 *dx = rescale;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c240 double rescale = (double)to->width / (double)from->width; local in function:ComputeScaleFactors
256 if (fabs(rescale * from->width - *dx * from->width) >= 10)
261 *rescale_x = rescale/(*dx);
262 *dx = rescale;
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c2124 FT_Bool rescale = FALSE; local in function:ps_hints_apply
2132 rescale = TRUE;
2178 if ( rescale )
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c803 struct ureg rescale = register_param2(p, STATE_INTERNAL, local in function:get_transformed_normal
806 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c800 struct ureg rescale = register_param1(p, STATE_NORMAL_SCALE); local in function:get_transformed_normal
802 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale );

Completed in 19 milliseconds