OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateTestBitmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
BitmapHasherTest.cpp
18
static void
CreateTestBitmap
(SkBitmap* bitmap, int width, int height,
29
CreateTestBitmap
(&bitmap, 333, 555, SK_ColorBLUE, reporter);
33
CreateTestBitmap
(&bitmap, 555, 333, SK_ColorBLUE, reporter);
37
CreateTestBitmap
(&bitmap, 555, 333, SK_ColorGREEN, reporter);
/external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc
661
scoped_ptr<SkBitmap>
CreateTestBitmap
(int width,
732
CreateTestBitmap
(xsize, ysize, test_pattern).Pass();
826
CreateTestBitmap
(xsize, ysize, test_pattern).Pass();
[
all
...]
Completed in 67 milliseconds