HomeSort by relevance Sort by last modified time
    Searched refs:MaxH (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_draw.cpp 37 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
cxfa_exclgroup.cpp 37 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
cxfa_field.cpp 41 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
cxfa_subform.cpp 42 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
xfa_basic_data_element_script.cpp     [all...]
cxfa_node_statics.cpp     [all...]
cxfa_itemlayoutprocessor.cpp 119 Optional<CXFA_Measurement> maxH =
120 pFormNode->JSObject()->TryMeasure(XFA_Attribute::MaxH, false);
121 if (maxH && maxH->GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
122 containerSize.height = maxH->ToUnit(XFA_Unit::Pt);
    [all...]
cxfa_node.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 481 MaxH,

Completed in 99 milliseconds