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

  /external/pdfium/xfa/fxfa/parser/
cxfa_para.h 20 float GetMarginLeft();
cxfa_para.cpp 73 float CXFA_Para::GetMarginLeft() {
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.cpp 160 rect.left += para->GetMarginLeft();
cxfa_textparser.cpp 128 rtMarginWidth.left.Set(CFX_CSSLengthUnit::Point, para->GetMarginLeft());
cxfa_textlayout.cpp 136 fStart = para->GetMarginLeft();
    [all...]
cxfa_widgetacc.cpp 737 size.width += para->GetMarginLeft() + para->GetTextIndent();
    [all...]

Completed in 491 milliseconds