// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "xfa/fwl/cfwl_picturebox.h" namespace pdfium { CFWL_PictureBox::CFWL_PictureBox(CFWL_App* app) : … { … } CFWL_PictureBox::~CFWL_PictureBox() = default; FWL_Type CFWL_PictureBox::GetClassID() const { … } void CFWL_PictureBox::Update() { … } void CFWL_PictureBox::DrawWidget(CFGAS_GEGraphics* pGraphics, const CFX_Matrix& matrix) { … } void CFWL_PictureBox::OnDrawWidget(CFGAS_GEGraphics* pGraphics, const CFX_Matrix& matrix) { … } } // namespace pdfium