OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetupBitmap
(Results
1 - 7
of
7
) sorted by null
/external/skia/dm/
DMUtil.h
19
void
SetupBitmap
(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap);
DMReplayTask.cpp
30
SetupBitmap
(fReference.config(), fGM.get(), &bitmap);
DMCpuTask.cpp
28
SetupBitmap
(fConfig, fGM.get(), &bitmap);
DMPipeTask.cpp
50
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) {
DMTileGridTask.cpp
37
SetupBitmap
(fReference.config(), fGM.get(), &full);
Completed in 54 milliseconds