HomeSort by relevance Sort by last modified time
    Searched defs:CPDFSDK_Annot (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 69 class CPDFSDK_Annot {
71 explicit CPDFSDK_Annot(CPDFSDK_PageView* pPageView);
72 virtual ~CPDFSDK_Annot() {}
122 class CPDFSDK_BAAnnot : public CPDFSDK_Annot {
  /external/pdfium/fpdfsdk/src/
fsdk_baseannot.cpp 506 CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView)
512 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {
519 FX_BOOL CPDFSDK_Annot::IsSelected() {
523 void CPDFSDK_Annot::SetSelected(FX_BOOL bSelected) {
528 int CPDFSDK_Annot::GetTabOrder() {
532 void CPDFSDK_Annot::SetTabOrder(int iTabOrder) {
895 FX_FLOAT CPDFSDK_Annot::GetMinWidth() const {
899 FX_FLOAT CPDFSDK_Annot::GetMinHeight() const {
972 UnderlyingPageType* CPDFSDK_Annot::GetUnderlyingPage()
    [all...]

Completed in 60 milliseconds