Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h90 void SetLineHeight(float fLineHeight);
Dcfx_csscomputedstyle.cpp137 void CFX_CSSComputedStyle::SetLineHeight(float fLineHeight) { in SetLineHeight() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp172 pStyle->SetLineHeight(fLineHeight); in CreateRootStyle()