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

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 77 Get the filtertypes of each scanline in this PNG file.
87 unsigned getFilterTypes(std::vector<unsigned char>& filterTypes, const std::vector<unsigned char>& png);
90 Get the filtertypes of each scanline in every interlace pass this PNG file.
94 a single std::vector in filterTypes.
96 For an interlaced PNG, it returns 7 std::vectors in filterTypes, one for each
107 unsigned getFilterTypesInterlaced(std::vector<std::vector<unsigned char> >& filterTypes,
lodepng_util.cpp 155 unsigned getFilterTypesInterlaced(std::vector<std::vector<unsigned char> >& filterTypes,
201 filterTypes.resize(1);
208 filterTypes[0].push_back(data[i]);
214 filterTypes.resize(7);
228 filterTypes[j].push_back(data[pos]);
237 unsigned getFilterTypes(std::vector<unsigned char>& filterTypes, const std::vector<unsigned char>& png)
245 filterTypes.swap(passes[0]);
260 filterTypes.push_back(i % 2 == 0 ? passes[5][i / 2] : passes[6][i / 2]);
  /external/clang/lib/CodeGen/
CGException.cpp 751 SmallVector<llvm::Value*, 4> filterTypes;
772 filterTypes.push_back(filter.getFilter(i));
818 llvm::ArrayType::get(!filterTypes.empty() ?
819 filterTypes[0]->getType() : Int8PtrTy,
820 filterTypes.size());
822 for (unsigned i = 0, e = filterTypes.size(); i != e; ++i)
823 Filters.push_back(cast<llvm::Constant>(filterTypes[i]));
    [all...]
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 

Completed in 332 milliseconds