Home
last modified time | relevance | path

Searched refs:SetLineHeight (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h87 void SetLineHeight(FX_FLOAT fLineHeight);
Dcfde_csscomputedstyle.cpp138 void CFDE_CSSComputedStyle::SetLineHeight(FX_FLOAT fLineHeight) { in SetLineHeight() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp161 pStyle->SetLineHeight(fLineHeight); in CreateRootStyle()