Lines Matching refs:adx
84 void PrintWmf::smuggle_adxky_out(const char *string, int16_t **adx, double *ky, int *rtl, int *ndx, float scale)
91 *adx = NULL;
102 *adx = ladx;
1344 int16_t *adx;
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_DEF);
1532 free(adx);