Searched refs:SetMeasure (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidgethandler.cpp | 545 pMargin->JSObject()->SetMeasure(XFA_Attribute::LeftInset, in CreateMarginNode() 549 pMargin->JSObject()->SetMeasure(XFA_Attribute::TopInset, in CreateMarginNode() 553 pMargin->JSObject()->SetMeasure(XFA_Attribute::RightInset, in CreateMarginNode() 557 pMargin->JSObject()->SetMeasure(XFA_Attribute::BottomInset, in CreateMarginNode()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 109 JSObject()->SetMeasure(XFA_Attribute::Thickness, msThinkness, false); in SetMSThickness()
|
D | cxfa_layoutpagemgr.cpp | 352 pContentArea->JSObject()->SetMeasure( in InitLayoutPage() 354 pContentArea->JSObject()->SetMeasure( in InitLayoutPage() 356 pContentArea->JSObject()->SetMeasure( in InitLayoutPage() 358 pContentArea->JSObject()->SetMeasure( in InitLayoutPage() 371 pMedium->JSObject()->SetMeasure( in InitLayoutPage() 373 pMedium->JSObject()->SetMeasure( in InitLayoutPage()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 201 bool SetMeasure(XFA_Attribute eAttr, CXFA_Measurement mValue, bool bNotify);
|
D | cjx_object.cpp | 241 return SetMeasure(eAttr, CXFA_Measurement(wsValue), bNotify); in SetAttribute() 410 bool CJX_Object::SetMeasure(XFA_Attribute eAttr, in SetMeasure() function in CJX_Object
|