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

  /frameworks/base/tools/aapt/
Images.cpp 550 int maxSizeYDivs = H * sizeof(int32_t);
552 int32_t* yDivs = image->yDivs = (int32_t*) malloc(maxSizeYDivs);
564 memset(yDivs, -1, maxSizeYDivs);
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 984 const int maxSizeYDivs = H * sizeof(int32_t);
998 memset(yDivs, -1, maxSizeYDivs);
    [all...]

Completed in 477 milliseconds