Searched refs:color (Results 151 - 175 of 1304) sorted by relevance

1234567891011>>

/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_P_A_L_.py36 for color in palette:
37 dataList.append(struct.pack(">BBBB", color.blue,color.green,color.red,color.alpha))
50 for cindex, color in enumerate(palette):
51 color.toXML(writer, ttFont, cindex)
67 color = Color()
68 color.fromXML(element[0], element[1], element[2], ttFont)
69 palette.append (color)
[all...]
/external/libnl/doc/
H A Dlibnl.css86 background-color: #EBEFF6;
103 color: #3D578C;
109 color: #4665A2;
122 background-color: #9CAFD4;
123 color: #ffffff;
128 color: #ffffff;
139 color: #4665A2;
143 color: #4665A2;
154 background-color: #FBFCFD;
168 background-color
[all...]
/external/skia/src/gpu/ops/
H A DGrClearOp.h22 static std::unique_ptr<GrClearOp> Make(const GrFixedClip& clip, GrColor color, argument
24 std::unique_ptr<GrClearOp> op(new GrClearOp(clip, color, rt));
31 static std::unique_ptr<GrClearOp> Make(const SkIRect& rect, GrColor color, GrRenderTarget* rt, argument
33 return std::unique_ptr<GrClearOp>(new GrClearOp(rect, color, rt, fullScreen));
50 void setColor(GrColor color) { fColor = color; } argument
53 GrClearOp(const GrFixedClip& clip, GrColor color, GrRenderTarget* rt) argument
56 , fColor(color) {
72 GrClearOp(const SkIRect& rect, GrColor color, GrRenderTarget* rt, bool fullScreen) argument
75 , fColor(color)
[all...]
/external/opencv/cvaux/src/
H A Dcvprewarp.cpp97 int color; local
120 color = icvGetColor( curr_point );
122 if( color != curr_color )
125 runs[run_index++] = color;
126 curr_color = color;
/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.h55 uint32_t color,
59 uint32_t color,
66 uint32_t color,
74 uint32_t color);
80 void SetColor(uint32_t color);
/external/skia/src/core/
H A DSkLights.cpp27 SkColor3f color; local
28 if (!buf.readScalarArray(&color.fX, 3)) {
49 Light light = Light::MakePoint(color, dirOrPos, intensity, isRadial);
53 Light light = Light::MakeDirectional(color, dirOrPos, isRadial);
72 buf.writeScalarArray(&light.color().fX, 3);
/external/skia/src/gpu/effects/
H A DGrBezierEffect.h60 static sk_sp<GrGeometryProcessor> Make(GrColor color, argument
73 new GrConicEffect(color, viewMatrix, coverage, kFillAA_GrProcessorEdgeType,
80 new GrConicEffect(color, viewMatrix, coverage,
85 new GrConicEffect(color, viewMatrix, coverage, kFillBW_GrProcessorEdgeType,
101 GrColor color() const { return fColor; } function in class:GrConicEffect
142 static sk_sp<GrGeometryProcessor> Make(GrColor color, argument
155 new GrQuadEffect(color, viewMatrix, coverage, kFillAA_GrProcessorEdgeType,
162 new GrQuadEffect(color, viewMatrix, coverage,
167 new GrQuadEffect(color, viewMatrix, coverage, kFillBW_GrProcessorEdgeType,
183 GrColor color() cons function in class:GrQuadEffect
226 Make(GrColor color, const SkMatrix& viewMatrix, const GrPrimitiveEdgeType edgeType, const GrCaps& caps) argument
260 GrColor color() const { return fColor; } function in class:GrCubicEffect
[all...]
/external/doclava/res/assets/templates-sdk/assets/
H A Dandroid-developer-docs.css24 background-color:#fff;
29 color:#000;
31 color:#333;
37 color:#006699;
42 color:#f00;
47 color:#006699;
69 color:#007000;
75 color:#007000;
81 background-color:#fafafa;
174 background-color
[all...]
/external/skia/include/core/
H A DSkLights.h47 static Light MakeDirectional(const SkColor3f& color, const SkVector3& dir, argument
49 Light light(kDirectional_LightType, color, dir, isRadial);
56 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity, argument
58 return Light(kPoint_LightType, color, pos, intensity, isRadial);
62 const SkColor3f& color() const { return fColor; } function in class:SkLights::Light
117 SkColor3f fColor; // linear (unpremul) color. Range is 0..1 in each channel.
130 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos, argument
133 fColor = color;
156 void setAmbientLightColor(const SkColor3f& color) { argument
158 fLights->fAmbientLightColor = color;
[all...]
/external/skia/gm/
H A Droundrects.cpp171 SkColor color = gen_color(&rand); variable
172 fPaints[i].setColor(color);
196 SkColor color = gen_color(&rand); variable
197 fPaints[i].setColor(color);
216 SkColor color = gen_color(&rand); variable
217 fPaints[i].setColor(color);
235 SkColor color = gen_color(&rand); variable
236 fPaints[i].setColor(color);
254 SkColor color = gen_color(&rand); variable
255 fPaints[i].setColor(color);
275 SkColor color = gen_color(&rand); variable
310 SkColor color = gen_color(&rand); variable
331 const SkColor color = gen_color(&rand); variable
354 SkColor color = gen_color(&rand); variable
[all...]
H A Dyuvtorgbeffect.cpp58 int color[] = {0, 85, 170}; variable
65 pixels[i][j] = (unsigned char)color[i];
66 color[i] = (color[i] == limit[i]) ? invl[i] : color[i] + inc[i];
175 int color[] = {0, 85, 170}; variable
184 pixels[j] = (unsigned char)color[0];
185 color[0] = (color[0] == limit[0]) ? invl[0] : color[
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Djp2.c109 static void opj_jp2_apply_cdef(opj_image_t *image, opj_jp2_color_t *color, opj_event_mgr_t *);
268 @param color Collector for profile, cdef and pclr data
271 static void opj_jp2_apply_pclr(opj_image_t *image, opj_jp2_color_t *color);
273 static void opj_jp2_free_pclr(opj_jp2_color_t *color);
311 * @param p_colr_header_size the size of the color header
719 assert(jp2->color.jp2_cdef != 00);
720 assert(jp2->color.jp2_cdef->info != 00);
721 assert(jp2->color.jp2_cdef->n > 0U);
723 l_cdef_size += 6U * jp2->color.jp2_cdef->n;
738 l_value = jp2->color
822 opj_jp2_free_pclr(opj_jp2_color_t *color) argument
833 opj_jp2_check_color(opj_image_t *image, opj_jp2_color_t *color, opj_event_mgr_t *p_manager) argument
957 opj_jp2_apply_pclr(opj_image_t *image, opj_jp2_color_t *color) argument
1234 opj_jp2_apply_cdef(opj_image_t *image, opj_jp2_color_t *color, opj_event_mgr_t *manager) argument
[all...]
/external/fmtlib/doc/bootstrap/
H A Dprint.less13 color: #000 !important; // Black prints faster: h5bp.com/s
84 border-top-color: #000 !important;
96 background-color: #fff !important;
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.h61 bool SetPixel(int x, int y, uint32_t color) override;
69 uint32_t color,
75 uint32_t color,
85 uint32_t color,
97 uint32_t color) override;
101 uint32_t color,
/external/pdfium/core/fxge/
H A Difx_renderdevicedriver.h48 virtual bool SetPixel(int x, int y, uint32_t color);
56 uint32_t color,
63 uint32_t color,
69 uint32_t color,
79 uint32_t color,
91 uint32_t color);
/external/skia/include/codec/
H A DSkEncodedInfo.h70 static SkEncodedInfo Make(Color color, Alpha alpha, int bitsPerComponent) { argument
77 switch (color) {
113 return SkEncodedInfo(color, alpha, bitsPerComponent);
117 * Returns an SkImageInfo with Skia color and alpha types that are the
157 Color color() const { return fColor; } function in struct:SkEncodedInfo
188 SkEncodedInfo(Color color, Alpha alpha, uint8_t bitsPerComponent) argument
189 : fColor(color)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.c47 VGfloat color[4]; member in struct:vg_paint::__anon14948
205 memcpy(paint->solid.color, default_color,
241 const VGfloat *color)
243 paint->solid.color[0] = color[0];
244 paint->solid.color[1] = color[1];
245 paint->solid.color[2] = color[2];
246 paint->solid.color[
240 paint_set_color(struct vg_paint *paint, const VGfloat *color) argument
521 paint_get_color(struct vg_paint *paint, VGfloat *color) argument
558 paint_set_coloriv(struct vg_paint *paint, const VGint *color) argument
572 paint_get_coloriv(struct vg_paint *paint, VGint *color) argument
[all...]
/external/ImageMagick/www/css/
H A Dmagick.css5 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color
[all...]
/external/libnl/doc/stylesheets/
H A Dasciidoc.css24 /* color: blue; */
25 color: #990000;
29 /* color: fuchsia; */
38 /* color: navy; */
43 color: black;
44 /* color: #083194; */
48 /* color: #527bbd; */
49 color: #990000;
87 ul > li { color: #aaa; }
88 ul > li > * { color
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dbase.css14 background-color:#494949;
96 color: #fff;
125 background-color:#313131;
176 color:#000;
198 color:#fff;
229 background-color:#fff;
230 color:#fff;
244 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2bdcd), color-stop(49%,#899cb3), color
[all...]
/external/icu/icu4j/
H A Dstylesheet7.css15 background-color:#ffffff;
16 color:#353833;
23 color:#4c6b87;
27 color:#bb7a2a;
31 color:#4c6b87;
34 color:#353833;
38 color:#353833;
96 color:#FFFFFF;
100 color:#bb7a2a;
103 background-color
[all...]
/external/e2fsprogs/lib/support/
H A Ddict.c60 #define color dict_color macro
208 if (root->color == dnode_red) {
209 if (root->left->color != dnode_black)
211 if (root->right->color != dnode_black)
215 if (root->color != dnode_black)
275 new->nilnode.color = dnode_black;
352 dict->nilnode.color = dnode_black;
373 dict->nilnode.color = dnode_black;
389 dict_assert (dict->nilnode.color == dnode_black);
406 if (root->color !
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp238 c.color.xyz() = c.coords.swizzle(0,1,2);
265 c.color.xyz() = c.coords.swizzle(0,1,2);
291 c.color.xyz() = c.coords.swizzle(3,2,1);
319 c.color.xyz() = c.coords.swizzle(1,2,0);
345 c.color.xyz() = c.coords.swizzle(2,1,0);
371 c.color.xyz() = c.coords.swizzle(2,1,0);
435 c.color.xyz() = c.coords.swizzle(2,0,3);
499 c.color.xyz() = c.coords.swizzle(2,0,3);
526 c.color.xyz() = c.coords.swizzle(0,1,2);
558 c.color
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderStructTests.cpp212 c.color.xyz() = c.coords.swizzle(0,1,2);
239 c.color.xyz() = c.coords.swizzle(0,1,2);
265 c.color.xyz() = c.coords.swizzle(3,2,1);
293 c.color.xyz() = c.coords.swizzle(1,2,0);
319 c.color.xyz() = c.coords.swizzle(2,1,0);
345 c.color.xyz() = c.coords.swizzle(2,1,0);
409 c.color.xyz() = c.coords.swizzle(2,0,3);
473 c.color.xyz() = c.coords.swizzle(2,0,3);
500 c.color.xyz() = c.coords.swizzle(0,1,2);
532 c.color
[all...]
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryProvider2Test.java62 assertEquals(Color.BLUE, blueMustang.color);
66 assertEquals(Color.RED, redMustang.color);
84 assertEquals(Color.BLUE, blueCamaro.color);
89 assertEquals(Color.RED, redCamaro.color);
97 Car create(Color color); argument
102 private final Color color; field in class:FactoryProvider2Test.Mustang
105 public Mustang(double engineSize, @Assisted Color color) { argument
107 this.color = color;
116 private final Color color; field in class:FactoryProvider2Test.Camaro
119 Camaro( @amed�) int horsePower, @Named(�) int modelYear, @Assisted Color color) argument
130 create(Color color, boolean convertable) argument
153 private Color color; field in class:FactoryProvider2Test.Corvette
157 Corvette(Color color, boolean isConvertable) argument
162 Corvette(@ssisted Color color, Float maxMph, @Assisted boolean isConvertable) argument
184 private final Color color; field in class:FactoryProvider2Test.Beetle
186 Beetle(@ssisted Color color) argument
212 private final Color color; field in class:FactoryProvider2Test.Porsche
218 Porsche(@ssisted Color color, double price) argument
246 private final Color color; field in class:FactoryProvider2Test.Firebird
249 Firebird(Provider<String> modifiersProvider, @Assisted Color color) argument
309 private final Color color; field in class:FactoryProvider2Test.DeLorean
312 DeLorean( Set<String> extraFeatures, Set<Integer> featureActivationSpeeds, @Assisted Color color) argument
338 private final Color color; field in class:FactoryProvider2Test.Z
341 Z(Provider<Set<String>> manufacturersProvider, @Assisted Color color) argument
348 final Color color; field in class:FactoryProvider2Test.Prius
351 Prius(@ssisted Color color) argument
370 ExplodingCar(@uppressWarnings�) @ssisted Color color) argument
456 private final Color color; field in class:FactoryProvider2Test.Fiat
459 Fiat(SteeringWheel steeringWheel, @Assisted Color color) argument
659 create(Color color) argument
685 createFleet(Color color) argument
835 create(Color color) argument
[all...]

Completed in 1602 milliseconds

1234567891011>>