Home
last modified time | relevance | path

Searched defs:SkRGBA4f (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/include/core/
DSkColor.h243 struct SkRGBA4f { struct
249 /** Compares SkRGBA4f with other, and returns true if all components are equal. argument
291 /** Returns a pointer to components of SkRGBA4f, for array access. argument
317 /** Returns true if SkRGBA4f is an opaque color. Asserts if fA is out of range and argument
335 /** Returns closest SkRGBA4f to SkColor. Only allowed if SkRGBA4f is unpremultiplied. argument
359 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument
369 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument
384 SkRGBA4f makeOpaque() const { in makeOpaque() argument
/third_party/skia/include/core/
DSkColor.h260 struct SK_API SkRGBA4f { struct
266 /** Compares SkRGBA4f with other, and returns true if all components are equal. argument
308 /** Returns a pointer to components of SkRGBA4f, for array access. argument
312 float* vec() { return &fR; } in vec()
337 /** Returns true if SkRGBA4f is an opaque color. Asserts if fA is out of range and argument
355 /** Returns closest SkRGBA4f to SkColor. Only allowed if SkRGBA4f is unpremultiplied. argument
383 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument
393 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument
408 SkRGBA4f makeOpaque() const { in makeOpaque() argument