Home
last modified time | relevance | path

Searched refs:SkRasterPipeline_UniformColorCtx (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkDraw_atlas.cpp43 static void load_color(SkRasterPipeline_UniformColorCtx* ctx, const float rgba[]) { in load_color()
137 SkRasterPipeline_UniformColorCtx* uniformCtx = nullptr; in drawAtlas()
143 uniformCtx = alloc.make<SkRasterPipeline_UniformColorCtx>(); in drawAtlas()
DSkRasterPipeline.h185 struct SkRasterPipeline_UniformColorCtx { struct
DSkRasterPipeline.cpp117 auto ctx = alloc->make<SkRasterPipeline_UniformColorCtx>(); in append_constant_color()
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1327 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()
1333 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()
1340 STAGE(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()
3312 STAGE_PP(uniform_color, const SkRasterPipeline_UniformColorCtx* c) {
3318 STAGE_PP(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) {