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

  /frameworks/rs/
rsFont.cpp 344 int32_t whiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD;
362 whiteThreshold = atoi(property);
367 mWhiteThreshold = (float)(whiteThreshold) / 255.0f;
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]

Completed in 120 milliseconds