Flutter Engine
The Flutter Engine
|
#include <GlyphRun.h>
Public Member Functions | |
GlyphRunList | makeGlyphRunList (const GlyphRun &run, const SkPaint &paint, SkPoint origin) |
const GlyphRunList & | textToGlyphRunList (const SkFont &font, const SkPaint &paint, const void *bytes, size_t byteLength, SkPoint origin, SkTextEncoding encoding=SkTextEncoding::kUTF8) |
const GlyphRunList & | blobToGlyphRunList (const SkTextBlob &blob, SkPoint origin) |
std::tuple< SkSpan< const SkPoint >, SkSpan< const SkVector > > | convertRSXForm (SkSpan< const SkRSXform > xforms) |
bool | empty () const |
Definition at line 137 of file GlyphRun.h.
const GlyphRunList & sktext::GlyphRunBuilder::blobToGlyphRunList | ( | const SkTextBlob & | blob, |
SkPoint | origin | ||
) |
Definition at line 233 of file GlyphRun.cpp.
std::tuple< SkSpan< const SkPoint >, SkSpan< const SkVector > > sktext::GlyphRunBuilder::convertRSXForm | ( | SkSpan< const SkRSXform > | xforms | ) |
Definition at line 294 of file GlyphRun.cpp.
|
inline |
Definition at line 150 of file GlyphRun.h.
GlyphRunList sktext::GlyphRunBuilder::makeGlyphRunList | ( | const GlyphRun & | run, |
const SkPaint & | paint, | ||
SkPoint | origin | ||
) |
Definition at line 189 of file GlyphRun.cpp.
const GlyphRunList & sktext::GlyphRunBuilder::textToGlyphRunList | ( | const SkFont & | font, |
const SkPaint & | paint, | ||
const void * | bytes, | ||
size_t | byteLength, | ||
SkPoint | origin, | ||
SkTextEncoding | encoding = SkTextEncoding::kUTF8 |
||
) |
Definition at line 211 of file GlyphRun.cpp.