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 71 size_t alignedRowBytes = rowBytes >> shift << shift;
72 if (alignedRowBytes != rowBytes) {

Completed in 170 milliseconds