VKVG  
Vulkan Vector Graphics

◆ vkvg_extend_t

when painting a pattern on a surface, if the input bounds are smaller than the target bounds, the extend defines how the pattern will be rendered outside its original bounds.

Enumerator
VKVG_EXTEND_NONE 

nothing will be outputed outside the pattern original bounds

VKVG_EXTEND_REPEAT 

pattern will be repeated to fill all the target bounds

VKVG_EXTEND_REFLECT 

pattern will be repeated but mirrored on each repeat

VKVG_EXTEND_PAD 

the last pixels making the borders of the pattern will be extended to the whole target

Definition at line 159 of file vkvg.h.