Lines Matching refs:adx
80 void PrintEmf::smuggle_adxkyrtl_out(const char *string, uint32_t **adx, double *ky, int *rtl, int *ndx, float scale)
87 *adx = NULL;
98 *adx = ladx;
1986 uint32_t *adx;
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);
2156 free(adx);