Searched refs:CallFunc (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 437 #define CallFunc(funcname) \ macro 460 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush() 539 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask() 548 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, in OutputImageMask() 551 CallFunc(GdipDeleteBrush)(solidBrush); in OutputImageMask() 574 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(), in OutputImageMask() 586 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal); in OutputImageMask() 587 CallFunc(GdipDrawImageI)(pGraphics, bitmap, in OutputImageMask() 590 CallFunc(GdipDisposeImage)(bitmap); in OutputImageMask() 594 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImageMask() [all …]
|
/external/python/cpython2/Tools/compiler/ |
D | ast.txt | 59 CallFunc: node, args!, star_args& = None, dstar_args& = None
|
/external/ply/ply/example/GardenSnake/ |
D | GardenSnake.py | 602 p[0] = ast.CallFunc(p[1], p[2][1], None, None)
|
/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 1258 return CallFunc(primaryNode, [], lineno=extractLineNo(nodelist)) 1292 return CallFunc(primaryNode, args, star_node, dstar_node,
|
D | ast.py | 281 class CallFunc(Node): class
|
/external/python/cpython2/Doc/library/ |
D | compiler.rst | 272 | :class:`CallFunc` | :attr:`node` | expression for the callee |
|