Searched refs:DragExtFunc (Results 1 – 2 of 2) sorted by relevance
37 using DragExtFunc = void (*)(DragDrawing *drawingObj, DrawingInfo *drawingInfo); variable
418 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStartDragExt")); in OnStartDrag()446 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnDragStyleExt")); in OnDragStyle()478 …auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragSuccessExt"… in OnStopDragSuccess()508 … auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragFailExt")); in OnStopDragFail()