Lines Matching defs:const
22 static std::unique_ptr<ICCProfile> Make(const skcms_ICCProfile&);
24 const skcms_ICCProfile* profile() const { return &fProfile; }
26 ICCProfile(const skcms_ICCProfile&, sk_sp<SkData> = nullptr);
161 SkImageInfo makeImageInfo() const {
176 int width() const { return fWidth; }
177 int height() const { return fHeight; }
178 Color color() const { return fColor; }
179 Alpha alpha() const { return fAlpha; }
180 bool opaque() const { return fAlpha == kOpaque_Alpha; }
181 const skcms_ICCProfile* profile() const {
186 uint8_t bitsPerComponent() const { return fBitsPerComponent; }
188 uint8_t bitsPerPixel() const {
215 SkEncodedInfo(const SkEncodedInfo& orig) = delete;
216 SkEncodedInfo& operator=(const SkEncodedInfo&) = delete;
222 SkEncodedInfo copy() const {