Home
last modified time | relevance | path

Searched refs:CallFunc (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp294 #define CallFunc(funcname) \ macro
312 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)argb, &solidBrush); in GdipCreateBrushImpl()
340 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImage()
344 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImage()
348 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImage()
352 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImage()
360 CallFunc(GdipSetImagePalette)(bitmap, (Gdiplus::ColorPalette*)pal); in OutputImage()
364 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImage()
380 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3); in OutputImage()
381 CallFunc(GdipDisposeImage)(bitmap); in OutputImage()
[all …]
/external/tensorflow/tensorflow/python/util/
Dfast_module_type.cc145 static PyObject *CallFunc(FastModuleObject *self, PyObject *args, in CallFunc() function
196 result = CallFunc(fast_module, arglist, fast_module->cb_getattribute); in FastTpGetattro()
210 return CallFunc(fast_module, arglist, fast_module->cb_getattr); in FastTpGetattro()
/external/python/cpython2/Tools/compiler/
Dast.txt59 CallFunc: node, args!, star_args& = None, dstar_args& = None
/external/ply/ply/example/GardenSnake/
DGardenSnake.py602 p[0] = ast.CallFunc(p[1], p[2][1], None, None)
/external/python/cpython2/Lib/compiler/
Dtransformer.py1258 return CallFunc(primaryNode, [], lineno=extractLineNo(nodelist))
1292 return CallFunc(primaryNode, args, star_node, dstar_node,
Dast.py281 class CallFunc(Node): class
/external/python/cpython2/Doc/library/
Dcompiler.rst272 | :class:`CallFunc` | :attr:`node` | expression for the callee |