Blit areas within a widget, with clipping
int PtClippedBlit( PtWidget_t const *widget, PhTile_t const *src, PhPoint_t const *delta, PhTile_t const *clip );
ph
This function blits the areas inside widget specified by the PhTile_t tile list src (areas are relative to the widget's origin) by an offset specified by delta. Effects of the blit are limited by the tiles specified by clip.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
PhBlit(), PhPoint_t, PhTile_t, PtBlit()