Searched refs:rtl (Results 1 - 5 of 5) 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 111 sscanf(cptr, "%07d", rtl); 1343 int ndx, rtl; local 1345 smuggle_adxky_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 1348 if (rtl > 0) { 1520 if (rtl > 0) {
|
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 107 sscanf(cptr, "%07d", rtl); 1985 int ndx, rtl; local 1987 smuggle_adxkyrtl_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 1990 if (rtl > 0) { 2146 if (rtl > 0) {
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 43 rtl (+1 for LTR, -1 RTL) 47 The ndx, widths, y kern, and rtl are all 7 characters wide. ndx and rtl are ints, the widths and ky are 50 char *smuggle_adxkyrtl_in(const char *string, int ndx, float *adx, float ky, float rtl){ argument 58 rtl value (one float) 76 sprintf(cptr," %6d",(int) rtl); // rtl multiplier for span 77 cptr+=7; // advance over rtl 286 double rtl = 1.0; // 1 L->R, -1 R->L, constant across a span. 1.0 for t->b b->t??? local 314 case Layout::LEFT_TO_RIGHT: rtl [all...] |
Completed in 30 milliseconds