|
Base Module
VST 3.6.5
SDK for developing VST Plug-in
|
Namespaces | |
| Steinberg | |
Typedefs | |
| typedef void(* | OverlapFunc )(register Region &dest, register const Rect *r1, const Rect *r1End, register const Rect *r2, const Rect *r2End, register UCoord y1, register UCoord y2) |
| typedef void(* | NonOverlapFunc )(register Region &dest, register const Rect *r, const Rect *rEnd, register UCoord y1, register UCoord y2) |
Functions | |
| void | MergeRect (register TArray< Rect > &destRects, const Rect *&r, register int32 y1, register int32 y2) |