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

  /external/skia/tools/
imgcvt.cpp 29 const char* dst_profile_path = argc > 2 ? argv[2] : nullptr; local
32 if (dst_profile_path) {
33 dst_blob = SkData::MakeFromFileName(dst_profile_path);
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path);
  /external/skqp/tools/
imgcvt.cpp 29 const char* dst_profile_path = argc > 2 ? argv[2] : nullptr; local
32 if (dst_profile_path) {
33 dst_blob = SkData::MakeFromFileName(dst_profile_path);
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path);

Completed in 41 milliseconds