| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | scale.c | 207 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 D | dither.c | 93 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 D | brw_nir_attribute_workarounds.c | 61 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 D | brw_nir_attribute_workarounds.c | 68 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 D | Panner.c | 66 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 D | bitscale.c | 245 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 D | bitscale.c | 240 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 D | pshalgo.c | 2124 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 D | ffvertex_prog.c | 803 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 D | ffvertex_prog.c | 800 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 );
|