Lines Matching refs:JSObject
82 return JSObject()->GetEnum(XFA_Attribute::Hand); in GetHand()
86 return JSObject() in GetPresence()
97 return JSObject()->GetOrCreateProperty<CXFA_Edge>(nIndex, in GetEdgeIfExists()
99 return JSObject()->GetProperty<CXFA_Edge>(nIndex, XFA_Element::Edge); in GetEdgeIfExists()
107 return JSObject()->GetBoolean(XFA_Attribute::Circular); in IsCircular()
111 return JSObject()->TryInteger(XFA_Attribute::StartAngle, false); in GetStartAngle()
115 return JSObject()->TryInteger(XFA_Attribute::SweepAngle, false); in GetSweepAngle()
119 return JSObject()->GetOrCreateProperty<CXFA_Fill>(0, XFA_Element::Fill); in GetOrCreateFillIfPossible()
145 JSObject()->GetOrCreateProperty<CXFA_Corner>(i, XFA_Element::Corner); in GetStrokesInternal()
147 corner = JSObject()->GetProperty<CXFA_Corner>(i, XFA_Element::Corner); in GetStrokesInternal()
164 edge = JSObject()->GetOrCreateProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()
166 edge = JSObject()->GetProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()
215 CXFA_Fill* fill = JSObject()->GetProperty<CXFA_Fill>(0, XFA_Element::Fill); in DrawFill()