HomeSort by relevance Sort by last modified time
    Searched defs:WritePNGFile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/test/
pixel_test_utils.cc 17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path,
  /external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc 70 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path) {
248 if (!WritePNGFile(gen_bmp, img_path)) {
331 if (!WritePNGFile(gen_bmp, img_fail_path)) {
342 if (!WritePNGFile(diff_bmp, img_diff_path)) {
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc 72 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path) {
557 WritePNGFile(reference_rgb,
559 WritePNGFile(reference_rgb_scaled,
562 WritePNGFile(ToSkBitmap(dst_y, true),
564 WritePNGFile(ToSkBitmap(dst_u, true),
566 WritePNGFile(ToSkBitmap(dst_v, true),
    [all...]

Completed in 3506 milliseconds