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

#include <imageformats.h>

Static Public Member Functions

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

Public Attributes

int8_t R
 

Member Function Documentation

◆ average()

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

◆ readColor() [1/2]

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

◆ readColor() [2/2]

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

◆ writeColor() [1/2]

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

◆ writeColor() [2/2]

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

Member Data Documentation

◆ R

int8_t angle::R8S::R

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