Searched defs:white (Results 26 - 50 of 50) sorted by relevance

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java91 public static final int white = nextId++; field in class:R.color
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc401 SkBitmap white; variable
402 white.allocN32Pixels(bitmap.width(), bitmap.height());
403 white.eraseARGB(0, 0, 0, 0);
407 uint32* dst_row = white.getAddr32(0, y);
415 return gfx::ImageSkiaRep(white, scale);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js532 var white = [255, 255, 255, 1]; variable
537 this._setVertexAttribute(this._shaderProgram.vertexColorAttribute, this._makeColorsArray(white), white.length);
542 this._setVertexAttribute(this._shaderProgram.vertexColorAttribute, this._makeColorsArray(color || white), color.length);
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c1033 int white; local
1041 white = 1;
1044 white = 0;
1045 else if (*p == 0x20 && !white)
1046 white = 1;
1050 if (ok && !white) /* is normalized */
1055 white = 0;
1059 white = 1;
1061 if (white) {
1063 white
[all...]
/external/chromium_org/third_party/qcms/src/
H A Dtransform.c47 // - Then I eval the source white point across this matrix
50 static struct matrix build_RGB_to_XYZ_transfer_matrix(qcms_CIE_xyY white, qcms_CIE_xyYTRIPLE primrs) argument
63 xn = white.x;
64 yn = white.y;
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp380 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
385 if (p == white) return "(white)";
1486 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
1496 {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},
1499 {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},
1923 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
1947 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
1973 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
2006 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp383 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
388 if (p == white) return "(white)";
1490 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f);
1500 {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},
1503 {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},
1927 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
1951 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
1977 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); local
2010 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); local
[all...]
/external/dnsmasq/src/
H A Doption.c2582 int white; local
2600 for (white = 1, lastquote = 0, p = buff; *p; p++)
2635 if (white && *p == '#')
2640 white = isspace((int)unhide_meta(*p));
/external/libxml2/
H A Dcatalog.c1031 int white; local
1039 white = 1;
1042 white = 0;
1043 else if (*p == 0x20 && !white)
1044 white = 1;
1048 if (ok && !white) /* is normalized */
1053 white = 0;
1057 white = 1;
1059 if (white) {
1061 white
[all...]
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp649 double white = 1; local
653 white += histImg[i];
654 power = float(black) / float(2 * white);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1075 float white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; local
1085 new_blend_factor = white;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2007 // Red and white
2982 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
2984 " v_frag_FragColor = white;\n"
2987 " v_frag_FragColor = white;\n"
2990 " v_frag_FragColor = white;\n"
2993 " v_frag_FragColor = white;\n"
2998 buf << " const highp vec4 white = vec4(1.0, 1.0, 1.0, 1.0);\n\n"
3001 " v_frag_FragColor = white;\n"
3005 " v_frag_FragColor = white;\n"
3009 " v_frag_FragColor = white;\
3314 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
3483 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); local
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1075 float white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; local
1085 new_blend_factor = white;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c4204 int white = 0; local
4237 white++;
4258 white = 0;
4289 paramsize[nparam] += white + 1;
4290 white = 0;
4395 * them (without white spaces in between).
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js111 "text-align", "text-indent", "text-transform", "text-shadow", "visibility", "voice-family", "volume", "white-space", "widows",
148 "silver", "teal", "white", "yellow", "transparent", "currentcolor", "grey", "aliceblue", "antiquewhite",
493 "white-space": { values: [
852 "white-space": 24,
/external/libpng/contrib/libtests/
H A Dpngvalid.c1770 CIE_color white; local
1772 white.X = encoding->red.X + encoding->green.X + encoding->blue.X;
1773 white.Y = encoding->red.Y + encoding->green.Y + encoding->blue.Y;
1774 white.Z = encoding->red.Z + encoding->green.Z + encoding->blue.Z;
1776 return white;
2832 CIE_color white = white_point(encoding); local
2838 me->wx = fix(chromaticity_x(white));
2839 me->wy = fix(chromaticity_y(white));
3028 /* Always put in black and white plus the six primary and secondary colors.
3045 need[255] = 0; /*but not white*/
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2112 milliseconds

12