Qt 4.8
Public Functions | List of all members
Blend_RGB16_on_RGB16_NoAlpha Struct Reference

Public Functions

void flush (void *)
 
void write (quint16 *dst, quint16 src)
 

Detailed Description

Definition at line 89 of file qblendfunctions.cpp.

Functions

◆ flush()

void Blend_RGB16_on_RGB16_NoAlpha::flush ( void *  )
inline

Definition at line 92 of file qblendfunctions.cpp.

92 {}

◆ write()

void Blend_RGB16_on_RGB16_NoAlpha::write ( quint16 dst,
quint16  src 
)
inline

Definition at line 90 of file qblendfunctions.cpp.

90 { *dst = src; }

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