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

  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 103 int firstColor = bitmap.getPixel(0, 0);
106 if (bitmap.getPixel(x, y) != firstColor) {
112 Log.w(TAG, String.format("%s entire bitmap color is %x", bitmapName, firstColor));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 315 Color firstColor = alternatingRowColors[0];
318 if (k % 2 == 1 && alternatingRowColors[k] == firstColor)
321 if (!(k % 2) && alternatingRowColors[k] != firstColor)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.cpp 38 Color firstColor;

Completed in 87 milliseconds