/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
RoundRects.java | 68 mDrawable.setGradientType(GradientDrawable.LINEAR_GRADIENT); 91 mDrawable.setGradientType(GradientDrawable.LINEAR_GRADIENT);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 102 public static final int LINEAR_GRADIENT = 0; 311 * @param gradient The type of the gradient: {@link #LINEAR_GRADIENT}, 712 if (st.mGradient == LINEAR_GRADIENT) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 143 linear_gradient(struct ureg_program *ureg, function 536 linear_gradient(ureg, src,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 120 linear_gradient(struct ureg_program *ureg, function 572 linear_gradient(ureg, src,
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 143 linear_gradient(struct ureg_program *ureg, function 536 linear_gradient(ureg, src,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 120 linear_gradient(struct ureg_program *ureg, function 572 linear_gradient(ureg, src,
|
/external/pixman/pixman/ |
pixman-private.h | 42 typedef struct linear_gradient linear_gradient_t; 139 struct linear_gradient struct [all...] |