Home
last modified time | relevance | path

Searched refs:BitmapsEqual (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/dm/
DDMUtil.h38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b);
DDMSerializeTask.cpp33 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMReplayTask.cpp35 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMRecordTask.cpp53 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMPipeTask.cpp62 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMQuiltTask.cpp52 if (!BitmapsEqual(full, fReference)) { in draw()
DDMUtil.cpp94 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b) { in BitmapsEqual() function
DDMWriteTask.cpp192 return BitmapsEqual(expected, bitmap); in check()
/external/skia/dm/
DDMUtil.h38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b);
DDMSerializeTask.cpp33 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMReplayTask.cpp35 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMRecordTask.cpp53 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMPipeTask.cpp62 if (!BitmapsEqual(bitmap, fReference)) { in draw()
DDMQuiltTask.cpp52 if (!BitmapsEqual(full, fReference)) { in draw()
DDMUtil.cpp94 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b) { in BitmapsEqual() function
DDMWriteTask.cpp192 return BitmapsEqual(expected, bitmap); in check()