Flutter Engine
The Flutter Engine
|
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypes.h"
#include "src/core/SkWriteBuffer.h"
#include <cstddef>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SkTextBlobTrace::Record |
class | SkTextBlobTrace::Capture |
Namespaces | |
namespace | sktext |
namespace | SkTextBlobTrace |
Functions | |
std::vector< SkTextBlobTrace::Record > | SkTextBlobTrace::CreateBlobTrace (SkStream *stream, sk_sp< SkFontMgr > lastResortMgr) |
void | SkTextBlobTrace::DumpTrace (const std::vector< SkTextBlobTrace::Record > &) |