Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
skia::textlayout::Paragraph::ExtendedVisitorInfo Struct Reference

#include <Paragraph.h>

Public Attributes

const SkFontfont
 
SkPoint origin
 
SkSize advance
 
int count
 
const uint16_t * glyphs
 
SkPointpositions
 
const SkRectbounds
 
const uint32_t * utf8Starts
 
unsigned flags
 

Detailed Description

Definition at line 101 of file Paragraph.h.

Member Data Documentation

◆ advance

SkSize skia::textlayout::Paragraph::ExtendedVisitorInfo::advance

Definition at line 104 of file Paragraph.h.

◆ bounds

const SkRect* skia::textlayout::Paragraph::ExtendedVisitorInfo::bounds

Definition at line 108 of file Paragraph.h.

◆ count

int skia::textlayout::Paragraph::ExtendedVisitorInfo::count

Definition at line 105 of file Paragraph.h.

◆ flags

unsigned skia::textlayout::Paragraph::ExtendedVisitorInfo::flags

Definition at line 110 of file Paragraph.h.

◆ font

const SkFont& skia::textlayout::Paragraph::ExtendedVisitorInfo::font

Definition at line 102 of file Paragraph.h.

◆ glyphs

const uint16_t* skia::textlayout::Paragraph::ExtendedVisitorInfo::glyphs

Definition at line 106 of file Paragraph.h.

◆ origin

SkPoint skia::textlayout::Paragraph::ExtendedVisitorInfo::origin

Definition at line 103 of file Paragraph.h.

◆ positions

SkPoint* skia::textlayout::Paragraph::ExtendedVisitorInfo::positions

Definition at line 107 of file Paragraph.h.

◆ utf8Starts

const uint32_t* skia::textlayout::Paragraph::ExtendedVisitorInfo::utf8Starts

Definition at line 109 of file Paragraph.h.


The documentation for this struct was generated from the following file: