#include "xfa/fwl/theme/cfwl_listboxtp.h"
#include "build/build_config.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_listbox.h"
#include "xfa/fwl/cfwl_themebackground.h"
#include "xfa/fwl/cfwl_widget.h"
namespace pdfium {
CFWL_ListBoxTP::CFWL_ListBoxTP() = default;
CFWL_ListBoxTP::~CFWL_ListBoxTP() = default;
void CFWL_ListBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { … }
void CFWL_ListBoxTP::DrawListBoxItem(CFGAS_GEGraphics* pGraphics,
Mask<CFWL_PartState> dwStates,
const CFX_RectF& rtItem,
const CFX_RectF* pData,
const CFX_Matrix& matrix) { … }
}