OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPNGFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
pixel_test_utils.h
22
bool
ReadPNGFile
(const base::FilePath& file_path, SkBitmap* bitmap);
pixel_test_utils.cc
43
bool
ReadPNGFile
(const base::FilePath& file_path, SkBitmap* bitmap) {
55
if (!
ReadPNGFile
(ref_img_path, &ref_bmp)) {
Completed in 430 milliseconds