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

Public Functions

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

Detailed Description

Definition at line 566 of file qblendfunctions.cpp.

Functions

◆ flush()

void Blend_RGB32_on_RGB32_NoAlpha::flush ( void *  )
inline

Definition at line 569 of file qblendfunctions.cpp.

569 {}

◆ write()

void Blend_RGB32_on_RGB32_NoAlpha::write ( quint32 dst,
quint32  src 
)
inline

Definition at line 567 of file qblendfunctions.cpp.

567 { *dst = src; }

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