Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions | Variables
SkSLLexer.cpp File Reference
#include "src/sksl/SkSLLexer.h"

Go to the source code of this file.

Classes

struct  SkSL::FullEntry
 
struct  SkSL::CompactEntry
 

Namespaces

namespace  SkSL
 

Typedefs

using SkSL::State = uint16_t
 
using SkSL::IndexEntry = int16_t
 

Functions

static State SkSL::get_transition (uint8_t transition, State state)
 

Variables

static constexpr uint8_t SkSL::kInvalidChar = 18
 
static constexpr uint8_t SkSL::kMappings [118]
 
static constexpr FullEntry SkSL::kFull []
 
static constexpr CompactEntry SkSL::kCompact []
 
static constexpr IndexEntry SkSL::kIndices []
 
static const uint8_t SkSL::kAccepts [427]