/external/chromium_org/chrome/browser/resources/history/ |
history.css | 99 border-color: rgba(67, 67, 67, 0.5); 163 background-color: buttonface; 172 color: rgb(68, 68, 68); 207 border-left-color: rgb(173, 173, 173); 208 border-right-color: rgb(173, 173, 173); 219 color: blue; /* -webkit-link makes it purple :'( */ 301 color: rgb(151, 156, 160); 325 color: rgb(151, 156, 160); 339 color: rgb(151, 156, 160); 380 -webkit-transition: background-color 150ms [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.css | 51 background-color: white; 68 .app-icon-div .color-stripe { 104 background-color: white; 126 color: #222; 135 background-color: rgb(77, 144, 254); 138 color: white;
|
/external/chromium_org/media/cdm/ppapi/ |
fake_cdm_video_decoder.cc | 82 static unsigned char color = 0; local 83 color += 10; 86 color, frame_size);
|
/external/chromium_org/printing/ |
print_settings_initializer.cc | 80 int color = 0; local 89 !job_settings.GetInteger(kSettingColor, &color) || 101 settings->set_color(static_cast<ColorModel>(color));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
presentation.c | 113 * Configure the background color setting. 120 union pipe_color_union color; local 129 color.f[0] = background_color->red; 130 color.f[1] = background_color->green; 131 color.f[2] = background_color->blue; 132 color.f[3] = background_color->alpha; 135 vl_compositor_set_clear_color(&pq->cstate, &color); 142 * Retrieve the current background color setting. 149 union pipe_color_union color; local 159 vl_compositor_get_clear_color(&pq->cstate, &color); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aalinetemp.h | 56 * Compute Z, color, texture coords, fog for the fragment by 143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane); 145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); 147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane); 149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane); 152 constant_plane(v1->color[RCOMP], line.rPlane) [all...] |
s_linetemp.h | 36 * When one can directly address pixels in the color buffer the following 40 * BYTES_PER_ROW - number of bytes per row in the color buffer 55 * color = pack_rgb( FixedToInt(r0), FixedToInt(g0), 57 * put_pixel( X, Y, color ); 118 vert0->color[0], vert0->color[1], vert0->color[2], 119 vert1->color[0], vert1->color[1], vert1->color[2]) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_tritmp.h | 72 COPY_CHAN4(saved_color[0], v[0]->color); 73 COPY_CHAN4(saved_color[1], v[1]->color); 74 COPY_CHAN4(saved_color[2], v[2]->color); 84 SS_COLOR(v[0]->color, vbcolor[e0]); 85 SS_COLOR(v[1]->color, vbcolor[e1]); 86 SS_COLOR(v[2]->color, vbcolor[e2]); 97 SS_COLOR(v[0]->color, vbcolor[0]); 98 SS_COLOR(v[1]->color, vbcolor[0]); 99 SS_COLOR(v[2]->color, vbcolor[0]); 192 COPY_CHAN4(v[0]->color, saved_color[0]) [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgram.cpp | 104 // incoming color to current stage being processed. 151 // combine color and coverage as frag color 153 // Get "color * coverage" into fragColor 155 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so. 201 GrColor color; local 204 color = 0; 207 color = 0xffffffff; 210 color = drawState.getColor(); 214 this->setColor(drawState, color, sharedState) [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 113 * Configure the background color setting. 120 union pipe_color_union color; local 129 color.f[0] = background_color->red; 130 color.f[1] = background_color->green; 131 color.f[2] = background_color->blue; 132 color.f[3] = background_color->alpha; 135 vl_compositor_set_clear_color(&pq->cstate, &color); 142 * Retrieve the current background color setting. 149 union pipe_color_union color; local 159 vl_compositor_get_clear_color(&pq->cstate, &color); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 56 * Compute Z, color, texture coords, fog for the fragment by 143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane); 145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); 147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane); 149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane); 152 constant_plane(v1->color[RCOMP], line.rPlane) [all...] |
s_linetemp.h | 36 * When one can directly address pixels in the color buffer the following 40 * BYTES_PER_ROW - number of bytes per row in the color buffer 55 * color = pack_rgb( FixedToInt(r0), FixedToInt(g0), 57 * put_pixel( X, Y, color ); 118 vert0->color[0], vert0->color[1], vert0->color[2], 119 vert1->color[0], vert1->color[1], vert1->color[2]) [all...] |
/external/mesa3d/src/mesa/swrast_setup/ |
ss_tritmp.h | 72 COPY_CHAN4(saved_color[0], v[0]->color); 73 COPY_CHAN4(saved_color[1], v[1]->color); 74 COPY_CHAN4(saved_color[2], v[2]->color); 84 SS_COLOR(v[0]->color, vbcolor[e0]); 85 SS_COLOR(v[1]->color, vbcolor[e1]); 86 SS_COLOR(v[2]->color, vbcolor[e2]); 97 SS_COLOR(v[0]->color, vbcolor[0]); 98 SS_COLOR(v[1]->color, vbcolor[0]); 99 SS_COLOR(v[2]->color, vbcolor[0]); 192 COPY_CHAN4(v[0]->color, saved_color[0]) [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.h | 59 bool ReadData( uchar* data, int step, int color ); 115 bool ReadData( uchar* data, int step, int color ); 156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
|
/external/skia/src/gpu/gl/ |
GrGLProgram.cpp | 104 // incoming color to current stage being processed. 151 // combine color and coverage as frag color 153 // Get "color * coverage" into fragColor 155 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so. 201 GrColor color; local 204 color = 0; 207 color = 0xffffffff; 210 color = drawState.getColor(); 214 this->setColor(drawState, color, sharedState) [all...] |
/bionic/libc/kernel/common/linux/ |
leds-an30259a.h | 30 __u32 color; member in struct:an30259a_pr_control
|
/build/tools/rgb2565/ |
to565.c | 104 unsigned short last, color, count; local 109 color = to565(in[0],in[1],in[2]); 111 if ((color == last) && (count != 65535)) { 120 last = color;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SweepGradientTest.java | 22 import android.graphics.Color; 48 mBitmap.eraseColor(Color.TRANSPARENT); 53 final int[] colors = new int[] { Color.GREEN, Color.RED }; 62 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE }; 72 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE, Color.GREEN } 93 int color; local [all...] |
/cts/tests/tests/textureview/src/android/textureview/cts/ |
TextureViewTestActivity.java | 89 private final float[][] color = field in class:TextureViewTestActivity.GLRendererImpl 98 glClearColor(color[index][0], color[index][1], color[index][2], 1.0f);
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/ |
SlidingTabStrip.java | 22 import android.graphics.Color; 130 int color = tabColorizer.getIndicatorColor(mSelectedPosition); local 134 if (color != nextColor) { 135 color = blendColors(nextColor, color, mSelectionOffset); 146 mSelectedIndicatorPaint.setColor(color); 166 * Set the alpha value of the {@code color} to be the given {@code alpha} value. 168 private static int setColorAlpha(int color, byte alpha) { 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color)) [all...] |
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/ |
SlidingTabStrip.java | 22 import android.graphics.Color; 130 int color = tabColorizer.getIndicatorColor(mSelectedPosition); local 134 if (color != nextColor) { 135 color = blendColors(nextColor, color, mSelectionOffset); 146 mSelectedIndicatorPaint.setColor(color); 166 * Set the alpha value of the {@code color} to be the given {@code alpha} value. 168 private static int setColorAlpha(int color, byte alpha) { 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color)) [all...] |
/developers/samples/android/common/src/java/com/example/android/common/view/ |
SlidingTabStrip.java | 22 import android.graphics.Color; 130 int color = tabColorizer.getIndicatorColor(mSelectedPosition); local 134 if (color != nextColor) { 135 color = blendColors(nextColor, color, mSelectionOffset); 146 mSelectedIndicatorPaint.setColor(color); 166 * Set the alpha value of the {@code color} to be the given {@code alpha} value. 168 private static int setColorAlpha(int color, byte alpha) { 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color)) [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 24 background-color: #fff; 30 color: #0033cc;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline.css | 12 background-color: rgba(0, 0, 255, 0.25); 32 background-color: white;
|
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.css | 28 background-color: transparent !important; 46 /* TODO(estade): find a better color for active. */ 50 color: hsl(213, 90%, 24%) !important;
|