HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 151 - 175 of 1085) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv/cv/src/
cvpyrsegmentation.cpp 44 { float blue; member in struct:_CvRGBf
129 (float)fabs((a).blue - (b).blue))*/
139 float tb = (float)fabs(a.blue - b.blue);
148 float tb = (float)fabs(a.blue - b.blue);
757 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
768 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
778 stub.c.blue = stub.c.green = stub.c.red = 0
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 60 sendNotification(2, R.drawable.blue);
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 74 * Seekbar for blue bar of tinting color.
91 * Text label for blue component seekbar.
127 * Identifier for state of blue seek bar in state bundle.
234 final int blue = mBlueBar.getProgress(); local
236 return Color.argb(alpha, red, green, blue);
251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using
265 Color.alpha(color), Color.red(color), Color.green(color), Color.blue(color),
275 mBlueText.setText(getString(R.string.value_blue, Color.blue(color)));
  /developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 74 * Seekbar for blue bar of tinting color.
91 * Text label for blue component seekbar.
127 * Identifier for state of blue seek bar in state bundle.
234 final int blue = mBlueBar.getProgress(); local
236 return Color.argb(alpha, red, green, blue);
251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using
265 Color.alpha(color), Color.red(color), Color.green(color), Color.blue(color),
275 mBlueText.setText(getString(R.string.value_blue, Color.blue(color)));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 160 // X is red, Y is blue.
247 int blue = (int)mColor.y + 128; local
248 if (blue > 255) blue = 255;
249 int color = 0xff000000 | (red<<16) | blue;
  /development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java 74 * Seekbar for blue bar of tinting color.
91 * Text label for blue component seekbar.
127 * Identifier for state of blue seek bar in state bundle.
234 final int blue = mBlueBar.getProgress(); local
236 return Color.argb(alpha, red, green, blue);
251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using
265 Color.alpha(color), Color.red(color), Color.green(color), Color.blue(color),
275 mBlueText.setText(getString(R.string.value_blue, Color.blue(color)));
  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.cc 53 uint8 blue; member in struct:cloud_print::__anon10559::RGBA8
58 uint8 blue; member in struct:cloud_print::__anon10559::BGRA8
69 output->push_back(static_cast<char>(i->blue));
77 i->blue * kBlueCoefficient) /
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.h 53 float blue,
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.cpp 54 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> RGBColor::blue() function in class:WebCore::RGBColor
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 43 <link rel="match" href="blue-box-ref.xht" />
59 ["green-box-ref.xht", "blue-box-ref.xht"])
  /external/chromium_org/third_party/skia/tools/
skpmaker.cpp 20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
52 SkDebugf("--blue must be within range [0,255]\n");
  /external/chromium_org/tools/sheriffing/
style.css 77 color: blue;
81 color: blue;
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 31 unsigned char red, green, blue; member in struct:Color
  /external/fio/
graph.h 62 double red, double green, double blue);
  /external/javassist/sample/duplicate/
Viewer.java 11 Color.orange, Color.pink, Color.green, Color.blue };
  /external/libpng/contrib/gregbook/
readppm.c 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
  /external/skia/tools/
skpmaker.cpp 20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
52 SkDebugf("--blue must be within range [0,255]\n");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 152 float bgB = Color.blue(bg) / 255f;
160 float fgB = Color.blue(fg) / 255f;
176 (int) (overlayAlpha * Color.blue(baseColor) +
177 (1f - overlayAlpha) * Color.blue(overlayColor)));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorFilterCache.java 43 final int b = Color.blue(color);
  /hardware/qcom/display/msm8084/liblight/
lights.c 50 = "/sys/class/leds/blue/brightness";
65 = "/sys/class/leds/blue/blink";
132 int red, green, blue; local
162 blue = colorRGB & 0xFF;
175 if (blue)
180 write_int(BLUE_LED_FILE, blue);
  /hardware/qcom/display/msm8226/liblight/
lights.c 50 = "/sys/class/leds/blue/brightness";
65 = "/sys/class/leds/blue/blink";
132 int red, green, blue; local
162 blue = colorRGB & 0xFF;
175 if (blue)
180 write_int(BLUE_LED_FILE, blue);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
XWDFile.h 83 CARD32 blue_mask B32; /* Z blue mask */
105 CARD16 blue B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 83 CARD32 blue_mask B32; /* Z blue mask */
105 CARD16 blue B16;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 221 int blue, green, red; local
228 blue = readByte(buf, begin + 4*j);
231 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
361 int blue = readByte(buf, xorOffset + 3*pixelNo); local
367 *address = SkPreMultiplyARGB(alpha, red, green, blue);
375 int blue = readByte(buf, xorOffset + 4*pixelNo); local
383 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 488 Uint16 * red, * green, * blue ; local
507 blue = green + CI_SIZE ;
512 GammaRamp_B [i] = blue [i] ;
523 Uint16 * red, * green, * blue ; local
530 blue = green + CI_SIZE ;
535 blue [i] = GammaRamp_B [i] ;
539 red [i] = green [i] = blue [i] = i ;

Completed in 3321 milliseconds

1 2 3 4 5 67 8 91011>>