HomeSort by relevance Sort by last modified time
    Searched refs:ReadPNGFile (Results 1 - 3 of 3) 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 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 68 milliseconds