Home
last modified time | relevance | path

Searched refs:DrawShadow (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h125 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView);
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h177 static void DrawShadow(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp362 CPWL_Utils::DrawShadow(pDevice, pUser2Device, TRUE, FALSE, rcDraw, nTransparancy, 80, 220); in DrawThisAppearance()
405 CPWL_Utils::DrawShadow(pDevice, pUser2Device, TRUE, FALSE, rcDraw, nTransparancy, 80, 220); in DrawThisAppearance()
DPWL_Utils.cpp1476 void CPWL_Utils::DrawShadow(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, in DrawShadow() function in CPWL_Utils
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp134 pWidget->DrawShadow(pDevice, pPageView); in OnDraw()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp450 void CPDFSDK_Widget::DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView) in DrawShadow() function in CPDFSDK_Widget