Home
last modified time | relevance | path

Searched refs:GetSubType (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp65 GetAnnotHandler(pAnnot->GetSubType())) { in NewAnnot()
122 return GetAnnotHandler(pPDFAnnot->GetSubType()); in GetAnnotHandler()
398 if (pAnnot->GetSubType() == BFFT_SIGNATURE) in CanAnswer()
463 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw()
478 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter()
489 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit()
501 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown()
516 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonUp()
531 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDblClk()
546 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseMove()
[all …]
Dfpdf_ext.cpp65 CFX_ByteString cbSubType = pPDFAnnot->GetSubType(); in CheckUnSupportAnnot()
Dfsdk_baseannot.cpp554 return m_pAnnot->GetSubType(); in GetType()
557 CFX_ByteString CPDFSDK_BAAnnot::GetSubType() const { in GetSubType() function in CPDFSDK_BAAnnot
Dfsdk_baseform.cpp521 CFX_ByteString CPDFSDK_Widget::GetSubType() const { in GetSubType() function in CPDFSDK_Widget
526 return CPDFSDK_Annot::GetSubType(); in GetSubType()
2829 if (pAnnot->GetType() == m_sType && pAnnot->GetSubType() == m_sSubType)
2838 if (pAnnot->GetType() == m_sType && pAnnot->GetSubType() == m_sSubType)
2898 if (pAnnot->GetType() == m_sType && pAnnot->GetSubType() == m_sSubType)
Dfsdk_mgr.cpp728 if (pAnnot->GetSubType() == "Widget") {
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp127 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseEnter()
163 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseExit()
200 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonDown()
242 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonUp()
322 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonDblClk()
335 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseMove()
350 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseWheel()
363 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnRButtonDown()
376 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnRButtonUp()
388 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnKeyDown()
[all …]
DFFL_FormFiller.cpp81 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnDraw()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h90 virtual CFX_ByteString GetSubType() const { return ""; } in GetSubType() function
132 CFX_ByteString GetSubType() const override;
Dfsdk_baseform.h101 CFX_ByteString GetSubType() const override;
237 CFX_ByteString GetSubType() const override { return ""; } in GetSubType() function
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp57 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget"; in DisplayPass()
130 CFX_ByteString CPDF_Annot::GetSubType() const { in GetSubType() function in CPDF_Annot
249 if (GetSubType() == "Popup") { in DrawBorder()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d11shader.idl177 ID3D11ShaderReflectionType* GetSubType();
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h390 CFX_ByteString GetSubType() const;