HomeSort by relevance Sort by last modified time
    Searched defs:firstColor (Results 1 - 2 of 2) sorted by null

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
DuotoneFilter.java 26 private int firstColor;
29 public void setDuotone(int firstColor, int secondColor) {
30 this.firstColor = firstColor;
37 ImageUtils.nativeDuotone(src.bitmap(), dst.bitmap(), firstColor, secondColor);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 238 Color firstColor = alternatingRowColors[0];
241 if (k % 2 == 1 && alternatingRowColors[k] == firstColor)
244 if (!(k % 2) && alternatingRowColors[k] != firstColor)

Completed in 71 milliseconds