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

  /frameworks/base/tools/aapt2/
Png.h 30 int grayScaleTolerance = 0;
Png.cpp 232 static void analyze_image(SourceLogger* logger, const PngInfo& imageInfo, int grayscaleTolerance,
339 printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation, grayscaleTolerance);
365 if (maxGrayDeviation <= grayscaleTolerance) {
415 int grayScaleTolerance, SourceLogger* logger, std::string* outError) {
455 analyze_image(logger, *info, grayScaleTolerance, rgbPalette, alphaPalette,
    [all...]

Completed in 175 milliseconds