/cts/tests/tests/textureview/src/android/textureview/cts/ |
TextureViewTestActivity.java | 89 private final float[][] color = field in class:TextureViewTestActivity.GLRendererImpl 98 glClearColor(color[index][0], color[index][1], color[index][2], 1.0f);
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 24 background-color: #fff; 30 color: #0033cc;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline.css | 12 background-color: rgba(0, 0, 255, 0.25); 32 background-color: white;
|
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.css | 28 background-color: transparent !important; 46 /* TODO(estade): find a better color for active. */ 50 color: hsl(213, 90%, 24%) !important;
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.h | 25 const SkColor& color,
|
/external/clang/www/analyzer/ |
menu.css | 9 background-color: #EBF0FA; 33 background-color: #EBF0FA;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlender.java | 31 * This method blends the given texture with material color and the defined
32 * color in 'map to' panel. As a result of this method a new texture is
36 * the material diffuse color
39 * @param color
40 * the color defined for the texture
42 * the factor that the color affects the texture (value form 0.0
50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext);
|
/external/kernel-headers/original/linux/ |
leds-an30259a.h | 29 * the behavior for all 3 color components: R, G and B. 30 * If 3 structs are passed, then each one is assumed to describe a single color: 33 * Requesting a color value of 0 is equivalent to requesting LED_LIGHT_OFF 35 * If only describing a single color (ie passing a single struct), then 39 * LIGHT_ON only requires color 40 * LIGHT_PULSE requires color, time_on and time_off 51 /* LED color in RGB format */ 52 __u32 color; member in struct:an30259a_pr_control 59 /* time to reach color from mid_brightness_up in ms */ 69 /* mid point brightness in 1/128 increments of color */ [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_bmp.h | 64 bool ReadData( uchar* data, int step, int color );
|
grfmt_imageio.h | 24 bool ReadData( uchar* data, int step, int color );
|
grfmt_png.h | 60 bool ReadData( uchar* data, int step, int color );
|
grfmt_pxm.h | 57 bool ReadData( uchar* data, int step, int color );
|
image.cpp | 116 int color = desired_color; local 119 if( color < 0 ) 120 color = img->nChannels > 1; 123 (!color ? 1 : img->nChannels > 1 ? img->nChannels : 3)*8, 248 void CvvImage::Fill( int color ) 250 cvSet( m_img, cvScalar(color&255,(color>>8)&255,(color>>16)&255,(color>>24)&255) );
|
/external/quake/quake/src/QW/client/ |
d_iface.h | 43 float color; member in struct:particle_s 88 float u, v, zi, color; member in struct:__anon11538 106 int color; member in struct:__anon11540 165 void D_FillRect (vrect_t *vrect, int color);
|
/external/quake/quake/src/WinQuake/ |
d_iface.h | 44 float color;
member in struct:particle_s 89 float u, v, zi, color;
member in struct:__anon11821 107 int color;
member in struct:__anon11823 166 void D_FillRect (vrect_t *vrect, int color);
|
/external/regex-re2/benchlog/ |
mktable | 27 %color = ( 59 my $color = $color{$who}; 60 printf JGR "marktype none color $color linethickness 2 linetype solid label : $who\n";
|
/external/skia/include/utils/ |
SkParse.h | 22 static const char* FindNamedColor(const char str[], size_t len, SkColor* color);
|
/external/skia/src/animator/ |
SkDrawColor.h | 17 DECLARE_DRAW_MEMBER_INFO(Color); 32 SkColor color; member in class:SkDrawColor
|
/external/skia/src/opts/ |
SkBlitRow_opts_none.cpp | 33 SkColor color) {
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContext.h | 64 virtual void setFillColor(const Color& c); 72 virtual void setStrokeColor(const Color& c); 112 int /* offset */, const Color& color) = 0; 115 const Color& backgroundColor, ColorSpace colorSpace, 124 void fillRect(const FloatRect& rect, const Color& color, ColorSpace) { 125 fillRect(rect, color); 127 virtual void fillRect(const FloatRect& rect, const Color& color) = 0 150 SkColor color; \/\/ alpha>0 means valid shadow member in struct:WebCore::PlatformGraphicsContext::ShadowRec [all...] |
/external/webkit/Source/WebCore/platform/wx/wxcode/ |
non-kerned-drawing.h | 40 extern void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
|
/external/webkit/Source/WebCore/rendering/style/ |
BorderValue.h | 28 #include "Color.h" 67 const Color& color() const { return m_color; } function in class:WebCore::BorderValue 72 Color m_color;
|
StyleBackgroundData.h | 28 #include "Color.h" 49 const Color& color() const { return m_color; } function in class:WebCore::StyleBackgroundData 59 Color m_color;
|
StyleInheritedData.h | 28 #include "Color.h" 58 Color color; member in class:WebCore::StyleInheritedData
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/ |
scrollbar.edc | 88 color: 255 255 255 0; 97 color: 255 255 255 255; 103 color: 255 255 255 64; 134 color: 255 255 255 0; 265 color: 255 255 255 0; 274 color: 255 255 255 255; 280 color: 255 255 255 64; 312 color: 255 255 255 0;
|