Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGL_DITHER_MASK

1088         m_line = &c->ditherMatrix[ ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ];
1089 m_index = x & GGL_DITHER_MASK;
1095 int ret = m_line[m_index & GGL_DITHER_MASK];