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

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp 25 FX_FLOAT fContainerWidth,
36 if (FDE_CSSLengthToFloat(pRect->left, fContainerWidth, fResult)) {
39 if (FDE_CSSLengthToFloat(pRect->top, fContainerWidth, fResult)) {
42 if (FDE_CSSLengthToFloat(pRect->right, fContainerWidth, fResult)) {
45 if (FDE_CSSLengthToFloat(pRect->bottom, fContainerWidth, fResult)) {
53 if (FDE_CSSLengthToFloat(pRect->left, fContainerWidth, fResult)) {
56 if (FDE_CSSLengthToFloat(pRect->top, fContainerWidth, fResult)) {
59 if (FDE_CSSLengthToFloat(pRect->right, fContainerWidth, fResult)) {
62 if (FDE_CSSLengthToFloat(pRect->bottom, fContainerWidth, fResult)) {
70 if (FDE_CSSLengthToFloat(pRect->left, fContainerWidth, fResult)) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp     [all...]

Completed in 8379 milliseconds