Searched refs:Palette (Results 1 - 7 of 7) sorted by relevance
/inkscape/share/palettes/ |
H A D | i18n.py | 19 sys.stdout.write('\n/* Palette: ' + filename + ' */') 23 sys.stdout.write("NC_(\"Palette\", \"" + match.group(1) + "\"),")
|
/inkscape/src/libuemf/ |
H A D | uwmf_print.c | 118 \param PalEntries Array of Palette Entries 930 uint16_t Palette; local 931 int size = U_WMRSELECTPALETTE_get(contents, &Palette); 933 printf(" %-15s %d\n","Palette:", Palette); 943 U_PALETTE Palette; local 945 int size = U_WMRANIMATEPALETTE_get(contents, &Palette, &PalEntries); 947 printf(" Palette:"); palette_print(&Palette, PalEntries); printf("\n"); 953 U_PALETTE Palette; local 972 uint16_t Palette; local 1255 U_PALETTE Palette; local [all...] |
H A D | uwmf.c | 876 \param Start Either 0x0300 or an offset into the Palette table 881 uint16_t Start, //!< Either 0x0300 or an offset into the Palette table 885 U_PALETTE *Palette = NULL; local 887 Palette = malloc(4 + 4*NumEntries); 888 if(Palette){ 889 Palette->Start = Start; 890 Palette->NumEntries = NumEntries; 891 memcpy(&Palette->PalEntries, PalEntries, NumEntries*4); 894 return(Palette); 2101 const U_PALETTE *Palette 3236 U_WMRSELECTPALETTE_set(uint16_t Palette) argument 3253 U_WMRANIMATEPALETTE_set(U_PALETTE *Palette) argument 3262 U_WMRSETPALENTRIES_set(const U_PALETTE *Palette) argument 3304 U_WMRRESIZEPALETTE_set(uint16_t Palette) argument 4326 U_WMRCREATEPALETTE_set(U_PALETTE *Palette) argument 4695 U_WMRCORE_PALETTE_get( const char *contents, int minsize, U_PALETTE *Palette, const char **PalEntries ) argument 5886 U_WMRANIMATEPALETTE_get( const char *contents, U_PALETTE *Palette, const char **PalEntries ) argument 5901 U_WMRSETPALENTRIES_get( const char *contents, U_PALETTE *Palette, const char **PalEntries ) argument 6915 U_WMRCREATEPALETTE_get( const char *contents, U_PALETTE *Palette, const char **PalEntries ) argument [all...] |
H A D | uwmf.h | 806 uint8_t Blue; //!< Palette entry Blue Intensity 807 uint8_t Green; //!< Palette entry Green Intensity 808 uint8_t Red; //!< Palette entry Red Intensity 811 /** Palette Object WMF manual 2.2.1.3 812 NOT Same as "EMF LogPalette Object" in uemf.h because Palette Entries have reversed colors. 819 uint16_t Start; //!< Either 0x0300 or an offset into the Palette table 1004 moved up before Palette Object */ 1649 U_PALETTE Palette; //!< Palette object member in struct:__anon385 2194 char *U_WMRSELECTPALETTE_set(uint16_t Palette); [all...] |
H A D | upmf.c | 2780 \param Pd Array of U_PMF_ARGB holding colors of palettes. (Palette Data) 5183 \param vgatype Set: Palette is VGA basic colors; Clear: Palette is ??? 5185 \param Palette (optional) a U_PSEUDO_OBJ containing a U_PMF_PALETTE object. 5190 U_PSEUDO_OBJ *U_PMR_SETTSGRAPHICS_set(int vgatype, U_PMF_SETTSGRAPHICS *Tsg, U_PSEUDO_OBJ *Palette){ argument 5192 int Size = sizeof(U_PMF_SETTSGRAPHICS) + (Palette ? Palette->Used : 0); 5193 uint16_t utmp16 = (vgatype ? U_PPF_VGA : 0) | (Palette ? U_PPF_PP : 0) ; 5207 {(Palette ? Palette [all...] |
H A D | uwmf_endian.c | 312 palette_swap(record + offsetof(U_WMRANIMATEPALETTE,Palette));
|
H A D | upmf.h | 1240 #define U_PPF_VGA 0x0002 //!< 1 Set: Palette is VGA basic colors; Clear: Palette is ??? 1241 #define U_PPF_PP 0x0001 //!< 0 Set: Palette field is present; Clear: Palette field is absent 1843 U_PMF_ARGB Data; //!< Palette data (array of colors) 2722 bit 1 U_PPF_VGA Set: Palette is VGA basic colors; Clear: Palette is a U_PMF_PALETTE object. 2723 bit 0 U_PPF_PP Set: Palette field is present; Clear: Palette field is absent 2739 U_PMF_PALETTE Palette; //!< Presen [all...] |
Completed in 2208 milliseconds