Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230321 | Differences between
and this patch

Collapse All | Expand All

(-)./plug-ins/icc_examin/icc_examin/icc_oyranos.h.orig (-12 lines)
Lines 142-150 Link Here
142
142
143
    // colour transformations
143
    // colour transformations
144
    ColourTransformKey erzeugeTrafo (
144
    ColourTransformKey erzeugeTrafo (
145
                                  const char* eingangs_profil__geraet,
146
                                  int         byte,
147
                                  int         kanaele,
148
                                  const char* ausgangs_profil__geraet,
145
                                  const char* ausgangs_profil__geraet,
149
                                  int         byte,
146
                                  int         byte,
150
                                  int         kanaele,
147
                                  int         kanaele,
Lines 152-160 Link Here
152
                                  const char* cmm, // 4 bytes 'lcms' 'APPL'
149
                                  const char* cmm, // 4 bytes 'lcms' 'APPL'
153
                                  int         cmm_optionen); // BPC, precission
150
                                  int         cmm_optionen); // BPC, precission
154
    ColourTransformKey erzeugeTrafo (
151
    ColourTransformKey erzeugeTrafo (
155
                                  const char* eingangs_profil__geraet,
156
                                  int         byte,
157
                                  int         kanaele,
158
                                  const char* ausgangs_profil__geraet,
152
                                  const char* ausgangs_profil__geraet,
159
                                  int         byte,
153
                                  int         byte,
160
                                  int         kanaele,
154
                                  int         kanaele,
Lines 163-171 Link Here
163
                                  int         cmm_optionen,
157
                                  int         cmm_optionen,
164
                                  std::list<const char*> &profile );
158
                                  std::list<const char*> &profile );
165
    ColourTransformKey erzeugeTrafo (
159
    ColourTransformKey erzeugeTrafo (
166
                                  const char* eingangs_profil__geraet,
167
                                  int         byte,
168
                                  int         kanaele,
169
                                  const char* ausgangs_profil__geraet,
160
                                  const char* ausgangs_profil__geraet,
170
                                  int         byte,
161
                                  int         byte,
171
                                  int         kanaele,
162
                                  int         kanaele,
Lines 181-189 Link Here
181
    std::string cmm;
172
    std::string cmm;
182
  private:
173
  private:
183
    ColourTransformKey erzeugeSchluessel_ (
174
    ColourTransformKey erzeugeSchluessel_ (
184
                                  const char* eingangs_profil__geraet,
185
                                  int         byte,
186
                                  int         kanaele,
187
                                  const char* ausgangs_profil__geraet,
175
                                  const char* ausgangs_profil__geraet,
188
                                  int         byte,
176
                                  int         byte,
189
                                  int         kanaele,
177
                                  int         kanaele,

Return to bug 230321