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

1 2 3 4 5

  /external/eigen/bench/btl/data/
perlib_plot_settings.txt 1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black"
2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999"
3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999"
4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999"
5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010"
6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000"
7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000"
8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff"
9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff"
10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.cpp 29 #include "core/css/RGBColor.h"
33 PassRefPtrWillBeRawPtr<RGBColor> RGBColor::create(unsigned rgbColor)
35 return adoptRefWillBeNoop(new RGBColor(rgbColor));
38 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> RGBColor::red()
46 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> RGBColor::green()
54 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> RGBColor::blue()
62 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> RGBColor::alpha(
    [all...]
RGBColor.h 39 class RGBColor : public RefCountedWillBeGarbageCollected<RGBColor>, public ScriptWrappableBase {
41 static PassRefPtrWillBeRawPtr<RGBColor> create(unsigned rgbColor);
53 RGBColor(unsigned rgbColor)
54 : m_rgbColor(rgbColor)
RGBColor.idl 24 ] interface RGBColor {
CSSPrimitiveValue.idl 65 [RaisesException] RGBColor getRGBColorValue();
CSSPrimitiveValue.cpp 32 #include "core/css/RGBColor.h"
309 m_value.rgbcolor = color;
1004 PassRefPtrWillBeRawPtr<RGBColor> CSSPrimitiveValue::getRGBColorValue(ExceptionState& exceptionState) const
    [all...]
CSSPrimitiveValue.h 44 class RGBColor;
314 PassRefPtrWillBeRawPtr<RGBColor> getRGBColorValue(ExceptionState&) const;
315 RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
394 unsigned rgbcolor; member in union:blink::CSSPrimitiveValue::__anon15637
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_plot.sh 46 echo -n "lc rgbcolor \"#${colors[$(($i % 10))]}\" "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 22 aetypes.RGBColor(0x7000, 0x6000, 0x5000),
test_gl.py 12 glattrs = ['RGBcolor', 'RGBcursor', 'RGBmode', 'RGBrange', 'RGBwritemask',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 22 aetypes.RGBColor(0x7000, 0x6000, 0x5000),
test_gl.py 12 glattrs = ['RGBcolor', 'RGBcursor', 'RGBmode', 'RGBrange', 'RGBwritemask',
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 148 extern PyObject *QdRGB_New(RGBColor *);
149 extern int QdRGB_Convert(PyObject *, RGBColor *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 148 extern PyObject *QdRGB_New(RGBColor *);
149 extern int QdRGB_Convert(PyObject *, RGBColor *);
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 209 RGBColor alpha; // alpha color
210 RGBColor trans; // transparent color
935 RGBColor rgb = { 0.0, 0.0, 0.0 };
980 RGBColor black = { 0, 0, 0 };
981 RGBColor white = { 0xFFFF, 0xFFFF, 0xFFFF };
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MacTextEditor.py 210 # kTXNQDFontColorAttributeSize = sizeof(RGBColor)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 33 struct RGBCOLOR {
80 struct RGBCOLOR rgb;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 365 class RGBColor:
374 return "RGBColor(%r, %r, %r)" % (self.r, self.g, self.b)
384 return isinstance(x, RGBColor)
aepack.py 222 return aetypes.RGBColor(r, g, b)
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
TestDataFormatterObjC.py 587 '(RGBColor) rgb_color = red=3 green=56 blue=35',
588 '(RGBColor *) rgb_color_ptr = red=3 green=56 blue=35',
main.m 613 RGBColor rgb_color = {3,56,35};
614 RGBColor* rgb_color_ptr = &rgb_color;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 367 RGBColor saveRGB;
368 RGBColor blackRGB = { 0, 0, 0 };
  /external/chromium_org/third_party/WebKit/Source/bindings/core/
core_global_constructors_idls.target.darwin-arm.mk 23 $(gyp_shared_intermediate_dir)/blink/core/WindowCoreConstructors.idl: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/core/core_global_constructors_idls_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Animation.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationEffect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationPlayer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationNode.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationTimeline.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Timing.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransfer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSS.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSCharsetRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSImportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframesRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSMediaRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPageRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPrimitiveValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRuleList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleSheet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSSupportsRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSUnknownRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValueList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSViewportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Counter.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFace.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetForEachCallback.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/RGBColor.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Rect.idl $(LOCAL_PATH)/third_party/WebKit/Sou (…)
    [all...]
core_global_constructors_idls.target.darwin-arm64.mk 23 $(gyp_shared_intermediate_dir)/blink/core/WindowCoreConstructors.idl: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/core/core_global_constructors_idls_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Animation.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationEffect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationPlayer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationNode.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationTimeline.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Timing.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransfer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSS.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSCharsetRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSImportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframesRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSMediaRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPageRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPrimitiveValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRuleList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleSheet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSSupportsRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSUnknownRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValueList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSViewportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Counter.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFace.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetForEachCallback.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/RGBColor.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Rect.idl $(LOCAL_PATH)/third_party/WebKit/Sou (…)
    [all...]
core_global_constructors_idls.target.darwin-mips.mk 23 $(gyp_shared_intermediate_dir)/blink/core/WindowCoreConstructors.idl: $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/core/core_global_constructors_idls_idl_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Animation.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationEffect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationPlayer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationNode.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/AnimationTimeline.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/Timing.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransfer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSS.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSCharsetRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSImportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframeRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSKeyframesRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSMediaRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPageRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSPrimitiveValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSRuleList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSStyleSheet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSSupportsRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSUnknownRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValue.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSValueList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/CSSViewportRule.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Counter.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFace.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetForEachCallback.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/RGBColor.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/Rect.idl $(LOCAL_PATH)/third_party/WebKit/Sou (…)
    [all...]

Completed in 1325 milliseconds

1 2 3 4 5