#include "xfa/fwl/theme/cfwl_pushbuttontp.h"
#include "xfa/fgas/graphics/cfgas_gecolor.h"
#include "xfa/fgas/graphics/cfgas_gegraphics.h"
#include "xfa/fgas/graphics/cfgas_gepath.h"
#include "xfa/fwl/cfwl_pushbutton.h"
#include "xfa/fwl/cfwl_themebackground.h"
#include "xfa/fwl/cfwl_widget.h"
#include "xfa/fwl/ifwl_themeprovider.h"
namespace pdfium {
namespace {
constexpr float kPushbuttonSizeCorner = …;
}
CFWL_PushButtonTP::CFWL_PushButtonTP() : … { … }
CFWL_PushButtonTP::~CFWL_PushButtonTP() = default;
void CFWL_PushButtonTP::DrawBackground(const CFWL_ThemeBackground& pParams) { … }
void CFWL_PushButtonTP::SetThemeData() { … }
int32_t CFWL_PushButtonTP::GetColorID(Mask<CFWL_PartState> dwStates) const { … }
}