Home
last modified time | relevance | path

Searched refs:bThin (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp300 bool* bThin, in GetZeroAreaPath() argument
328 *bThin = true; in GetZeroAreaPath()
351 *bThin = true; in GetZeroAreaPath()
403 *bThin = true; in GetZeroAreaPath()
414 *bThin = true; in GetZeroAreaPath()
Dcfx_pathdata.h57 bool* bThin,
Dcfx_renderdevice.cpp578 bool bThin = false; in DrawPathWithBlend() local
582 &bThin, &setIdentity)) { in DrawPathWithBlend()
587 if (bThin) in DrawPathWithBlend()
/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp1135 BOOL_32 bThin = (m_settings.isBonaire == TRUE) || in HwlSelectTileMode() local
1141 tileType = (bThin == TRUE) ? ADDR_NON_DISPLAYABLE : ADDR_THICK; in HwlSelectTileMode()
1146 tileType = (bThin == TRUE) ? ADDR_NON_DISPLAYABLE : ADDR_THICK; in HwlSelectTileMode()