Lines Matching defs:profile
91 * ICC profiles may be stored using a sequence of multiple markers. We obtain the ICC profile
93 * (1) Discover all ICC profile markers and verify that they are numbered properly.
94 * (2) Copy the data from each marker into a contiguous ICC profile.
137 // No non-empty ICC profile markers were found.
141 // Combine the ICC marker data into a contiguous profile.
178 // the orientation and color profile will not change, we can skip this
217 auto profile = read_color_profile(dinfo);
218 if (profile) {
219 auto type = profile->profile()->data_color_space;
224 profile = nullptr;
231 profile = nullptr;
236 profile = nullptr;
241 if (!profile) {
242 profile = std::move(defaultColorProfile);
247 std::move(profile));
534 * And even then we still may not need it. If the jpeg has a CMYK color profile and a color
578 this->getEncodedInfo().profile(), this->colorXform())) {
677 fDecoderMgr->dinfo()->out_color_space, this->getEncodedInfo().profile(),
701 fDecoderMgr->dinfo()->out_color_space, this->getEncodedInfo().profile(),