Flutter Engine
The Flutter Engine
|
#include "tools/SvgPathExtractor.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPicture.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkStream.h"
#include "include/private/base/SkDebug.h"
#include "modules/svg/include/SkSVGDOM.h"
#include "modules/svg/include/SkSVGNode.h"
#include "src/xml/SkDOM.h"
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | ToolUtils |
Functions | |
void | ToolUtils::ExtractPaths (const char filepath[], std::function< PathSniffCallback > callback) |