Searched refs:color (Results 201 - 225 of 947) sorted by relevance

1234567891011>>

/external/opencv/cv/src/
H A Dcvinpaint.cpp281 int i = 0, j = 0, ii = 0, jj = 0, k, l, q, color = 0; local
303 for (color=0; color<=2; color++) {
352 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
358 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
515 int i = 0, j = 0, ii = 0, jj = 0, k, l, q, color = 0; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/term/
H A D_term.py53 def make_color(color):
54 """ Make color control string """
58 seq = seq.replace("%p1", "") % color
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.hpp95 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color);
96 void clear (const MultisamplePixelBufferAccess& access, const tcu::IVec4& color);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java31 Color color; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
42 this.color= color;
131 g.setBackground(thisItem.color);
132 g.setForeground(thisItem.color);
/external/elfutils/src/lib/
H A DMakefile.am38 color.c
/external/fio/lib/
H A Drbtree.h127 static inline void rb_set_color(struct rb_node *rb, int color) argument
129 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
/external/llvm/utils/lit/lit/
H A DProgressBar.py34 support color, except that their output will not be colored.
122 for i,color in zip(range(len(self._COLORS)), self._COLORS):
123 setattr(self, color, self._tparm(set_fg, i))
126 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
127 setattr(self, color, self._tparm(set_fg_ansi, i))
130 for i,color in zip(range(len(self._COLORS)), self._COLORS):
131 setattr(self, 'BG_'+color, self._tparm(set_bg, i))
134 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
135 setattr(self, 'BG_'+color, self._tparm(set_bg_ansi, i))
218 The progress bar is colored, if the terminal supports color
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c45 const union pipe_color_union *color,
67 util_pack_color(color->f, cbuf->format, &u_color);
78 util_pack_color(color->f, cbuf->format, &u_color);
80 util_pack_color(color->f, PIPE_FORMAT_B8G8R8A8_UNORM, &u_color);
119 /* hw can't fastclear both depth and color if their bbp mismatch. */
221 const union pipe_color_union *color,
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
230 const union pipe_color_union *color,
238 i915_clear_emit(pipe, buffers, color, depth, stencil,
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h33 GLfloat lambda, GLuint unit, GLfloat color[4]);
39 GLuint unit, GLfloat color[4]);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c138 COPY_CHAN4(c[0], v0->color);
139 COPY_CHAN4(c[1], v1->color);
143 /* copy v2 color/indexes to v0, v1 indexes */
144 COPY_CHAN4(v0->color, v2->color);
145 COPY_CHAN4(v1->color, v2->color);
151 COPY_CHAN4(v0->color, c[0]);
152 COPY_CHAN4(v1->color, c[1]);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color )
129 // Set color to either CV_IMAGE_LOAD_COLOR or CV_IMAGE_LOAD_GRAYSCALE if unchanged
130 color = color > 0 || ( m_iscolor && color < 0 );
132 // Get Height, Width, and color information
143 if( color == CV_LOAD_IMAGE_GRAYSCALE )
149 else if( color == CV_LOAD_IMAGE_COLOR )
152 bpp = 4; /* CG only has 8 and 32 bit color spaces, so we waste a byte */
170 colorSpace, /* color spac
[all...]
/external/parameter-framework/tools/xmlValidator/
H A DxmlValidator.py48 def _printColor(color, stringToPrint):
49 """prints strings in color via ascii escape sequence"""
50 print("\033[%sm%s\033[0m" % (str(color), stringToPrint))
/external/skia/include/effects/
H A DSkDropShadowImageFilter.h24 SkScalar sigmaX, SkScalar sigmaY, SkColor color,
28 return SkNEW_ARGS(SkDropShadowImageFilter, (dx, dy, sigmaX, sigmaY, color,
23 Create(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, ShadowMode shadowMode, SkImageFilter* input = NULL, const CropRect* cropRect = NULL) argument
H A DSkModeColorFilter.h18 SkModeColorFilter(SkColor color, SkXfermode::Mode mode) { argument
19 fColor = color;
34 str->append("SkModeColorFilter: color: 0x");
/external/skia/src/gpu/
H A DGrAARectRenderer.h34 GrColor color,
38 this->geometryFillAARect(target, pipelineBuilder, color, viewMatrix, rect, devRect);
32 fillAARect(GrDrawTarget* target, GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, const SkRect& rect, const SkRect& devRect) argument
H A DGrPaint.cpp46 bool GrPaint::isOpaqueAndConstantColor(GrColor* color) const {
59 *color = output.fBlendedColor;
H A DGrProcOptInfo.h56 GrColor color() const { return fInOut.color(); } function in class:GrProcOptInfo
60 * Returns the index of the first effective color stage. If an intermediate stage doesn't read
77 * If input color is used and per-vertex colors are not used, this is the input color to the
/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color);
111 bool drawAndCheckUnicoloredQuad (const tcu::Vec4& color) const;
138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color) argument
143 , m_color (color)
186 // If the input color results in a scaled value that is very close to an integer, account for a little bit of possible inaccuracy.
217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")"
226 << "Note: one extra color candidate was allowed because fragmentColorChannel * (2^bits-1) is close to an integer"
265 quad.color[0] = quadClr0;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color);
111 bool drawAndCheckUnicoloredQuad (const tcu::Vec4& color) const;
138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color) argument
143 , m_color (color)
186 // If the input color results in a scaled value that is very close to an integer, account for a little bit of possible inaccuracy.
217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")"
226 << "Note: one extra color candidate was allowed because fragmentColorChannel * (2^bits-1) is close to an integer"
265 quad.color[0] = quadClr0;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[
[all...]
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java50 private Color color; field in class:OverrideGraphics2D
63 this.color = graphics.getColor();
73 * @param color the fixed Color, or <code>null</code> to undo the fixing.
75 public void setOverrideColor(Color color) argument
77 this.overrideColor = color;
78 graphics.setColor(color != null ? color : this.color);
117 * @param color the fixed XORMode Color, or <code>null</code> to undo the fixing.
119 public void setOverrideXORMode(Color color) argument
135 setColor(Color color) argument
171 setXORMode(Color color) argument
539 setBackground(Color color) argument
[all...]
/external/skia/gm/
H A Dyuvtorgbeffect.cpp56 int color[] = {0, 85, 170}; variable
63 pixels[i][j] = (unsigned char)color[i];
64 color[i] = (color[i] == limit[i]) ? invl[i] : color[i] + inc[i];
/external/skia/src/animator/
H A DSkDrawGradient.cpp38 SkDrawColor* color = (SkDrawColor*) child; local
39 *fDrawColors.append() = color;
49 fColors[index] = fDrawColors[index]->color;
64 SkDrawColor* color = *ptr; local
65 color->dump(maker);
/external/skia/src/core/
H A DSkBlitRow_D32.cpp141 void SkBlitRow::Color32(SkPMColor dst[], const SkPMColor src[], int count, SkPMColor color) {
142 switch (SkGetPackedA32(color)) {
144 case 255: sk_memset32(dst, color, count); return;
147 unsigned invA = 255 - SkGetPackedA32(color);
151 Sk16h colorHighAndRound = Sk4px(color).widenHi() + Sk16h(128);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DColorRGBA.java36 * <code>ColorRGBA</code> defines a color made from a collection of red, green
54 * the color black (0,0,0).
58 * the color white (1,1,1).
62 * the color gray (.2,.2,.2).
66 * the color gray (.5,.5,.5).
70 * the color gray (.8,.8,.8).
74 * the color red (1,0,0).
78 * the color green (0,1,0).
82 * the color blue (0,0,1).
86 * the color yello
514 fromIntARGB(int color) argument
521 fromIntRGBA(int color) argument
[all...]

Completed in 757 milliseconds

1234567891011>>