Lines Matching refs:ndx
80 void PrintEmf::smuggle_adxkyrtl_out(const char *string, uint32_t **adx, double *ky, int *rtl, int *ndx, float scale)
89 sscanf(cptr, "%7d", ndx);
90 if (!*ndx) {
94 ladx = (uint32_t *) malloc(*ndx * sizeof(uint32_t));
99 for (i = 0; i < *ndx; i++, cptr += 7, ladx++) {
1985 int ndx, rtl;
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
2149 }, ndx, 2, unicode_text, U_ETO_NONE, U_RCL_DEF, adx);
2153 }, ndx, 2, unicode_text, U_ETO_RTLREADING, U_RCL_DEF, adx);