Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_Blitter.h417 int blocksWide() const { return fWidth / BlockDim; } in blocksWide() function
428 return blockRow * this->blocksWide() + blockCol; in getBlockOffset()