Searched refs:adx (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-print.h70 static void smuggle_adxky_out(const char *string, int16_t **adx, double *ky, int *rtl, int *ndx, float scale);
H A Demf-print.h70 static void smuggle_adxkyrtl_out(const char *string, uint32_t **adx, double *ky, int *rtl, int *ndx, float scale);
H A Dwmf-print.cpp84 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 Demf-print.cpp80 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 Dvoronoi.py385 adx = abs(dx) # make sure that the difference in positive
390 if adx > ady :
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp50 char *smuggle_adxkyrtl_in(const char *string, int ndx, float *adx, float ky, float rtl){ argument
69 sprintf(cptr," %6f",adx[i]);

Completed in 35 milliseconds