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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 170 FX_FLOAT fEdge = GetEdgeWidth();
171 rect.Inflate(fEdge, fEdge);
217 FX_FLOAT fEdge = GetEdgeWidth();
218 rect.Deflate(fEdge, fEdge);
    [all...]
fwl_formimp.cpp 125 FX_FLOAT fEdge = GetEdgeWidth();
129 rect.height += fCapHeight + fCYBorder + fEdge + fEdge;
130 rect.width += fCXBorder + fCXBorder + fEdge + fEdge;
505 FX_FLOAT fEdge = GetEdgeWidth();
506 rtContent.Deflate(fEdge, fEdge);
    [all...]

Completed in 40 milliseconds