Home
last modified time | relevance | path

Searched refs:GetPresence (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.h29 bool IsVisible() const { return GetPresence() == XFA_ATTRIBUTEENUM_Visible; } in IsVisible()
30 int32_t GetPresence() const;
Dcxfa_caption.h21 int32_t GetPresence();
Dcxfa_fill.h21 int32_t GetPresence();
Dcxfa_caption.cpp14 int32_t CXFA_Caption::GetPresence() { in GetPresence() function in CXFA_Caption
Dcxfa_box.h30 int32_t GetPresence() const;
Dcxfa_stroke.cpp12 int32_t CXFA_Stroke::GetPresence() const { in GetPresence() function in CXFA_Stroke
Dcxfa_fill.cpp15 int32_t CXFA_Fill::GetPresence() { in GetPresence() function in CXFA_Fill
Dcxfa_box.cpp84 int32_t CXFA_Box::GetPresence() const { in GetPresence() function in CXFA_Box
Dcxfa_widgetdata.cpp26 if (strokes[nIndex * 2 + 1].GetPresence() == XFA_ATTRIBUTEENUM_Visible) { in GetEdgeThickness()
419 if (border && border.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in GetUIMargin()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpushbutton.cpp122 if (border && border.GetPresence() == XFA_ATTRIBUTEENUM_Visible) { in GetLineWidth()
136 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in LoadHighlightCaption()
172 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderHighlightCaption()
Dxfa_ffpath.cpp71 if (edge.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderWidget()
Dxfa_fffield.cpp176 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in CapPlacement()
579 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderCaption()
Dxfa_ffcheckbutton.cpp98 if (caption && caption.GetPresence()) { in PerformLayout()
Dxfa_ffwidgetacc.cpp119 if (!caption || caption.GetPresence() == XFA_ATTRIBUTEENUM_Hidden) in LoadCaption()
715 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) { in CalcCaptionSize()
1195 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in FindSplitPos()
Dxfa_ffwidget.cpp1638 if (!fill || fill.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in XFA_BOX_Fill()
2032 if (!box || box.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in XFA_DrawBox()