Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp431 #define CallFunc(funcname) \ macro
459 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush()
536 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask()
545 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, in OutputImageMask()
548 CallFunc(GdipDeleteBrush)(solidBrush); in OutputImageMask()
571 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(), in OutputImageMask()
583 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal); in OutputImageMask()
584 CallFunc(GdipDrawImageI)(pGraphics, bitmap, in OutputImageMask()
587 CallFunc(GdipDisposeImage)(bitmap); in OutputImageMask()
592 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, in OutputImageMask()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-crbug-571064.js10 function CallFunc(a) { class
14 CallFunc(prototype);
16 CallFunc([]);
17 CallFunc([]);