HomeSort by relevance Sort by last modified time
    Searched full:darkblue (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
colors.xml 9 <item name="darkblue" type="color">#FF0099CC</item>
21 <item>@color/darkblue</item>
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/res/values/
colors.xml 9 <item name="darkblue" type="color">#FF0099CC</item>
21 <item>@color/darkblue</item>
  /development/samples/browseable/BasicMediaRouter/res/values/
colors.xml 9 <item name="darkblue" type="color">#FF0099CC</item>
21 <item>@color/darkblue</item>
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 72 Color darkBlue = new Color(null, 0, 0, 127);
  /external/chromium-trace/catapult/third_party/flot/
jquery.colorhelpers.min.js 1 (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){if(o.a>=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return value<min?min:value>max?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=elem.parent()}while(elem.length&&!$.nodeName(elem.get(0),"body"));if(c=="rgba(0, 0, 0, 0)")c="transparent";return $.color.parse(c)};$.color.parse=function(str){var res,m=$.color.make;if(res=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10));if(res=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10),parseFloat(res[4]));if(res=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55);if(res=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55,parseFloat(res[4]));if(res=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str))return m(parseInt(res[1],16),parseInt(res[2],16),parseInt(res[3],16));if(res=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str))return m(parseInt(res[1]+res[1],16),parseInt(res[2]+res[2],16),parseInt(res[3]+res[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent")return m(255,255,255,0);else{res=lookupColors[name]||[0,0,0];return m(res[0],res[1],res[2])}};var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107], (…)
jquery.colorhelpers.js 143 darkblue:[0,0,139],
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-header_inclusion.html 50 color: darkblue; }
ft2-user_allocation.html 50 color: darkblue; }
ft2-bzip2.html 50 color: darkblue; }
ft2-error_enumerations.html 50 color: darkblue; }
ft2-font_formats.html 50 color: darkblue; }
ft2-lzw.html 50 color: darkblue; }
ft2-truetype_engine.html 50 color: darkblue; }
ft2-cid_fonts.html 50 color: darkblue; }
ft2-error_code_values.html 50 color: darkblue; }
ft2-gasp_table.html 50 color: darkblue; }
ft2-gzip.html 50 color: darkblue; }
ft2-sizes_management.html 50 color: darkblue; }
ft2-bdf_fonts.html 50 color: darkblue; }
ft2-bitmap_handling.html 50 color: darkblue; }
  /build/core/
product-graph.mk 64 colorscheme=\"svg\" fontcolor=\"darkblue\" href=\"products/$(1).html\" \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 82 static const ARGB DarkBlue = 0xFF00008B;
  /external/opencv3/modules/ts/misc/
color.py 100 "darkblue": "#00008b",
  /external/skia/src/utils/
SkParseColor.cpp 58 { "darkblue", 0x00008B },
248 0x90325899, 0x54a00000, 0x0000008b, // darkblue
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
autocomplete-box.html 84 color: darkblue;

Completed in 501 milliseconds

1 2 3 4