Searched defs:SkRGBA4f (Results 1 – 2 of 2) sorted by relevance
241 struct SkRGBA4f { struct247 /** Compares SkRGBA4f with other, and returns true if all components are equal. argument289 /** Returns a pointer to components of SkRGBA4f, for array access. argument315 /** Returns true if SkRGBA4f is an opaque color. Asserts if fA is out of range and argument325 /** Returns closest SkRGBA4f to SkColor. Only allowed if SkRGBA4f is unpremultiplied. argument349 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument359 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument374 SkRGBA4f makeOpaque() const { in makeOpaque() argument
260 struct SkRGBA4f { struct266 /** Compares SkRGBA4f with other, and returns true if all components are equal. argument308 /** Returns a pointer to components of SkRGBA4f, for array access. argument312 float* vec() { return &fR; } in vec()337 /** Returns true if SkRGBA4f is an opaque color. Asserts if fA is out of range and argument355 /** Returns closest SkRGBA4f to SkColor. Only allowed if SkRGBA4f is unpremultiplied. argument383 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument393 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument408 SkRGBA4f makeOpaque() const { in makeOpaque() argument