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

  /external/skia/tests/
CodecPriv.h 31 inline void write_bm(const char* name, const SkBitmap& bm) { function
AnimatedImageTest.cpp 92 write_bm(expected_name.c_str(), expectedBm);
93 write_bm(actual_name.c_str(), actualBm);
CodecAnimTest.cpp 362 write_bm(name.c_str(), cachedFrame);
364 write_bm(name.c_str(), frame);
  /external/skqp/tests/
CodecPriv.h 31 inline void write_bm(const char* name, const SkBitmap& bm) { function
AnimatedImageTest.cpp 108 write_bm(expected_name.c_str(), frame);
109 write_bm(actual_name.c_str(), test);
CodecAnimTest.cpp 362 write_bm(name.c_str(), cachedFrame);
364 write_bm(name.c_str(), frame);

Completed in 324 milliseconds