Searched refs:CallFunc (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 267 #define CallFunc(funcname) ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname]) macro 288 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush() 358 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask() 367 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, (float)dest_top, in OutputImageMask() 369 CallFunc(GdipDeleteBrush)(solidBrush); in OutputImageMask() 388 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(), in OutputImageMask() 398 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal); in OutputImageMask() 399 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left, in OutputImageMask() 401 CallFunc(GdipDisposeImage)(bitmap); in OutputImageMask() 406 …CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, PixelFormat1bppIndexed, scan… in OutputImageMask() [all …]
|