HomeSort by relevance Sort by last modified time
    Searched full:blue (Results 276 - 300 of 3806) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/
load-decls.c 4 Blue,
15 // CHECK: load-decls.c:4:3: EnumConstantDecl=Blue:4:3 (Definition) Extent=[4:3 - 4:7]
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 77 FixedToInt(span.green), FixedToInt(span.blue)); \
83 span.blue += span.blueStep; \
111 FixedToInt(span.green), FixedToInt(span.blue), \
117 span.blue += span.blueStep; \
146 FixedToInt(span.green), FixedToInt(span.blue), \
152 span.blue += span.blueStep; \
180 FixedToInt(span.green), FixedToInt(span.blue)); \
185 span.blue += span.blueStep; \
213 ptr->b = FixedToInt(span.blue); \
218 span.blue += span.blueStep;
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowColorTest.java 35 assertThat(Color.parseColor("blue")).isEqualTo(-16776961);
43 Color.colorToHSV(Color.BLUE, hsv);
  /packages/apps/Gallery2/jni/filters/
bwfilter.c 44 float b = sb *rgb[BLUE];
52 rgb[BLUE] = rgb[RED];
contrast.c 52 rgb[BLUE] = clamp((int)(m*rgb[BLUE]+c));
gradient.c 52 int b = destination[BLUE];
54 destination[BLUE] = b;
saturated.c 38 int b = destination[BLUE];
49 destination[BLUE] = CLAMP(Bc);
vibrance.c 40 int b = destination[BLUE];
58 destination[BLUE] = CLAMP(Bc);
  /packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values-night/
colors.xml 21 <color name="notification_action_list">#ff11181d</color> <!-- Dark Blue Grey 800 -->
33 <color name="notification_material_background_color">#ff172026</color> <!-- Dark Blue Grey 700 -->
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-highlight.def 28 stdout-foreground= blue
59 stdout-foreground= blue
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-highlight.def 28 stdout-foreground= blue
59 stdout-foreground= blue
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 28 stdout-foreground= blue
59 stdout-foreground= blue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 28 stdout-foreground= blue
59 stdout-foreground= blue
  /sdk/testapps/customViewTest/libWithCustomView/res/layout/
main.xml 35 android:background="@drawable/blue"
36 app:text="Blue"
  /external/freetype/src/autofit/
afcjk.c 275 /* Find all blue zones. */
289 AF_CJKBlue blue; local
302 /* we walk over the blue character strings as specified in the */
306 FT_TRACE5(( "cjk blue zones computation\n"
335 FT_TRACE5(( "blue zone %d (%s):\n",
486 * we couldn't find a single glyph to compute this blue zone,
494 /* now determine the reference and overshoot position of the blue -- */
499 blue = &axis->blues[axis->blue_count];
500 blue_ref = &blue->ref.org;
501 blue_shoot = &blue->shoot.org
680 AF_CJKBlue blue = &axis->blues[nn]; local
1302 AF_CJKBlue blue = cjk->blues + bb; local
1816 AF_Width blue; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Enum.py 17 blue = 3
19 Now, Color.red, Color.green and Color.blue behave totally
35 'green': 2, 'blue': 3}.
131 blue = 3 variable in class:_test.Color
137 print Color.red == Color.blue
155 blue = 5 variable in class:_test.OtherColor
  /external/freetype/src/psaux/
psblues.h 5 /* Adobe's code for handling Blue Zones (specification). */
40 * A `CF2_Blues' object stores the blue zones (horizontal alignment
52 * Blue zones are used to `capture' hints and force them to a common
57 * method are overshoot suppression, overshoot enforcement, and Blue
92 /* by a blue zone */
141 /* max total blue zones is 12 */
  /external/python/cpython2/Demo/metaclasses/
Enum.py 17 blue = 3
19 Now, Color.red, Color.green and Color.blue behave totally
35 'green': 2, 'blue': 3}.
131 blue = 3 variable in class:_test.Color
137 print Color.red == Color.blue
155 blue = 5 variable in class:_test.OtherColor
  /external/python/cpython2/Tools/pynche/
ChipViewer.py 30 initialcolor = 'blue',
100 def update_yourself(self, red, green, blue):
108 rgbtuple = (red, green, blue)
111 nearest = colordb.nearest(red, green, blue)
131 red, green, blue = ColorDB.rrggbb_to_triplet(rrggbb)
132 self.__sb.update_views(red, green, blue)
  /external/python/cpython3/Tools/pynche/
ChipViewer.py 30 initialcolor = 'blue',
100 def update_yourself(self, red, green, blue):
108 rgbtuple = (red, green, blue)
111 nearest = colordb.nearest(red, green, blue)
131 red, green, blue = ColorDB.rrggbb_to_triplet(rrggbb)
132 self.__sb.update_views(red, green, blue)
  /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;
179 if (blue) {
186 write_int(BLUE_LED_FILE, blue);
  /hardware/qcom/display/msm8994/liblight/
lights.c 51 = "/sys/class/leds/blue/brightness";
66 = "/sys/class/leds/blue/blink";
133 int red, green, blue; local
163 blue = colorRGB & 0xFF;
180 if (blue) {
187 write_int(BLUE_LED_FILE, blue);
  /hardware/qcom/display/msm8996/liblight/
lights.c 51 = "/sys/class/leds/blue/brightness";
66 = "/sys/class/leds/blue/blink";
133 int red, green, blue; local
163 blue = colorRGB & 0xFF;
189 if (blue) {
196 write_int(BLUE_LED_FILE, blue);
  /test/vts/hals/light/bullhead/
lights.c 43 char const *const BLUE_LED_FILE = "/sys/class/leds/blue/brightness";
46 char const *const BLUE_TIMEOUT_FILE = "/sys/class/leds/blue/on_off_ms";
135 int red, green, blue; local
161 blue = colorRGB & 0xFF;
167 blue = 0;
174 write_int(BLUE_LED_FILE, blue);

Completed in 1451 milliseconds

<<11121314151617181920>>