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

#include <imageformats.h>

Static Public Member Functions

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

Public Attributes

int16_t R
 
int16_t G
 
int16_t B
 
int16_t A
 

Member Function Documentation

◆ average()

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

◆ readColor() [1/2]

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

◆ readColor() [2/2]

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

◆ writeColor() [1/2]

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

◆ writeColor() [2/2]

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

Member Data Documentation

◆ A

int16_t angle::R16G16B16A16S::A

◆ B

int16_t angle::R16G16B16A16S::B

◆ G

int16_t angle::R16G16B16A16S::G

◆ R

int16_t angle::R16G16B16A16S::R

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