| Index: xfa/fwl/theme/cfwl_checkboxtp.h
|
| diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h
|
| index d6beae857305a4138c4e34fd100fb3027ac4616f..cdc4ba1d57335331d1aa169b23f0cb049cd89cff 100644
|
| --- a/xfa/fwl/theme/cfwl_checkboxtp.h
|
| +++ b/xfa/fwl/theme/cfwl_checkboxtp.h
|
| @@ -37,19 +37,11 @@ class CFWL_CheckBoxTP : public CFWL_WidgetTP {
|
| FX_ARGB clrSignNeutralPressed;
|
| };
|
|
|
| - void DrawBoxBk(IFWL_Widget* pWidget,
|
| - CFX_Graphics* pGraphics,
|
| - const CFX_RectF* pRect,
|
| - uint32_t dwStates,
|
| - CFX_Matrix* pMatrix);
|
| - void DrawSign(IFWL_Widget* pWidget,
|
| - CFX_Graphics* pGraphics,
|
| - const CFX_RectF* pRtBox,
|
| - uint32_t dwStates,
|
| - CFX_Matrix* pMatrix);
|
| - void DrawSignNeutral(CFX_Graphics* pGraphics,
|
| - const CFX_RectF* pRtSign,
|
| - CFX_Matrix* pMatrix);
|
| + void DrawCheckSign(IFWL_Widget* pWidget,
|
| + CFX_Graphics* pGraphics,
|
| + const CFX_RectF& pRtBox,
|
| + int32_t iState,
|
| + CFX_Matrix* pMatrix);
|
| void DrawSignCheck(CFX_Graphics* pGraphics,
|
| const CFX_RectF* pRtSign,
|
| FX_ARGB argbFill,
|
| @@ -74,11 +66,7 @@ class CFWL_CheckBoxTP : public CFWL_WidgetTP {
|
| const CFX_RectF* pRtSign,
|
| FX_ARGB argbFill,
|
| CFX_Matrix* pMatrix);
|
| - void DrawSignBorder(IFWL_Widget* pWidget,
|
| - CFX_Graphics* pGraphics,
|
| - const CFX_RectF* pRtBox,
|
| - FX_BOOL bDisable,
|
| - CFX_Matrix* pMatrix);
|
| +
|
| void SetThemeData(uint32_t dwID);
|
| void InitCheckPath(FX_FLOAT fCheckLen);
|
|
|
|
|