HomeSort by relevance Sort by last modified time
    Searched refs:codex_test_write_fn (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
CodecTest.cpp 669 static void codex_test_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { function
710 png_set_write_fn(png, (void*) (&wStream), codex_test_write_fn, nullptr);
    [all...]
  /external/skqp/tests/
CodecTest.cpp 658 static void codex_test_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { function
699 png_set_write_fn(png, (void*) (&wStream), codex_test_write_fn, nullptr);
    [all...]

Completed in 51 milliseconds