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

  /external/skia/src/core/
SkScan.cpp 56 void SkScan::FillRect(const SkRect& r, const SkRegion* clip,
96 void SkScan::FillRect(const SkRect& r, const SkRasterClip& clip,
103 FillRect(r, &clip.bwRgn(), blitter);
108 FillRect(r, &wrapper.getRgn(), wrapper.getBlitter());
SkScan.h 43 static void FillRect(const SkRect&, const SkRasterClip&, SkBlitter*);
66 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
SkScan_Hairline.cpp 443 SkScan::FillRect(outer, clip, blitter);
448 SkScan::FillRect(tmp, clip, blitter);
451 SkScan::FillRect(tmp, clip, blitter);
454 SkScan::FillRect(tmp, clip, blitter);
457 SkScan::FillRect(tmp, clip, blitter);
SkDraw.cpp 871 SkScan::FillRect(localDevRect, clip, blitter);
    [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 48 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
fx_skia_device.cpp 450 FX_BOOL CFX_SkiaDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform)
452 return m_pAggDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform);
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 63 virtual FX_BOOL FillRect(const FX_RECT* pRect,
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) {
271 return FillRect(&rect, color, alpha_flag, pIccTransform);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
275 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, blend_type)) {
  /external/pdfium/core/src/fxge/apple/
apple_int.h 131 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
fx_quartz_device.cpp 429 FX_BOOL CFX_QuartzDeviceDriver::FillRect(const FX_RECT* rect,
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 403 FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD color,
572 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
  /external/pdfium/core/src/fxge/win32/
win32_int.h 103 virtual FX_BOOL FillRect(const FX_RECT* pRect,
fx_win32_device.cpp 856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
872 ::FillRect(m_hDC, (RECT*)pRect, hBrush);
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 643 device.FillRect(&rect, color);
fsdk_baseform.cpp 480 pDevice->FillRect(&rcDev, argb);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 849 milliseconds