Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_line.h20 bool GetSlope();
Dcxfa_line.cpp48 bool CXFA_Line::GetSlope() { in GetSlope() function in CXFA_Line
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp123 if (line && line->GetSlope() && rtLine.right() > 0.0f && in RenderWidget()