Home
last modified time | relevance | path

Searched refs:bLeft (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h510 GLint bLeft = 0, fdbOuter = 0, fdbInner; in NAME() local
647 bLeft = (GLint)(ChanToFixed(vLower->color[BCOMP]) in NAME()
668 bLeft = ChanToFixed(v2->color[BCOMP]); in NAME()
783 span.blue = bLeft; in NAME()
851 bLeft += fdbOuter; in NAME()
883 bLeft += fdbInner; in NAME()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h130 FX_BOOL bLeft);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp902 FX_BOOL bLeft) { in DoWidthLimit() argument
907 bLeft ? (fWidth - fx + fLeft + fSpace) : (fx - fLeft + fSpace); in DoWidthLimit()
910 fLeft += bLeft ? (fx - fLeft - fSpace) : 0; in DoWidthLimit()
913 fLeft += bLeft ? (fWidth - fLimitMin) : 0; in DoWidthLimit()
916 fLeft -= bLeft ? (fLimitMax - fWidth) : 0; in DoWidthLimit()
Dfwl_widgetimp.cpp735 FX_BOOL bLeft = m_pProperties->m_rtWidget.left < 0; in GetPopupPosMenu() local
738 if (fRight + fx > fScreenWidth || bLeft) { in GetPopupPosMenu()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1736 FX_BOOL bLeft = mgUI.GetLeftInset(fLeftInset); in GetUIMargin() local
1744 if (!bLeft || !bTop || !bRight || !bBottom) { in GetUIMargin()
1756 if (!bLeft) { in GetUIMargin()