Home
last modified time | relevance | path

Searched refs:active_pixels (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/effects/
DSkOverdrawColorFilter.cpp51 ctx->fn = [](SkRasterPipeline_CallbackCtx* arg, int active_pixels) { in onAppendStages() argument
54 for (int i = 0; i < active_pixels; i++) { in onAppendStages()
/third_party/flutter/skia/src/shaders/
DSkShader.cpp171 cb->fn = [](SkRasterPipeline_CallbackCtx* self, int active_pixels) { in onAppendStages() argument
176 c->ctx->shadeSpan(x,y, tmp, active_pixels); in onAppendStages()
178 for (int i = 0; i < active_pixels; i++) { in onAppendStages()
/third_party/skia/src/shaders/
DSkShader.cpp187 cb->fn = [](SkRasterPipeline_CallbackCtx* self, int active_pixels) { in onAppendStages() argument
192 c->ctx->shadeSpan(x,y, tmp, active_pixels); in onAppendStages()
194 for (int i = 0; i < active_pixels; i++) { in onAppendStages()
/third_party/flutter/skia/src/core/
DSkColorFilter.cpp399 ctx->fn = [](SkRasterPipeline_CallbackCtx* arg, int active_pixels) { in onAppendStages() argument
401 for (int i = 0; i < active_pixels; i++) { in onAppendStages()
DSkRasterPipeline.h154 …void (*fn)(SkRasterPipeline_CallbackCtx* self, int active_pixels/*<= SkRasterPipeline_kMaxStride*/…
/third_party/skia/src/core/
DSkRasterPipeline.h157 …void (*fn)(SkRasterPipeline_CallbackCtx* self, int active_pixels/*<= SkRasterPipeline_kMaxStride*/…