Set the edge processing method for a layer
#include <gf/gf.h> void gf_layer_set_edge(gf_layer_t layer, unsigned edge );
Can be any of the following values:
gf
This function allows you to set the edge processing type for a given layer.
Changes to the layer's parameters are enqueued. You need to call gf_layer_update() to make them take effect. The gf_layer_update() call will return something other than GF_ERR_OK if the layer doesn't have the GF_LAYER_EDGE_xxx attribute (see gf_layer_query()). |
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
gf_display_attach(), gf_layer_detach(), gf_layer_disable(), gf_layer_enable()