webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Public Attributes | List of all members
angle::R32G32B32A32S Struct Reference

#include <imageformats.h>

Static Public Member Functions

static void readColor (gl::ColorF *dst, const R32G32B32A32S *src)
 
static void readColor (gl::ColorI *dst, const R32G32B32A32S *src)
 
static void writeColor (R32G32B32A32S *dst, const gl::ColorF *src)
 
static void writeColor (R32G32B32A32S *dst, const gl::ColorI *src)
 
static void average (R32G32B32A32S *dst, const R32G32B32A32S *src1, const R32G32B32A32S *src2)
 

Public Attributes

int32_t R
 
int32_t G
 
int32_t B
 
int32_t A
 

Member Function Documentation

◆ average()

void angle::R32G32B32A32S::average ( R32G32B32A32S dst,
const R32G32B32A32S src1,
const R32G32B32A32S src2 
)
static

◆ readColor() [1/2]

void angle::R32G32B32A32S::readColor ( gl::ColorF dst,
const R32G32B32A32S src 
)
static

◆ readColor() [2/2]

void angle::R32G32B32A32S::readColor ( gl::ColorI dst,
const R32G32B32A32S src 
)
static

◆ writeColor() [1/2]

void angle::R32G32B32A32S::writeColor ( R32G32B32A32S dst,
const gl::ColorF src 
)
static

◆ writeColor() [2/2]

void angle::R32G32B32A32S::writeColor ( R32G32B32A32S dst,
const gl::ColorI src 
)
static

Member Data Documentation

◆ A

int32_t angle::R32G32B32A32S::A

◆ B

int32_t angle::R32G32B32A32S::B

◆ G

int32_t angle::R32G32B32A32S::G

◆ R

int32_t angle::R32G32B32A32S::R

The documentation for this struct was generated from the following files: