HomeSort by relevance Sort by last modified time
    Searched full:contrast (Results 76 - 100 of 1203) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
merge.h 44 * reach @c __end, in contrast to the usual variant.
90 * reach @c __end, in contrast to the usual variant.
157 * reach @c __end, in contrast to the usual variant.
209 * reach @c __end, in contrast to the usual variant.
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 30 In contrast to Unix ar, the r operation always appends to the archive,
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 30 In contrast to Unix ar, the r operation always appends to the archive,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
merge.h 44 * reach @c __end, in contrast to the usual variant.
90 * reach @c __end, in contrast to the usual variant.
157 * reach @c __end, in contrast to the usual variant.
209 * reach @c __end, in contrast to the usual variant.
  /external/opencv3/doc/tutorials/imgproc/histograms/histogram_equalization/
histogram_equalization.markdown 24 - It is a method that improves the contrast in an image, in order to stretch out the intensity
116 contrast, such as:
130 this image has certainly more contrast. Check out its new histogram like this:
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 71 <filter class="ContrastRatioFilter" name="contrast" />
163 targetFilter="contrast" targetPort="image" />
164 <connect sourceFilter="contrast" sourcePort="contrastRatingToGoodness"
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CSVWriterFilter.java 91 float contrast = ((Float)contrastValue.getValue()).floatValue(); local
134 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
137 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
  /packages/apps/ContactsCommon/res/values/
colors.xml 68 Requirements for the color in question on white with >= 3.0 contrast. We used
69 http://leaverou.github.io/contrast-ratio/#white-on-%23db4437 to double-check the contrast.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
filter-interpolation.html 126 from: 'contrast(0)',
129 {at: -1, is: 'contrast(0)'}, // Negative values are not allowed.
130 {at: 0, is: 'contrast(0)'},
131 {at: 0.5, is: 'contrast(0.5)'},
133 {at: 1.5, is: 'contrast(1.5)'}
  /external/webrtc/webrtc/modules/video_processing/
content_analysis_sse2.cc 109 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); local
111 if (contrast > 0.0) {
112 contrast = sqrt(contrast);
113 motion_magnitude_ = tempDiffAvg / contrast;
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 233 * Finds a suitable color such that there's enough contrast.
236 * @param other the color to ensure contrast against. Assumed to be lighter than {@param color}
238 * @param minRatio the minimum contrast ratio required.
240 * contrast ratio.
271 * Finds a text color with sufficient contrast over bg that has the same hue as the original
279 * Finds a text color with sufficient contrast over bg that has the same hue as the original
311 * Resolves a Notification's color such that it has enough contrast to be used as the
315 * @return a color of the same hue with enough contrast against the backgrounds.
332 "Enhanced contrast of notification for %s %s (over action)"
400 * Returns the contrast ratio between {@code foreground} and {@code background}
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 153 * Listener for the system high text contrast state. To listen for changes to
154 * the high text contrast state on the device, implement this interface and
163 * Called when the high text contrast enabled state changes.
165 * @param enabled Whether high text contrast is enabled.
266 * Returns if the high text contrast in the system is enabled.
272 * @return True if high text contrast is enabled, false otherwise.
504 * the global high text contrast state of the system.
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 269 if (!isEqual(mParams.params.pa_params.contrast,
270 data.hsicData.contrast)) {
272 "Contrast has changed from %f to %f",
273 mParams.params.pa_params.contrast,
274 data.hsicData.contrast);
282 mParams.params.pa_params.contrast = data.hsicData.contrast;
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdp.cpp 255 if (!isEqual(mParams.params.pa_params.contrast,
256 data.hsicData.contrast)) {
258 "Contrast has changed from %f to %f",
259 mParams.params.pa_params.contrast,
260 data.hsicData.contrast);
268 mParams.params.pa_params.contrast = data.hsicData.contrast;
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdp.cpp 257 if (!isEqual(mParams.params.pa_params.contrast,
258 data.hsicData.contrast)) {
260 "Contrast has changed from %f to %f",
261 mParams.params.pa_params.contrast,
262 data.hsicData.contrast);
270 mParams.params.pa_params.contrast = data.hsicData.contrast;
  /hardware/intel/img/psb_video/src/
psb_texture.c 145 double brightness, double contrast,
232 texture_priv->contrast.Value = OV_CONTRAST_DEFAULT_VALUE;
233 texture_priv->contrast.Fraction = 0;
736 * - Contrast is an adjustment of the Y scale.
742 fContrast = (pPriv->contrast.Value + 100) / 100.0;
751 * (including brightness and contrast correction)
765 * (including brightness and contrast correction)
780 * (including brightness and contrast correction)
    [all...]
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 70 {MNOTE_NIKON_TAG_CURVE, "Curve,", N_("Contrast Curve"), ""},
153 {MNOTE_OLYMPUS_TAG_CONTRAST, "Contrast", N_("Contrast Setting"), ""},
  /external/skia/src/sfnt/
SkPanose.h 88 struct Contrast {
275 struct Contrast {
416 struct Contrast {
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/res/layout/
activity_navigation_drawer.xml 40 the container. A solid background is used for contrast
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/res/layout/
activity_navigation_drawer.xml 40 the container. A solid background is used for contrast
  /development/samples/browseable/NavigationDrawer/res/layout/
activity_navigation_drawer.xml 40 the container. A solid background is used for contrast
  /development/samples/training/NavigationDrawer/res/layout/
activity_main.xml 36 the container. A solid background is used for contrast
  /external/avahi/avahi-core/
rr-util.h 33 this function is identical to avahi_key_equal(). In contrast to
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
Marshal.java 49 * Write the instance to the given XmlSerializer. In contrast to
  /external/llvm/include/llvm/Analysis/
Lint.h 12 // haven't done something bad. In contrast to the Verifier, the Lint checker

Completed in 2374 milliseconds

1 2 34 5 6 7 8 91011>>