Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Variables
SkSLDefines.h File Reference
#include <cstdint>
#include "include/core/SkTypes.h"
#include "include/private/base/SkTArray.h"

Go to the source code of this file.

Classes

class  SkSL::ExpressionArray
 

Namespaces

namespace  SkSL
 

Typedefs

using SKSL_INT = int64_t
 
using SKSL_FLOAT = float
 
using SkSL::ComponentArray = skia_private::STArray< 4, int8_t >
 
using SkSL::StatementArray = skia_private::STArray< 2, std::unique_ptr< Statement > >
 

Variables

static constexpr int SkSL::kDefaultInlineThreshold = 50
 
static constexpr int SkSL::kVariableSlotLimit = 100000
 

Typedef Documentation

◆ SKSL_FLOAT

using SKSL_FLOAT = float

Definition at line 17 of file SkSLDefines.h.

◆ SKSL_INT

using SKSL_INT = int64_t

Definition at line 16 of file SkSLDefines.h.