Home
last modified time | relevance | path

Searched refs:argb8 (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashTypes.h80 static inline Guchar splashARGB8A(SplashColorPtr argb8) { return argb8[0]; } in splashARGB8A() argument
81 static inline Guchar splashARGB8R(SplashColorPtr argb8) { return argb8[1]; } in splashARGB8R() argument
82 static inline Guchar splashARGB8G(SplashColorPtr argb8) { return argb8[2]; } in splashARGB8G() argument
83 static inline Guchar splashARGB8B(SplashColorPtr argb8) { return argb8[3]; } in splashARGB8B() argument
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dlibav.c219 static const struct pl_plane_data argb8[] = { in main() local
228 TEST(AV_PIX_FMT_ARGB, argb8); in main()