Searched defs:white (Results 1 - 25 of 44) sorted by relevance

12

/external/autotest/client/deps/glbench/src/
H A Dglinterfacetest.cc47 const GLfloat white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; local
48 glUniform4fv(color_uniform, 1, white);
H A Dwindowmanagertest.cc125 float white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; local
146 glUniform4fv(display_color, 1, white);
/external/skia/gm/
H A Dthinrects.cpp30 SkPaint white; variable
31 white.setColor(SK_ColorWHITE);
32 white.setAntiAlias(true);
41 DrawVertRects(canvas, white);
49 DrawHorizRects(canvas, white);
58 DrawSquares(canvas, white);
H A Dtexdata.cpp27 // gray | white
32 const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
47 pixels[offset + y * kStride + x] = white;
/external/dng_sdk/source/
H A Ddng_color_spec.cpp40 // Negative white coordinates are kind of meaningless.
218 dng_matrix dng_color_spec::FindXYZtoCamera (const dng_xy_coord &white, argument
226 dng_temperature td (white);
379 void dng_color_spec::SetWhiteXY (const dng_xy_coord &white) argument
382 fWhiteXY = white;
397 // Interpolate an matric values for this white point.
409 // Find the camera white values.
431 // Find PCS to Camera transform. Scale matrix so PCS white can just be
H A Ddng_render.h51 dng_function_exposure_ramp (real64 white,
171 /// Set the white point to be used for conversion.
172 /// \param white White point to use.
174 void SetWhiteXY (const dng_xy_coord &white) argument
176 fWhiteXY = white;
179 /// Get the white point to be used for conversion.
H A Ddng_render.cpp33 dng_function_exposure_ramp::dng_function_exposure_ramp (real64 white, argument
37 : fSlope ((white == black) ? 0.0f : 1.0 / (white - black))
51 const real64 kMaxCurveY = 1.0 / 16.0; // Fraction of white.
102 // point, yet still map pure white to pure white.
919 real64 white = 1.0 / pow (2.0, Max_real64 (0.0, exposure)); local
926 black = Min_real64 (black, 0.99 * white);
928 dng_function_exposure_ramp rampFunction (white,
1008 // applying the white balanc
[all...]
/external/libcups/filter/
H A Drastertopwg.c51 unsigned char white; /* White pixel */ local
149 white = 255;
169 white = 0;
443 memset(line, white, linesize);
472 memset(line, white, linesize);
/external/libnl/python/netlink/
H A Dutil.py45 def white(t): function
/external/ImageMagick/MagickCore/
H A Dquantum-export.c1960 white;
1966 white=0x01;
1970 white=0x00;
1976 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 7;
1978 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 6;
1980 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 5;
1982 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 4;
1984 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 3;
1986 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 2;
1988 *q|=(GetPixelLuma(image,p) < threshold ? black : white) <<
1958 white; local
2217 white; local
[all...]
H A Dquantum-import.c2036 white;
2039 white=QuantumRange;
2043 white=0;
2049 SetPixelGray(image,((*p) & (1 << (7-bit))) == 0 ? black : white,q);
2056 SetPixelGray(image,((*p) & (0x01 << (7-bit))) == 0 ? black : white,q);
2034 white; local
H A Dtoken.c650 % one at a time from a string of characters. The characters used for white
660 % o white space: Apace that gets ignored (except within quotes or when
661 % escaped), like blanks and tabs. in addition, white space terminates a
666 % signal the end of a token is the same as that of white space, except
667 % multiple break characters with nothing or only white space between
670 % For example, if blank is set to be the white space and comma is set to
685 % token, no matter how many white spaces or break characters exist in
687 % For example, if ' is the quote character, blank is white space, and
706 % gets treated as a "normal" (i.e., non-quote, non-white, non-break,
707 % and non-escape) character. For example, assume white spac
838 Tokenizer(TokenInfo *token_info,const unsigned flag, char *token,const size_t max_token_length,const char *line,const char *white, const char *break_set,const char *quote,const char escape,char *breaker, int *next,char *quoted) argument
[all...]
H A Dhistogram.c895 % const double white,const double gamma,ExceptionInfo *exception)
901 % o black, white: move the black / white point inward from the minimum and
910 const double black,const double white,const double gamma,
931 max-=white;
951 max-=white;
894 MinMaxStretchImage(Image *image, const double black,const double white,const double gamma, ExceptionInfo *exception) argument
H A Daccelerate.c1010 white; local
1175 Find the histogram boundaries by locating the black/white levels.
1178 white.red=MaxRange(QuantumRange);
1196 white.red=(MagickRealType) i;
1199 white.green=MaxRange(QuantumRange);
1217 white.green=(MagickRealType) i;
1220 white.blue=MaxRange(QuantumRange);
1238 white.blue=(MagickRealType) i;
1241 white.alpha=MaxRange(QuantumRange);
1259 white
2366 white, local
[all...]
H A Denhance.c1016 % o white_point: the white point.
1018 % o levels: Specify the levels where the black and white points have the
1037 *white;
1061 white=(double *) AcquireQuantumMemory(GetPixelChannels(image),sizeof(*white));
1066 if ((black == (double *) NULL) || (white == (double *) NULL) ||
1073 if (white != (double *) NULL)
1074 white=(double *) RelinquishMagickMemory(white);
1121 Find the histogram boundaries by locating the black/white level
1029 *white; local
1511 white[CompositePixelChannel+1]; local
2845 white, local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp80 const tcu::Vec4 white = tcu::RGBA::white().toVec(); local
88 numWhitePixels += image.getPixel(x, y) == white ? 1 : 0;
94 log << tcu::TestLog::Message << "Note: got " << numWhitePixels << " white and " << numRedPixels << " red pixels" << tcu::TestLog::EndMessage;
100 << "Failure: Got " << otherPixels << " other than white or red pixels (maximum tolerance " << badPixelTolerance << ")"
111 log << tcu::TestLog::Message << "Failure: wrong number of white pixels; expected approximately " << totalNumPixels/2 << tcu::TestLog::EndMessage;
119 log << tcu::TestLog::Message << "Failure: expected only white pixels (full-viewport quad)" << tcu::TestLog::EndMessage;
/external/deqp/framework/common/
H A DtcuRGBA.hpp100 static inline const RGBA white (void) { return RGBA(0xFF, 0xFF, 0xFF, 0xFF); } function in class:tcu::RGBA
/external/pdfium/fpdfsdk/javascript/
H A Dcolor.cpp31 {"white", get_white_static, set_white_static},
146 bool color::white(CJS_Runtime* pRuntime, function in class:color
/external/libevent/
H A Devent_rpcgen.py26 white = re.compile(r'\s+') variable
1296 global white
1301 line = white.sub(' ', line)
/external/mesa3d/src/mesa/program/
H A Dprogram.c1018 static const GLfloat white[4] = { 0.5, 0.5, 0.5, 0.5 }; local
1022 (gl_constant_value *) white,
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DR.java91 public static final int white = nextId++; field in class:R.color
/external/ImageMagick/coders/
H A Dwmf.c629 draw_fill_color_string(WmfDrawingWand,"white");
663 white;
698 QueryColorCompliance( "white", AllCompliance, &white, exception );
701 !(IsPixelInfoEquivalent(&ddata->image_info->background_color,&white)) ||
705 Set image white background to transparent so that it may be
706 overlaid over non-white backgrounds.
708 QueryColorCompliance( "white", AllCompliance, &white, exception );
709 TransparentPaintImage( image, &white, QuantumRang
661 white; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
384 if (p == white) return "(white)";
1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
1512 {tcu::Vec4(-0.8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, 0.05f, 0.0f, 1.0f), white},
1515 {tcu::Vec4(-0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, -0.6f, 0.0f, 1.0f), white},
1940 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
1964 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
1990 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
2023 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
387 if (p == white) return "(white)";
1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
1516 {tcu::Vec4(-0.8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, 0.05f, 0.0f, 1.0f), white},
1519 {tcu::Vec4(-0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, -0.6f, 0.0f, 1.0f), white},
1943 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
1967 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
1993 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
2026 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); local
[all...]
/external/dnsmasq/src/
H A Doption.c2583 int white; local
2601 for (white = 1, lastquote = 0, p = buff; *p; p++)
2636 if (white && *p == '#')
2641 white = isspace((int)unhide_meta(*p));

Completed in 3300 milliseconds

12