Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h515 GLint bLeft = 0, fdbOuter = 0, fdbInner; in NAME() local
652 bLeft = (GLint)(ChanToFixed(vLower->color[BCOMP]) in NAME()
673 bLeft = ChanToFixed(v2->color[BCOMP]); in NAME()
788 span.blue = bLeft; in NAME()
856 bLeft += fdbOuter; in NAME()
888 bLeft += fdbInner; in NAME()
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp409 bool bLeft = m_pProperties->m_rtWidget.left < 0; in GetPopupPosMenu() local
412 if (fRight + point.x > 0.0f || bLeft) { in GetPopupPosMenu()