Home
last modified time | relevance | path

Searched refs:kXCount_DrawImageLatticeShift (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pipe/
DSkPipeFormat.h191 kXCount_DrawImageLatticeShift = 2, // bits 2:9 are xcount or FF means 32bits follow enumerator
DSkPipeReader.cpp550 lattice.fXCount = (packedVerb >> kXCount_DrawImageLatticeShift) & kCount_DrawImageLatticeMask; in drawImageLattice_handler()
554 lattice.fYCount = (packedVerb >> kXCount_DrawImageLatticeShift) & kCount_DrawImageLatticeMask; in drawImageLattice_handler()
DSkPipeCanvas.cpp562 extra |= kCount_DrawImageLatticeMask << kXCount_DrawImageLatticeShift; in onDrawImageLattice()
564 extra |= lattice.fXCount << kXCount_DrawImageLatticeShift; in onDrawImageLattice()