Searched refs:color (Results 1 - 25 of 947) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp47 -C Code for PNG (file format chunks, adam7, PNG filters, color conversions, ...)
2500 return 0; /*allowed color type / bits combination*/
2513 return 0; /*unexisting color type*/
2644 size_t lodepng_get_raw_size(unsigned w, unsigned h, const LodePNGColorMode* color) argument
2646 return (w * h * lodepng_get_bpp(color) + 7) / 8;
2841 lodepng_color_mode_init(&info->color);
2861 lodepng_color_mode_cleanup(&info->color);
2874 lodepng_color_mode_init(&dest->color);
2875 CERROR_TRY_RETURN(lodepng_color_mode_copy(&dest->color, &source->color));
4254 readChunk_PLTE(LodePNGColorMode* color, const unsigned char* data, size_t chunkLength) argument
4278 readChunk_tRNS(LodePNGColorMode* color, const unsigned char* data, size_t chunkLength) argument
[all...]
H A Dlodepng.h86 /*The PNG color types (also used for raw).*/
108 colortype: the desired color type for the raw output image. See explanation on PNG color types.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
157 colortype: the color type of the raw input image. See explanation on PNG color types.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
315 LodePNGColorType colortype; /*color type, see PNG standard or documentation further in this header file*/
323 lodepng_palette_clear, then for each color use lodepng_palette_add.
329 The palette is only supported for color typ
407 LodePNGColorMode color; /*color type and bits, palette and transparency of the PNG file*/ member in struct:LodePNGInfo
[all...]
H A Dlodepng_util.cpp158 //Get color type and interlace type
204 size_t linebytes = 1 + lodepng_get_raw_size(w, 1, &state.info_png.color);
225 size_t linebytes = 1 + lodepng_get_raw_size(w2, 1, &state.info_png.color);
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc82 // Returns 32-bit integer value for RGBA color.
83 static unsigned ColorIndex(const unsigned char* color) { argument
84 return color[0] + 256u * color[1] + 65536u * color[1] + 16777216u * color[3];
88 // is enabled, any color with alpha channel 0 is treated as a single color with
105 // First check if we want to preserve potential color-key background color,
247 LodePNGColorMode& color = teststate.info_png.color; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java228 paint.setColor(getResources().getColor(R.color.result_image_border));
234 paint.setColor(getResources().getColor(R.color.result_points));
H A DViewfinderView.java67 maskColor = resources.getColor(R.color.viewfinder_mask);
68 resultColor = resources.getColor(R.color.result_view);
69 frameColor = resources.getColor(R.color.viewfinder_frame);
70 laserColor = resources.getColor(R.color.viewfinder_laser);
71 resultPointColor = resources.getColor(R.color.possible_result_points);
/external/webp/src/dsp/
H A Dlossless.c10 // Image transforms and color space conversion methods for lossless decoder.
827 int8_t color) {
828 return (uint32_t)((int)(color_pred) * color) >> 5;
949 // Do a binary search to find the optimal green_to_red color transform.
1028 // Number of tries to get optimal green_to_blue & red_to_blue color transforms
826 ColorTransformDelta(int8_t color_pred, int8_t color) argument
H A Dlossless_sse2.c195 __m128i color) {
200 const __m128i color_shifted = _mm_slli_epi32(color, 8);
194 ColorTransformDelta(__m128i color_pred, __m128i color) argument
/external/webp/src/enc/
H A Dalpha.c192 uint8_t color[256] = { 0 }; local
198 color[p[i]] = 1;
202 if (color[j] > 0) ++colors;
H A Dvp8l.c74 // The color is already there.
77 // Some other color sits there.
519 // No color cache, no Huffman image.
892 const int color = (palette[i] >> 8) & 0xff; local
893 inv_palette[color] = i;
897 const int color = (src[x] >> 8) & 0xff; local
898 row[x] = inv_palette[color];
1111 // Estimate the color cache size.
/external/vogar/src/vogar/
H A DConsole.java203 Color color;
207 color = Color.PASS;
210 color = Color.FAIL;
213 color = Color.WARN;
216 color = Color.SKIP;
248 sb.append(colorString(annotatedOutcome.getOutcome().getName(), color));
302 Color color = elapsedTimeWarningColor(elapsedTime);
303 return colorString(formatted, color);
434 protected String colorString(String message, Color color) { argument
435 return useColor ? ("\u001b[" + color
[all...]
H A DRun.java105 vogar.color, vogar.passColor, vogar.skipColor, vogar.failColor, vogar.warnColor);
H A DVogar.java89 @Option(names = { "--color" })
90 boolean color = true; field in class:Vogar
92 @Option(names = { "--pass-color" })
95 @Option(names = { "--skip-color" })
98 @Option(names = { "--fail-color" })
101 @Option(names = { "--warn-color" })
332 System.out.println(" --color: format output in technicolor.");
334 System.out.println(" --pass-color: ANSI color code to use for passes.");
337 System.out.println(" --skip-color
[all...]
/external/v8/test/mjsunit/
H A Darray-literal-transitions.js190 var color = [0];
195 return [color[0]];
/external/v8/test/mjsunit/regress/
H A Dregress-3252443.js33 document.getElementById(p1+''+p0).style.color="";
39 document.getElementById(p1+''+i).style.color="";
/external/v8/tools/profviz/
H A Dcomposer.js62 function TimerEvent(label, color, pause, thread_id) {
65 this.color = color;
72 function CodeKind(color, kinds) {
73 this.color = color;
402 function DrawBarBase(color, start, end, top, bottom, transparency) {
407 command += " fc rgb \"" + color + "\"";
414 function DrawBar(row, color, start, end, width) {
415 DrawBarBase(color, star
[all...]
H A Dprofviz.css30 background-color: #ddd;
34 background-color: #fff;
46 color: #000;
53 background-color: #ffe;
59 background-color: #fff;
72 border-color: #aaa;
75 background-color: #ddd;
79 background-color: #eee;
96 background-color: #eee;
125 color
[all...]
H A Dprofviz.js122 this.prof.style.color = "#bbb";
130 this.prof.style.color = "#000";
210 this.prof.style.color = "";
/external/valgrind/docs/lib/
H A Dvg_basic.css2 a, a:link, a:visited, a:active { color: #74240f; }
3 a:hover { color: #888800; }
6 color: #202020;
7 background-color: #ffffff;
16 h1, h2, h3, h4 { color: #74240f; }
19 code, tt { color: #761596; }
21 color: #761596;
26 pre { color: #3366cc; }
28 color: #000000;
34 color
[all...]
/external/toybox/generated/
H A Dglobals.h995 char *color; member in struct:ls_data
/external/toybox/kconfig/lxdialog/
H A Dutil.c155 * Select color theme
174 static void init_one_color(struct dialog_color *color) argument
179 init_pair(pair, color->fg, color->bg);
180 if (color->hl)
181 color->atr = A_BOLD | COLOR_PAIR(pair);
183 color->atr = COLOR_PAIR(pair);
220 * Setup for color display
225 if (has_colors()) { /* Terminal supports color? */
444 if (has_colors()) { /* Whether terminal supports color
[all...]
/external/toybox/toys/posix/
H A Dls.c8 USE_LS(NEWTOY(ls, USE_LS_COLOR("(color):;")USE_LS_Z("Z")"goACFHLRSacdfiklmnpqrstux1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL]", TOYFLAG_BIN|TOYFLAG_LOCALE))
45 bool "ls --color"
49 usage: ls --color[=auto]
51 --color device=yellow symlink=turquoise/red dir=blue socket=purple
64 char *color;
282 int color = 0; local
284 if (S_ISDIR(mode)) color = 256+34;
285 else if (S_ISLNK(mode)) color = 256+36;
286 else if (S_ISBLK(mode) || S_ISCHR(mode)) color = 256+33;
287 else if (S_ISREG(mode) && (mode&0111)) color
390 unsigned curcol, color = 0; local
[all...]
/external/v8/benchmarks/
H A Draytrace.js56 // flog/color.js
162 distance : function(color) {
163 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
199 color: null,
202 initialize : function(pos, color, intensity) {
204 this.color = color;
359 initialize : function(color, reflectio
[all...]
/external/v8/benchmarks/spinning-balls/
H A Dv.js80 Point.prototype.color = function () {
316 Scene.prototype.drawPoint = function (x, y, z, color) {
327 this.ctx.fillStyle = color
339 scene.drawPoint(point.x, point.y, point.z, point.color());

Completed in 399 milliseconds

1234567891011>>