HomeSort by relevance Sort by last modified time
    Searched full:setupbitmap (Results 1 - 9 of 9) sorted by null

  /external/skia/dm/
DMUtil.h 19 void SetupBitmap(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap);
DMCpuTask.cpp 28 SetupBitmap(fConfig, fGM.get(), &bitmap);
DMReplayTask.cpp 30 SetupBitmap(fReference.config(), fGM.get(), &bitmap);
DMSerializeTask.cpp 41 SetupBitmap(fReference.config(), fGM.get(), &bitmap);
DMUtil.cpp 22 void SetupBitmap(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap) {
DMPipeTask.cpp 50 SetupBitmap(fReference.config(), fGM.get(), &bitmap);
DMTileGridTask.cpp 37 SetupBitmap(fReference.config(), fGM.get(), &full);
  /external/skia/gm/
bitmapmatrix.cpp 35 this->setupBitmap(&bm);
107 void setupBitmap(SkBitmap* bm) {
  /external/skia/tests/
WritePixelsTest.cpp 341 static bool setupBitmap(SkBitmap* bitmap,
454 REPORTER_ASSERT(reporter, setupBitmap(&bmp, config8888, rect.width(), rect.height(), SkToBool(tightBmp)));

Completed in 154 milliseconds