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

  /external/chromium_org/third_party/skia/tests/
BitmapHasherTest.cpp 18 static void CreateTestBitmap(SkBitmap* bitmap, int width, int height,
30 CreateTestBitmap(&bitmap, 333, 555, SK_ColorBLUE, reporter);
34 CreateTestBitmap(&bitmap, 555, 333, SK_ColorBLUE, reporter);
38 CreateTestBitmap(&bitmap, 555, 333, SK_ColorGREEN, reporter);
  /external/skia/tests/
BitmapHasherTest.cpp 18 static void CreateTestBitmap(SkBitmap* bitmap, int width, int height,
30 CreateTestBitmap(&bitmap, 333, 555, SK_ColorBLUE, reporter);
34 CreateTestBitmap(&bitmap, 555, 333, SK_ColorBLUE, reporter);
38 CreateTestBitmap(&bitmap, 555, 333, SK_ColorGREEN, reporter);

Completed in 72 milliseconds