/external/chromium_org/third_party/skia/src/effects/ |
SkDropShadowImageFilter.cpp | 17 SkDropShadowImageFilter::SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigma, SkColor color, SkImageFilter* input) 23 , fColor(color) 27 SkDropShadowImageFilter::SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, SkImageFilter* input, const CropRect* cropRect) 33 , fColor(color)
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrCustomCoordsTextureEffect.h | 17 * The output color of this effect is a modulation of the input color and a sample from a texture. 32 virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE;
|
GrDistanceFieldTextureEffect.h | 17 * The output color of this effect is a modulation of the input color and a sample from a 33 virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE;
|
/external/chromium_org/ui/android/java/resource_map/org/chromium/ui/ |
R.java | 67 public static final class color { class in class:R
|
/external/chromium_org/ui/base/ime/ |
composition_text_util_pango_unittest.cc | 29 uint32 color; member in struct:__anon14764::Underline 104 EXPECT_EQ(a.color, b.color); 140 for (size_t u = 0; underlines[u].color &&
|
/external/chromium_org/ui/compositor/ |
layer_animation_delegate.h | 26 virtual void SetColorFromAnimation(SkColor color) = 0;
|
/external/chromium_org/ui/gfx/ |
canvas_android.cc | 32 SkColor color,
|
/external/chromium_org/ui/views/controls/ |
focusable_border.h | 28 // Sets the color of this border. 29 void SetColor(SkColor color); 30 // Reverts the color of this border to the system default. 41 // The color to paint the border when |use_default_color_| is false. 44 // Whether the system border color should be used. True unless SetColor has
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_filter_operations_impl.h | 33 blink::WebColor 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/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad.h | 81 * Quad stage outputs (color & depth). 86 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; member in struct:quad_header_output
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
paint.h | 44 const VGfloat *color); 46 VGfloat *color); 49 const VGint *color); 51 VGint *color);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.h | 44 uint32_t color[2]; member in struct:nv04_context
|
/external/mesa3d/src/mesa/swrast/ |
s_aatritemp.h | 115 * to compute color, Z, fog, texcoords, etc. This isn't terribly 123 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane); 124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane); 125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane) [all...] |
s_renderbuffer.h | 58 GLboolean color,
|
/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/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
|