HomeSort by relevance Sort by last modified time
    Searched refs:CallFunc (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 267 #define CallFunc(funcname) ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname])
288 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
358 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
367 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, (float)dest_top,
369 CallFunc(GdipDeleteBrush)(solidBrush);
388 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(),
398 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal);
399 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left,
401 CallFunc(GdipDisposeImage)(bitmap);
406 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, PixelFormat1bppIndexed, scan0, &bitma (…)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]

Completed in 131 milliseconds