Flutter Engine
The Flutter Engine
|
#include <SkRasterPipelineOpContexts.h>
Public Attributes | |
SkPerlinNoiseShaderType | noiseType |
float | baseFrequencyX |
float | baseFrequencyY |
float | stitchDataInX |
float | stitchDataInY |
bool | stitching |
int | numOctaves |
const uint8_t * | latticeSelector |
const uint16_t * | noiseData |
Definition at line 113 of file SkRasterPipelineOpContexts.h.
float SkRasterPipeline_PerlinNoiseCtx::baseFrequencyX |
Definition at line 115 of file SkRasterPipelineOpContexts.h.
float SkRasterPipeline_PerlinNoiseCtx::baseFrequencyY |
Definition at line 115 of file SkRasterPipelineOpContexts.h.
const uint8_t* SkRasterPipeline_PerlinNoiseCtx::latticeSelector |
Definition at line 119 of file SkRasterPipelineOpContexts.h.
const uint16_t* SkRasterPipeline_PerlinNoiseCtx::noiseData |
Definition at line 120 of file SkRasterPipelineOpContexts.h.
SkPerlinNoiseShaderType SkRasterPipeline_PerlinNoiseCtx::noiseType |
Definition at line 114 of file SkRasterPipelineOpContexts.h.
int SkRasterPipeline_PerlinNoiseCtx::numOctaves |
Definition at line 118 of file SkRasterPipelineOpContexts.h.
float SkRasterPipeline_PerlinNoiseCtx::stitchDataInX |
Definition at line 116 of file SkRasterPipelineOpContexts.h.
float SkRasterPipeline_PerlinNoiseCtx::stitchDataInY |
Definition at line 116 of file SkRasterPipelineOpContexts.h.
bool SkRasterPipeline_PerlinNoiseCtx::stitching |
Definition at line 117 of file SkRasterPipelineOpContexts.h.