HomeSort by relevance Sort by last modified time
    Searched refs:color1 (Results 1 - 22 of 22) sorted by null

  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 54 * @param color1 The color to use at the end of the sweep
56 public SweepGradient(float cx, float cy, int color0, int color1) {
57 native_instance = nativeCreate2(cx, cy, color0, color1);
58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
62 private static native int nativeCreate2(float x, float y, int color0, int color1);
67 int color0, int color1);
LinearGradient.java 50 @param color1 The color at the end of the gradient line.
54 int color0, int color1, TileMode tile) {
55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
63 int color0, int color1, int tileMode);
67 int color0, int color1, int tileMode);
RadialGradient.java 52 @param color1 The color at the edge of the circle.
56 int color0, int color1, TileMode tile) {
60 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
68 int color0, int color1, int tileMode);
73 int color0, int color1, int tileMode);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
ColorStateListTest.java 44 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
52 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
60 int defaultColor = mResources.getColor(R.color.color1);
  /frameworks/base/opengl/libagl/
dxt.cpp 130 * contains a transparent pixel (color0 < color1, code == 3). This
159 uint16_t color1 = colors >> 16; local
161 if (color0 < color1) {
225 uint16_t color1 = colors >> 16; local
230 if (color0 != prev_color0 || color1 != prev_color1) {
233 prev_color1 = color1;
239 int r1 = red(color1);
240 int g1 = green(color1);
241 int b1 = blue(color1);
248 c[1] = color1;
350 uint16_t color1 = colors >> 16; local
507 uint16_t color1 = colors >> 16; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 186 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) {
198 storedColors[1] = static_cast<uint32_t>(color1);
212 int color0, int color1, int tileMode)
220 colors[1] = color1;
262 int color0, int color1, int tileMode) {
268 colors[1] = color1;
315 float x, float y, float radius, int color0, int color1, int tileMode) {
323 storedColors[1] = static_cast<uint32_t>(color1);
365 int color0, int color1) {
368 colors[1] = color1;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 45 QColor color1(checkerColor1);
50 painter.fillRect(x, y, checkerSize / 2, checkerSize / 2, alternate ? color1 : color2);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 68 int color0, int color1, int tileMode) {
70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/,
85 int color0, int color1, int tileMode) {
RadialGradient_Delegate.java 66 int color0, int color1, int tileMode) {
67 return nativeCreate1(x, y, radius, new int[] { color0, color1 }, null /*positions*/,
80 int color0, int color1, int tileMode) {
SweepGradient_Delegate.java 61 /*package*/ static int nativeCreate2(float x, float y, int color0, int color1) {
62 return nativeCreate1(x, y, new int[] { color0, color1 }, null /*positions*/);
74 int color0, int color1) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 169 uint8_t color1; /* 7- 4 Pattern pixel color */ member in struct:video_highlight
  /external/skia/samplecode/
SampleVertices.cpp 27 SkPMColor color1 = SkPreMultiplyARGB(0x40, 0xff, 0x00, 0xff); local
33 pixels[1] = pixels[3] = color1;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 81 cursor->ph_cursor->color1 = Pg_WHITE;
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 273 final ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1597 milliseconds