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