Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkDebug.h"
#include <cstdint>
#include <functional>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | SkSL |
namespace | SkShaderUtils |
Functions | |
std::string | SkShaderUtils::PrettyPrint (const std::string &string) |
void | SkShaderUtils::VisitLineByLine (const std::string &text, const std::function< void(int lineNumber, const char *lineText)> &visitFn) |
void | SkShaderUtils::PrintLineByLine (const std::string &text) |
std::string | SkShaderUtils::BuildShaderErrorMessage (const char *shader, const char *errors) |
void | SkShaderUtils::PrintShaderBanner (SkSL::ProgramKind programKind) |