Searched refs:fProfile (Results 1 – 8 of 8) sorted by relevance
22 const skcms_ICCProfile* profile() const { return &fProfile; } in profile()26 skcms_ICCProfile fProfile; member168 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo()182 if (!fProfile) return nullptr; in profile()183 return fProfile->profile(); in profile()224 if (fProfile) { in copy()225 copy.fProfile.reset(new ICCProfile(*fProfile.get())); in copy()238 , fProfile(std::move(profile)) in SkEncodedInfo()246 std::unique_ptr<ICCProfile> fProfile; member
24 const skcms_ICCProfile* profile() const { return &fProfile; } in profile()28 skcms_ICCProfile fProfile; member168 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo()182 if (!fProfile) return nullptr; in profile()183 return fProfile->profile(); in profile()224 if (fProfile) { in copy()225 copy.fProfile = std::make_unique<ICCProfile>(*fProfile); in copy()238 , fProfile(std::move(profile)) in SkEncodedInfo()246 std::unique_ptr<ICCProfile> fProfile; member
26 : fProfile(profile) in ICCProfile()
511 PProfile fProfile; /* head of linked list of profiles */ member654 if ( !ras.fProfile ) in New_Profile()657 ras.fProfile = ras.cProfile; in New_Profile()855 p = ras.fProfile; in Finalize_Profile_Table()890 ras.fProfile = NULL; in Finalize_Profile_Table()2001 ras.fProfile = NULL; in Convert_Glyph()2722 P = ras.fProfile; in Draw_Sweep()3091 if ( ras.fProfile ) in Render_Single_Pass()
999 const dng_camera_profile &fProfile;
2594 : fProfile (profile) in tiff_dng_extended_color_profile()2616 profile_tag_set tagSet (*this, fProfile); in Put()2621 fProfile.UniqueCameraModelRestriction ()); in Put()2626 if (fProfile.UniqueCameraModelRestriction ().NotEmpty ()) in Put()
3041 `ras.fProfile' (#3791).