HomeSort by relevance Sort by last modified time
    Searched refs:color (Results 276 - 300 of 4337) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/turtledemo/
peace.py 26 color(pcolor)
36 color("white")
yinyang.py 18 color("black", color1)
30 color(color1, color2)
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$color.class 
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.cpp 26 const sp<SurfaceControl>& surfaceControl, const HSV& color, int id)
27 : mSurfaceControl(surfaceControl), mColor(color), mSurfaceId(id), mContinueScheduling(true) {}
68 const sp<SurfaceControl>& surfaceControl, const HSV& color) {
71 mColor = color;
91 auto color = mColor.getRGB(); local
97 pixel[0] = color.r;
98 pixel[1] = color.g;
99 pixel[2] = color.b;
  /frameworks/native/services/surfaceflinger/
ColorLayer.cpp 47 half4 color = getColor(); local
48 if (color.a > 0) {
53 true /* disableTexture */, color); local
61 return !isHiddenByPolicy() && s.color.a;
86 half4 color = getColor(); local
87 error = hwcLayer->setColor({static_cast<uint8_t>(std::round(255.0f * color.r)),
88 static_cast<uint8_t>(std::round(255.0f * color.g)),
89 static_cast<uint8_t>(std::round(255.0f * color.b)), 255});
91 ALOGE("[%s] Failed to set color: %s (%d)", mName.string(), to_string(error).c_str(),
Colorizer.h 29 enum color { enum in class:android::Colorizer
43 void colorize(String8& out, color c) {
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
PorterDuffTest.kt 27 val p = Paint().apply { color = 0xffffffff.toInt() }
30 p.color = 0x7f00ff00
40 val p = Paint().apply { color = 0xffffffff.toInt() }
43 p.color = 0xff000000.toInt()
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeInTexture.java 20 // FadeInTexture is a texture which begins with a color, then gradually animates
29 public FadeInTexture(int color, TiledTexture texture) {
31 mColor = color;
  /packages/apps/UnifiedEmail/src/com/android/mail/graphics/
PageMarginDrawable.java 35 int insetRight, int insetBottom, int color) {
38 mPaint.setColor(color);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
colorprint.cc 42 PlatformColorCode GetPlatformColorCode(LogColor color) {
44 switch (color) {
62 switch (color) {
121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) {
124 ColorPrintf(out, color, fmt, args);
128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,
135 // Gets the current text color.
145 GetPlatformColorCode(color) | FOREGROUND_INTENSITY);
149 // Restores the text color.
152 const char* color_code = GetPlatformColorCode(color);
    [all...]
colorprint.h 23 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt,
25 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...);
  /sdk/templates/docs/
default.css 21 color: #333;
33 color: #060;
41 color: #33b5e5;
51 color: #09c;
55 color: #fff;
56 background-color: #09c;
63 color: #fff;
92 color: #09c;
96 background-color: #eee;
109 color: #000
    [all...]
  /external/ImageMagick/MagickCore/
color.c 12 % MagickCore Color Methods %
48 #include "MagickCore/color.h"
49 #include "MagickCore/color-private.h"
1132 color; local
1496 color; local
1561 color; local
2578 const Image *magick_unused(image),const PixelInfo *color, variable
    [all...]
vision.h 34 color; member in struct:_CCObjectInfo
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 127 const struct stw_pf_color_info *color,
139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
140 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green);
141 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
142 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha);
168 pfi->pfd.cColorBits = color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 91 " --color -C Output using ANSI color codes (requires -P).\n"
172 {"color", no_argument, NULL, 'C'},
558 struct context_color_t *color)
567 fg = disp__color_to_ansi(color->user_fg);
568 bg = disp__color_to_ansi(color->user_bg) + 10;
570 fg = disp__color_to_ansi(color->role_fg);
571 bg = disp__color_to_ansi(color->role_bg) + 10;
573 fg = disp__color_to_ansi(color->type_fg);
574 bg = disp__color_to_ansi(color->type_bg) + 10
628 struct context_color_t color = { .valid = 0 }; local
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ThemeColorManager.java 20 import android.graphics.Color;
32 * Calculates the background color for the in call window. The background color is based on the SIM
46 * determine the theme color for InCallUI.
73 colorMap.calculatePrimaryAndSecondaryColor(R.color.incall_call_spam_background_color);
74 backgroundColorTop = context.getColor(R.color.incall_background_gradient_spam_top);
75 backgroundColorMiddle = context.getColor(R.color.incall_background_gradient_spam_middle);
76 backgroundColorBottom = context.getColor(R.color.incall_background_gradient_spam_bottom);
77 backgroundColorSolid = context.getColor(R.color.incall_background_multiwindow_spam);
80 backgroundColorTop = context.getColor(R.color.incall_background_gradient_top)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
ConversationDrawables.java 33 // Cache the color filtered bubble drawables so that we don't need to create a
98 mOutgoingBubbleColor = resources.getColor(R.color.message_bubble_color_outgoing);
100 resources.getColor(R.color.message_error_bubble_color_incoming);
102 resources.getColor(R.color.message_audio_button_color_incoming);
103 mSelectedBubbleColor = resources.getColor(R.color.message_bubble_color_selected);
104 mThemeColor = resources.getColor(R.color.primary_color);
123 int color; local
125 color = mSelectedBubbleColor;
128 color = mIncomingErrorBubbleColor;
130 color = mThemeColor
    [all...]
  /external/libopus/doc/
customdoxygen.css 73 background-color: #F1F1F1;
90 color: #646464;
96 color: #747474;
109 background-color: #B8B8B8;
110 color: #ffffff;
115 color: #ffffff;
126 color: #4665A2;
130 color: #4665A2;
146 background-color: #FCFCFC;
156 background-color: black
    [all...]
  /compatibility/cdd/source/
android-cdd.css 7 color: #09C;
12 color: #639;
18 color: #09C;
29 background-color: orange;
33 background-color: black;
41 background-color: black;
49 background-color: black;
72 color: #333;
78 color: white;
85 color: white
    [all...]
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 17 color: #333;
34 background-color: #d4e9a9;
42 background-color: #a5c639;
55 background-color: #d4e9a9;
62 background-color: #a5c639;
74 background-color: #d4e9a9;
76 border-color: #a5c639;
86 background-color: #a5c639;
100 background-color: #fff;
107 background-color: #fa5858
    [all...]
  /external/libjpeg-turbo/doc/html/
doxygen.css 21 color: #354C7B;
91 background-color: #EBEFF6;
108 color: #3D578C;
114 color: #4665A2;
127 background-color: #9CAFD4;
128 color: #ffffff;
133 color: #ffffff;
144 color: #4665A2;
148 color: #4665A2;
159 background-color: #FBFCFD
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
OrganizationInfoTest.java 19 import android.graphics.Color;
24 private static final int DEFAULT_ORGANIZATION_COLOR = Color.parseColor("#00796B");
28 assertEquals("Default color returned: " + Integer.toHexString(defaultColor),
37 Color.TRANSPARENT,
38 Color.WHITE,
39 Color.RED,
40 Color.GREEN,
41 Color.BLUE,
45 for (int color : colors) {
46 mDevicePolicyManager.setOrganizationColor(ADMIN_RECEIVER_COMPONENT, color);
64 int color = mDevicePolicyManager.getOrganizationColor(null); local
    [all...]
  /cts/tests/tests/opengl/libopengltest/
color_one.h 28 float* drawColorOne(float color[]);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheelLEDController.java 3 import android.graphics.Color;
17 public void colorChanged(int color) {
18 int red = Color.red(color) / 8;
19 int green = Color.green(color) / 8;
20 int blue = Color.blue(color) / 8;

Completed in 452 milliseconds

<<11121314151617181920>>