Searched refs:adx (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-print.h | 70 static void smuggle_adxky_out(const char *string, int16_t **adx, double *ky, int *rtl, int *ndx, float scale);
|
H A D | emf-print.h | 70 static void smuggle_adxkyrtl_out(const char *string, uint32_t **adx, double *ky, int *rtl, int *ndx, float scale);
|
H A D | wmf-print.cpp | 84 void PrintWmf::smuggle_adxky_out(const char *string, int16_t **adx, double *ky, int *rtl, int *ndx, float scale) argument 91 *adx = NULL; 102 *adx = ladx; 1344 int16_t *adx; local 1345 smuggle_adxky_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 1512 // The number of characters in the string is a bit fuzzy. ndx, the number of entries in adx is 1519 // uint32_t *adx = dx_set(textheight, U_FW_NORMAL, slen); // dx is needed, this makes one up 1524 ndx, U_ETO_NONE, latin1_text, adx, U_RCL16_DEF); 1529 ndx, U_ETO_RTLREADING, latin1_text, adx, U_RCL16_DE [all...] |
H A D | emf-print.cpp | 80 void PrintEmf::smuggle_adxkyrtl_out(const char *string, uint32_t **adx, double *ky, int *rtl, int *ndx, float scale) argument 87 *adx = NULL; 98 *adx = ladx; 1986 uint32_t *adx; local 1987 smuggle_adxkyrtl_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 2137 // The number of characters in the string is a bit fuzzy. ndx, the number of entries in adx is 2144 // uint32_t *adx = dx_set(textheight, U_FW_NORMAL, slen); // dx is needed, this makes one up 2149 }, ndx, 2, unicode_text, U_ETO_NONE, U_RCL_DEF, adx); 2153 }, ndx, 2, unicode_text, U_ETO_RTLREADING, U_RCL_DEF, adx); [all...] |
/inkscape/share/extensions/ |
H A D | voronoi.py | 385 adx = abs(dx) # make sure that the difference in positive 390 if adx > ady :
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 50 char *smuggle_adxkyrtl_in(const char *string, int ndx, float *adx, float ky, float rtl){ argument 69 sprintf(cptr," %6f",adx[i]);
|
Completed in 41 milliseconds