Searched refs:CharRange (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1768 \param RangeCount Entries in CharRange array 1774 const U_PMF_CHARACTERRANGE *CharRange; local 1775 int status = U_PMF_STRINGFORMATDATA_get(contents, TabStopCount, RangeCount, &TabStops, &CharRange, blimit); 1783 printf(" CharRange:"); 1784 for(; RangeCount; RangeCount--,CharRange++){ printf(" {%d,%d}",CharRange->First,CharRange->Length); }
|
H A D | upmf.c | 6768 \param RangeCount Entries in CharRange array 6770 \param CharRange Array of character ranges in the text 6776 const U_FLOAT **TabStops, const U_PMF_CHARACTERRANGE **CharRange, const char *blimit){ 6777 if(!contents || !TabStops|| !CharRange || !blimit){ return(0); } 6781 *CharRange = NULL; 6782 if(RangeCount > 0){ U_PMF_SERIAL_get(&contents, CharRange, 4, 2*RangeCount, U_LE); } 6775 U_PMF_STRINGFORMATDATA_get(const char *contents, uint32_t TabStopCount, uint32_t RangeCount, const U_FLOAT **TabStops, const U_PMF_CHARACTERRANGE **CharRange, const char *blimit) argument
|
H A D | upmf.h | 1995 U_PMF_CHARACTERRANGE CharRange[]; //!< Array of character ranges in the text 3094 const U_FLOAT **TabStops, const U_PMF_CHARACTERRANGE **CharRange, const char *blimit);
|
Completed in 3787 milliseconds