Home
last modified time | relevance | path

Searched refs:DrawAxialShading (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp91 DrawAxialShading(pGraphics, rect.left, rect.top, rect.right(), rect.top, in DrawThumbBtn()
106 DrawAxialShading(pGraphics, rect.left, rect.top, rect.left, rect.bottom(), in DrawThumbBtn()
231 DrawAxialShading(pGraphics, x1, y1, x2, y2, m_pThemeData->clrTrackBKStart, in DrawTrack()
Dcfwl_widgettp.cpp140 void CFWL_WidgetTP::DrawAxialShading(CXFA_Graphics* pGraphics, in DrawAxialShading() function in CFWL_WidgetTP
243 DrawAxialShading(pGraphics, pRect->left, pRect->top, fRight, fBottom, in DrawBtn()
Dcfwl_widgettp.h67 void DrawAxialShading(CXFA_Graphics* pGraphics,
Dcfwl_pushbuttontp.cpp64 DrawAxialShading(pGraphics, rect.left + PUSHBUTTON_SIZE_Corner, rect.top, in DrawBackground()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp104 void DrawAxialShading(const RetainPtr<CFX_DIBitmap>& pBitmap, in DrawAxialShading() function
2121 DrawAxialShading(pBitmap, &FinalMatrix, pDict, funcs, pColorSpace, alpha); in DrawShading()