HomeSort by relevance Sort by last modified time
    Searched defs:color (Results 426 - 450 of 891) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 29 import org.eclipse.swt.graphics.Color;
93 Color black = display.getSystemColor(SWT.COLOR_BLACK);
94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW);
95 Color magenta = display.getSystemColor(SWT.COLOR_MAGENTA);
117 Color color = black; local
119 color = yellow;
121 graph.addItem("main", label, dim.getDisplayValue(value), value, color, true, Utils.getDateFromBuildID(buildID), true);
392 stream.print("<td><FONT COLOR=\"" + fontColor + "\"><b>" + diffDisplayValue + percentage + "</b></FONT></td>");
  /external/elfutils/src/src/
nm.c 978 const char *color = ""; local
982 color = color_undef_tls;
984 color = color_undef_weak;
986 color = color_undef;
989 printf ("%*s %sU%s %s", digits, "", color, marker, symstr);
993 const char *color = ""; local
997 color = color_tls;
999 color = color_weak;
1001 color = color_symbol;
1014 color,
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 522 * Get the end color of the particles spawned.
524 * @return the end color of the particles spawned.
533 * Set the end color of the particles spawned.
536 * particle color at any time is determined by blending the start color
537 * and end color based on the particle's current time of life relative
540 * @param endColor the end color of the particles spawned.
724 * Get the start color of the particles spawned.
726 * @return the start color of the particles spawned.
735 * Set the start color of the particles spawned
    [all...]
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 406 vb = new VertexBuffer(Type.Color);
494 FloatBuffer buf = (FloatBuffer) mesh.getBuffer(Type.Color).getData();
498 throw new SAXException("Color value must contain 3 or 4 components");
501 ColorRGBA color = new ColorRGBA(); local
502 color.r = parseFloat(vals[0]);
503 color.g = parseFloat(vals[1]);
504 color.b = parseFloat(vals[2]);
506 color.a = 1f;
508 color.a = parseFloat(vals[3]);
511 buf.put(color.r).put(color.g).put(color.b).put(color.a)
    [all...]
  /external/libvterm/include/
vterm.h 67 VTermColor color; member in union:__anon13956
79 VTERM_ATTR_FOREGROUND, // color: 30-39 90-97
80 VTERM_ATTR_BACKGROUND, // color: 40-49 100-107
  /external/linux-tools-perf/src/tools/perf/
builtin-stat.c 53 #include "util/color.h"
665 const char *color = PERF_COLOR_NORMAL; local
668 color = PERF_COLOR_RED;
670 color = PERF_COLOR_MAGENTA;
672 color = PERF_COLOR_YELLOW;
674 return color;
682 const char *color; local
689 color = get_ratio_color(GRC_STALLED_CYCLES_FE, ratio);
692 color_fprintf(output, color, "%6.2f%%", ratio);
701 const char *color; local
720 const char *color; local
739 const char *color; local
758 const char *color; local
777 const char *color; local
796 const char *color; local
815 const char *color; local
    [all...]
builtin-trace.c 3 #include "util/color.h"
1132 const char *color; local
1140 color = PERF_COLOR_NORMAL;
1142 color = PERF_COLOR_RED;
1144 color = PERF_COLOR_GREEN;
1146 color = PERF_COLOR_YELLOW;
1148 printed += color_fprintf(fp, color, "%20s", thread->comm);
1150 printed += color_fprintf(fp, color, "%5.1f%%", ratio);
    [all...]
  /external/linux-tools-perf/src/tools/perf/ui/browsers/
annotate.c 88 int color = annotate_browser__jumps_percent_color(browser, nr, current); local
89 return ui_browser__set_color(&browser->b, color);
137 int color = -1; local
166 color = ui_browser__set_color(browser, HE_COLORSET_ADDR);
169 ui_browser__set_color(browser, color);
  /external/linux-tools-perf/src/tools/perf/util/
annotate.c 12 #include "color.h"
652 const char *color; local
694 color = get_percent_color(max_percent);
697 * Also color the filename and line if needed, with
698 * the same color than the percentage. Don't print it
703 || color != prev_color) {
704 color_fprintf(stdout, color, " %s", path);
706 prev_color = color;
712 color = get_percent_color(percent);
713 color_fprintf(stdout, color, " %7.2f", percent)
1179 const char *color; local
    [all...]
probe-event.c 40 #include "color.h"
425 const char *color = show_num ? "" : PERF_COLOR_BLUE; local
435 color_fprintf(stdout, color, prefix, l);
437 color_fprintf(stdout, color, "%s", buf);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 60 float vertices[4][2][4]; /**< {pos, color} or {pos, texcoord} */
70 /* The shader at index i outputs color to color buffers 0,1,...,i-1. */
74 /* FS which outputs a color from a texture,
531 const union pipe_color_union *color)
535 if (color) {
538 uiverts[0] = color->ui[0];
539 uiverts[1] = color->ui[1];
540 uiverts[2] = color->ui[2];
541 uiverts[3] = color->ui[3]
962 static const union pipe_color_union color; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 1264 static const union pipe_color_union color; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 112 GLubyte color[4]; local
115 CLAMPED_FLOAT_TO_UBYTE(color[0], cf[0]);
116 CLAMPED_FLOAT_TO_UBYTE(color[1], cf[1]);
117 CLAMPED_FLOAT_TO_UBYTE(color[2], cf[2]);
118 CLAMPED_FLOAT_TO_UBYTE(color[3], cf[3]);
119 rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCOLOR] = radeonPackColor( 4, color[0], color[1], color[2], color[3] );
198 * value if color blending is not enabled, since at least blend equations GL_MI
    [all...]
r200_swtcl.c 436 radeon_color_t *color = (radeon_color_t *)&((v)->ui[coloroffset]); \
437 UNCLAMPED_FLOAT_TO_UBYTE(color->red, (c)[0]); \
438 UNCLAMPED_FLOAT_TO_UBYTE(color->green, (c)[1]); \
439 UNCLAMPED_FLOAT_TO_UBYTE(color->blue, (c)[2]); \
440 UNCLAMPED_FLOAT_TO_UBYTE(color->alpha, (c)[3]); \
468 #define VERT_SAVE_RGBA( idx ) color[idx] = v[idx]->ui[coloroffset]
469 #define VERT_RESTORE_RGBA( idx ) v[idx]->ui[coloroffset] = color[idx]
479 GLuint color[n] = {0}, spec[n] = {0}; \
482 (void) color; (void) spec; (void) coloroffset; (void) specoffset;
820 const GLfloat *fc = ctx->Fog.Color;
821 GLfloat color[4]; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 237 memcpy( attr, &ctx->Color, sizeof(struct gl_colorbuffer_attrib) );
238 /* push the Draw FBO's DrawBuffer[] state, not ctx->Color.DrawBuffer[] */
264 attr->AlphaTest = ctx->Color.AlphaEnabled;
266 attr->Blend = ctx->Color.BlendEnabled;
272 attr->Dither = ctx->Color.DitherFlag;
280 attr->IndexLogicOp = ctx->Color.IndexLogicOpEnabled;
281 attr->ColorLogicOp = ctx->Color.ColorLogicOpEnabled;
330 attr->sRGBEnabled = ctx->Color.sRGBEnabled;
499 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST);
500 if (ctx->Color.BlendEnabled != enable->Blend)
877 const struct gl_colorbuffer_attrib *color; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 78 * 0: MOVE result.color, fragment.color;
193 * Pass fragment color through as-is.
242 /* MOV result.color, fragment.color; */
293 * vertex position and texcoord (and optionally, color).
560 * Draw quad with texcoords and optional color.
562 * \param color may be null
567 GLfloat x1, GLfloat y1, const GLfloat *color,
621 if (color) {
1097 const GLfloat *color; local
1427 GLfloat *color; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 86 /* primary color, or color index */
112 /* Secondary color */
216 * color array.
234 GLubyte color[4]; local
235 color[RCOMP] = FixedToInt(span->red);
236 color[GCOMP] = FixedToInt(span->green);
237 color[BCOMP] = FixedToInt(span->blue);
238 color[ACOMP] = FixedToInt(span->alpha);
240 COPY_4UBV(rgba[i], color);
269 GLushort color[4]; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 917 #define NORMALCOLOR_MAX(color, max) (color) > (max) ? (max) : (color) < 0 ? 0 : (color);
1356 FX_BYTE color[4]; local
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 731 void CPWL_Wnd::SetBackgroundColor(const CPWL_Color & color)
733 m_sPrivateParam.sBackgroundColor = color;
736 void CPWL_Wnd::SetTextColor(const CPWL_Color & color)
738 m_sPrivateParam.sTextColor = color;
741 void CPWL_Wnd::SetTextStrokeColor(const CPWL_Color & color)
743 m_sPrivateParam.sTextStrokeColor = color;
802 void CPWL_Wnd::SetBorderColor(const CPWL_Color & color)
805 m_sPrivateParam.sBorderColor = color;
1068 CPWL_Color color; local
1077 color = CPWL_Color(COLORTYPE_GRAY,1)
1091 CPWL_Color color; local
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
44 private Color overrideColor;
48 private Color overrideXORMode;
50 private Color color; field in class:OverrideGraphics2D
63 this.color = graphics.getColor();
71 * Fixes the Color of the Graphics2D.
73 * @param color the fixed Color, or <code>null</code> to undo the fixing.
75 public void setOverrideColor(Color color
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 86 public static final class color { class in class:R
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 528 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& localMatrix) {
529 return SkNEW_ARGS(QuadEdgeEffect, (color, localMatrix));
538 GrColor color() const { return fColor; } function in class:QuadEdgeEffect
561 // Setup pass through color
647 local->fInputColorType = GetColorInputType(&local->fColor, this->color(), init, false);
652 QuadEdgeEffect(GrColor color, const SkMatrix& localMatrix)
653 : fColor(color)
704 GrColor color,
720 GrColor scaledColor = (0xff == scale) ? color : SkAlphaMulQ(color, scale)
989 GrColor color() const { return fBatch.fColor; } function in class:AAConvexPathBatch
    [all...]
GrAAHairLinePathRenderer.cpp 702 // Handle any color overrides
752 // TODO we can actually batch hairlines if they are the same color in a kind of bulk method
754 // TODO investigate going to vertex color and coverage?
759 if (this->color() != that->color()) {
773 GrColor color() const { return fBatch.fColor; } function in class:AAHairlineBatch
817 this->color(),
823 GrQuadEffect::Create(this->color(),
831 GrConicEffect::Create(this->color(),
1016 GrColor color = GrRandomColor(random); local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 307 SkPMColor color = SkPreMultiplyColor(origColor); local
316 *dst = SkBlendARGB32(color, *dst, *mask);
322 __m128i src_pixel = _mm_set1_epi32(color);
342 *dst= SkBlendARGB32(color, *dst, *mask);
386 // abbreviated as (s)rc, (d)st, and (m)ask. Color components are marked
390 // layout is shown for an ARGB byte order in a color value.
474 // abbreviated as (s)rc, (d)st, and (m)ask. Color components are marked
478 // layout is shown for an ARGB byte order in a color value.
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 19 import android.graphics.Color;
321 out.append("<font color =\"#");
322 String color = Integer.toHexString(((ForegroundColorSpan) local
324 while (color.length() < 6) {
325 color = "0" + color;
327 out.append(color);
659 String color = attributes.getValue("", "color"); local
663 text.setSpan(new Font(color, face), len, len, Spannable.SPAN_MARK_MARK)
    [all...]

Completed in 627 milliseconds

<<11121314151617181920>>