OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadPNGFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
pixel_test_utils.cc
31
bool
ReadPNGFile
(const base::FilePath& file_path, SkBitmap* bitmap) {
43
if (!
ReadPNGFile
(ref_img_path, &ref_bmp)) {
/external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc
55
bool
ReadPNGFile
(const base::FilePath& file_path, SkBitmap* bitmap) {
230
bool found_ref_img =
ReadPNGFile
(img_path, &ref_bmp_on_disk);
Completed in 846 milliseconds