Searched refs:BitmapsEqual (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/skia/dm/ |
D | DMUtil.h | 38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b);
|
D | DMSerializeTask.cpp | 33 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMReplayTask.cpp | 35 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMRecordTask.cpp | 53 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMPipeTask.cpp | 62 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMQuiltTask.cpp | 52 if (!BitmapsEqual(full, fReference)) { in draw()
|
D | DMUtil.cpp | 94 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b) { in BitmapsEqual() function
|
D | DMWriteTask.cpp | 192 return BitmapsEqual(expected, bitmap); in check()
|
/external/skia/dm/ |
D | DMUtil.h | 38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b);
|
D | DMSerializeTask.cpp | 33 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMReplayTask.cpp | 35 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMRecordTask.cpp | 53 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMPipeTask.cpp | 62 if (!BitmapsEqual(bitmap, fReference)) { in draw()
|
D | DMQuiltTask.cpp | 52 if (!BitmapsEqual(full, fReference)) { in draw()
|
D | DMUtil.cpp | 94 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b) { in BitmapsEqual() function
|
D | DMWriteTask.cpp | 192 return BitmapsEqual(expected, bitmap); in check()
|