Searched refs:SkRGBA4f (Results 1 – 10 of 10) sorted by relevance
9 <a name='SkRGBA4f'></a>14 struct <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> {21 …equal1_operator'>operator==</a>(const <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a>& other) …22 …equal1_operator'>operator!=</a>(const <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a>& other) …23 …<a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> <a href='#SkRGBA4f_multiply_operator'>operator…24 …f_Reference#SkRGBA4f'>SkRGBA4f</a> <a href='#SkRGBA4f_multiply1_operator'>operator*</a>(const <a h…30 …static <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> <a href='#SkRGBA4f_FromColor'>FromColor…32 …static <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> <a href='#SkRGBA4f_FromPMColor'>FromPMC…33 …<a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a><<a href='SkImageInfo_Reference#kPremul_SkAlpha…34 …<a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a><<a href='SkImageInfo_Reference#kUnpremul_SkAlp…[all …]
45 struct <a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> {46 // <i><a href='SkColor4f_Reference#SkRGBA4f'>SkRGBA4f</a> interface</i>
241 struct SkRGBA4f { struct252 bool operator==(const SkRGBA4f& other) const {261 bool operator!=(const SkRGBA4f& other) const {270 SkRGBA4f operator*(float scale) const {279 SkRGBA4f operator*(const SkRGBA4f& scale) const {330 static SkRGBA4f FromColor(SkColor color); // impl. depends on kAT342 static SkRGBA4f FromPMColor(SkPMColor); // impl. depends on kAT349 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument359 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument372 static SkRGBA4f FromBytes_RGBA(uint32_t color);[all …]
7 #Struct SkRGBA4f18 SkColor4f is shorthand for Unpremultiplied SkRGBA4f.50 #Method bool operator==(const SkRGBA4f& other) const51 #Line # compares SkRGBA4f for equality ##53 Compares SkRGBA4f with other, and returns true if all components are equivalent.55 #Param other SkRGBA4f to compare ##57 #Return true if SkRGBA4f equals other ##68 #SeeAlso operator!=(const SkRGBA4f& other) const74 #Method bool operator!=(const SkRGBA4f& other) const75 #Line # compares SkRGBA4f for inequality ##[all …]
260 struct SkRGBA4f { struct271 bool operator==(const SkRGBA4f& other) const {280 bool operator!=(const SkRGBA4f& other) const {289 SkRGBA4f operator*(float scale) const {298 SkRGBA4f operator*(const SkRGBA4f& scale) const {362 static SkRGBA4f FromColor(SkColor color); // impl. depends on kAT376 static SkRGBA4f FromPMColor(SkPMColor); // impl. depends on kAT383 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument393 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument406 static SkRGBA4f FromBytes_RGBA(uint32_t color);[all …]
122 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear()127 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear()136 void clearAtLeast(const SkIRect& scissor, const SkRGBA4f<AlphaType>& color) { in clearAtLeast()219 static std::array<float, 4> ConvertColor(SkRGBA4f<AlphaType> color);222 std::array<float, 4> adjustColorAlphaType(SkRGBA4f<AlphaType> color) const;267 std::array<float, 4> GrSurfaceFillContext::adjustColorAlphaType(SkRGBA4f<AlphaType> color) const { in adjustColorAlphaType()
48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
435 using SkPMColor4f = SkRGBA4f<kPremul_SkAlphaType>;
925 static SkRGBA4f FromColor(SkColor color);929 bool operator!=(const SkRGBA4f& other) const;933 bool operator==(const SkRGBA4f& other) const;