HomeSort by relevance Sort by last modified time
    Searched full:alignedrowbytes (Results 1 - 1 of 1) sorted by null

  /external/skia/src/image/
SkSurface_Raster.cpp 76 size_t alignedRowBytes = rowBytes >> shift << shift;
77 if (alignedRowBytes != rowBytes) {

Completed in 331 milliseconds