Searched refs:kXCount_DrawImageLatticeShift (Results 1 – 3 of 3) sorted by relevance
189 kXCount_DrawImageLatticeShift = 2, // bits 2:9 are xcount or FF means 32bits follow enumerator
540 lattice.fXCount = (packedVerb >> kXCount_DrawImageLatticeShift) & kCount_DrawImageLatticeMask; in drawImageLattice_handler()544 lattice.fYCount = (packedVerb >> kXCount_DrawImageLatticeShift) & kCount_DrawImageLatticeMask; in drawImageLattice_handler()
549 extra |= kCount_DrawImageLatticeMask << kXCount_DrawImageLatticeShift; in onDrawImageLattice()551 extra |= lattice.fXCount << kXCount_DrawImageLatticeShift; in onDrawImageLattice()