HomeSort by relevance Sort by last modified time
    Searched refs:colorsCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 453 uint32_t colorsCount = (op.meshWidth + 1) * (op.meshHeight + 1);
454 tempColors.reset(new int[colorsCount]);
455 memset(tempColors.get(), 0xff, colorsCount * sizeof(int));
    [all...]

Completed in 725 milliseconds