Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
| Show First 20 Lines • Show All 537 Lines • ▼ Show 20 Lines | |||||
| LineartBoundingArea *MOD_lineart_get_parent_bounding_area(LineartRenderBuffer *rb, | LineartBoundingArea *MOD_lineart_get_parent_bounding_area(LineartRenderBuffer *rb, | ||||
| double x, | double x, | ||||
| double y); | double y); | ||||
| LineartBoundingArea *MOD_lineart_get_bounding_area(LineartRenderBuffer *rb, double x, double y); | LineartBoundingArea *MOD_lineart_get_bounding_area(LineartRenderBuffer *rb, double x, double y); | ||||
| struct bGPDlayer; | struct bGPDlayer; | ||||
| struct bGPDframe; | struct bGPDframe; | ||||
| struct GpencilModifierData; | |||||
| void MOD_lineart_gpencil_generate(LineartRenderBuffer *rb, | void MOD_lineart_gpencil_generate(LineartRenderBuffer *rb, | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct bGPDlayer *gpl, | struct bGPDlayer *gpl, | ||||
| struct bGPDframe *gpf, | struct bGPDframe *gpf, | ||||
| char source_type, | char source_type, | ||||
| void *source_reference, | void *source_reference, | ||||
| Show All 15 Lines | |||||