Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGL_DITHER_MASK

1109         m_line = &c->ditherMatrix[ ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ];
1110 m_index = x & GGL_DITHER_MASK;
1116 int ret = m_line[m_index & GGL_DITHER_MASK];