Searched refs:closure (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoashape.m | 65 ConvertRects(SDL_ShapeTree* tree, void* closure) 67 SDL_CocoaClosure* data = (SDL_CocoaClosure*)closure; 80 SDL_CocoaClosure closure; 94 closure.view = windata->sdlContentView; 95 closure.path = [NSBezierPath bezierPath]; 96 closure.window = shaper->window; 97 SDL_TraverseShapeTree(data->shape,&ConvertRects,&closure); 98 [closure.path addClip];
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsshape.c | 50 CombineRectRegions(SDL_ShapeTree* node,void* closure) { in CombineRectRegions() argument 51 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions() 60 *((HRGN*)closure) = temp_region; in CombineRectRegions()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 232 SDL_TraverseShapeTree(SDL_ShapeTree *tree,SDL_TraversalFunction function,void* closure) in SDL_TraverseShapeTree() argument 236 SDL_TraverseShapeTree((SDL_ShapeTree *)tree->data.children.upleft,function,closure); in SDL_TraverseShapeTree() 237 SDL_TraverseShapeTree((SDL_ShapeTree *)tree->data.children.upright,function,closure); in SDL_TraverseShapeTree() 238 SDL_TraverseShapeTree((SDL_ShapeTree *)tree->data.children.downleft,function,closure); in SDL_TraverseShapeTree() 239 SDL_TraverseShapeTree((SDL_ShapeTree *)tree->data.children.downright,function,closure); in SDL_TraverseShapeTree() 242 function(tree,closure); in SDL_TraverseShapeTree()
|
A D | SDL_shape_internals.h | 58 extern void SDL_TraverseShapeTree(SDL_ShapeTree *tree,SDL_TraversalFunction function,void* closure);
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_bind_self.py | 15 def closure(y): function 17 return closure
|
/AliOS-Things-master/components/py_engine/tests/cmdline/ |
A D | cmd_showbc.py | 111 def closure(): function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 938 Access to closure variables is optimized and is almost as fast as local
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 1782 # Whether to respect nl_func_call_XXX option incase of closure args.
|
Completed in 9 milliseconds