Home
last modified time | relevance | path

Searched refs:kYCount_DrawImageLatticeShift (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pipe/
DSkPipeFormat.h192 kYCount_DrawImageLatticeShift = 10, // bits 10:17 are ycount or FF means 32bits follow enumerator
DSkPipeCanvas.cpp567 extra |= kCount_DrawImageLatticeMask << kYCount_DrawImageLatticeShift; in onDrawImageLattice()
569 extra |= lattice.fYCount << kYCount_DrawImageLatticeShift; in onDrawImageLattice()