Searched refs:ky (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 92 *ky = 0.0; // set a default value 109 *ky = fdx; 110 cptr += 7; // advance over ky and its space 1340 double ky; local 1345 smuggle_adxky_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 1487 p2[Geom::X] += ky * std::sin(rotb); 1488 p2[Geom::Y] += ky * std::cos(rotb);
|
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 88 *ky = 0.0; // set a default value 105 *ky = fdx; 106 cptr += 7; // advance over ky and its space 1982 double ky; local 1987 smuggle_adxkyrtl_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx 2111 p2[Geom::X] += ky * std::sin(rotb); 2112 p2[Geom::Y] += ky * std::cos(rotb);
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 42 ky (vertical kerning for entire span) 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 74 sprintf(cptr," %6f",ky); // y kern for span 75 cptr+=7; // advance over space + ky 296 float ky = _glyphs[glyph_index].y; // For smuggling y kern value for span // same value for all positions in a span local 386 << " oldy " << ky 392 if(ky != _glyphs[_characters[lc_index].in_glyph].y)break; // ykerning change 410 char *smuggle_string=smuggle_adxkyrtl_in(text_string.c_str(),ndx, &hold_dx[0], ky, rtl);
|
Completed in 30 milliseconds