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

  /external/skia/tools/
PictureRenderer.cpp 510 int rounded_value = width; local
512 rounded_value = width - (width % fTileMinPowerOf2Width) + fTileMinPowerOf2Width;
530 if (current_width & rounded_value) {

Completed in 328 milliseconds