Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp64 if (IPDFSDK_AnnotHandler* pAnnotHandler = GetAnnotHandler(pAnnot->GetSubType())) in NewAnnot()
124 return GetAnnotHandler(pPDFAnnot->GetSubType()); in GetAnnotHandler()
362 CFX_ByteString sSubType = pAnnot->GetSubType(); in CanAnswer()
439 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnDraw()
457 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseEnter()
473 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseExit()
488 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDown()
505 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonUp()
522 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnLButtonDblClk()
539 CFX_ByteString sSubType = pAnnot->GetSubType(); in OnMouseMove()
[all …]
Dfpdf_ext.cpp60 CFX_ByteString cbSubType = pPDFAnnot->GetSubType(); in CheckUnSupportAnnot()
Dfsdk_baseform.cpp104 CFX_ByteString CPDFSDK_Widget::GetSubType() const in GetSubType() function in CPDFSDK_Widget
110 return CPDFSDK_Annot::GetSubType(); in GetSubType()
2796 && pAnnot->GetSubType() == m_sSubType) in GenerateResults()
2813 && pAnnot->GetSubType() == m_sSubType) in GenerateResults()
2903 && pAnnot->GetSubType() == m_sSubType) in GenerateResults()
Dfsdk_baseannot.cpp594 return m_pAnnot->GetSubType(); in GetType()
597 CFX_ByteString CPDFSDK_Annot::GetSubType() const in GetSubType() function in CPDFSDK_Annot
Dfsdk_mgr.cpp699 if(pAnnot->GetSubType() == "Widget") in GetPDFWidgetAtPoint()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp169 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseEnter()
213 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseExit()
257 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonDown()
302 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonUp()
389 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnLButtonDblClk()
402 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseMove()
416 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnMouseWheel()
429 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnRButtonDown()
442 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnRButtonUp()
455 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnRButtonDblClk()
[all …]
DFFL_FormFiller.cpp97 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget"); in OnDraw()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp67 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget"; in DisplayPass()
165 CFX_ByteString CPDF_Annot::GetSubType() const in GetSubType() function in CPDF_Annot
272 if (GetSubType() == "Popup") { in GetBorder()
368 if (GetSubType() == "Popup") { in DrawBorder()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h99 virtual CFX_ByteString GetSubType() const;
Dfsdk_baseform.h65 virtual CFX_ByteString GetSubType() const;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d11shader.idl177 ID3D11ShaderReflectionType* GetSubType();
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h577 CFX_ByteString GetSubType() const;