Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkColor.h262 struct SkRGBA4f { struct
268 /** Compares SkRGBA4f with other, and returns true if all components are equal. argument
310 /** Returns a pointer to components of SkRGBA4f, for array access. argument
314 float* vec() { return &fR; } in vec()
339 /** Returns true if SkRGBA4f is an opaque color. Asserts if fA is out of range and argument
357 /** Returns closest SkRGBA4f to SkColor. Only allowed if SkRGBA4f is unpremultiplied. argument
385 SkRGBA4f<kPremul_SkAlphaType> premul() const { in premul() argument
395 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() argument
415 SkRGBA4f makeOpaque() const { in makeOpaque() argument