Home
last modified time | relevance | path

Searched refs:SkRasterPipeline_MemoryCtx (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tests/
DSkRasterPipelineTest.cpp21 SkRasterPipeline_MemoryCtx load_s_ctx = { &blue, 0 }, in DEF_TEST()
65 SkRasterPipeline_MemoryCtx src = { buf + 0, 0 }, in DEF_TEST()
108 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
142 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
182 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
214 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
244 SkRasterPipeline_MemoryCtx src = { &data[0], 0 }, in DEF_TEST()
273 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
299 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
327 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
[all …]
DSRGBTest.cpp21 SkRasterPipeline_MemoryCtx ptr = { reds, 0 }; in DEF_TEST()
50 SkRasterPipeline_MemoryCtx dst = { &color, 0 }; in DEF_TEST()
95 SkRasterPipeline_MemoryCtx ptr = { rgba, 0 }; in DEF_TEST()
DF16StagesTest.cpp21 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, in DEF_TEST()
DParametricStageTest.cpp19 SkRasterPipeline_MemoryCtx ip = { in, 0}, in check_error()
/third_party/skia/src/core/
DSkRasterPipeline.h117 struct SkRasterPipeline_MemoryCtx { struct
191 SkRasterPipeline_MemoryCtx mul,
246 void append_load (SkColorType, const SkRasterPipeline_MemoryCtx*);
247 void append_load_dst(SkColorType, const SkRasterPipeline_MemoryCtx*);
248 void append_store (SkColorType, const SkRasterPipeline_MemoryCtx*);
DSkRasterPipelineBlitter.cpp64 SkRasterPipeline_MemoryCtx
240 SkRasterPipeline_MemoryCtx constantColorPtr = { &constantColor, 0 }; in Create()
263 blitter->fDstPtr = SkRasterPipeline_MemoryCtx{&blitter->fMemsetColor, 0}; in Create()
292 blitter->fDstPtr = SkRasterPipeline_MemoryCtx{ in Create()
452 auto extract_mask_plane = [&mask](int plane, SkRasterPipeline_MemoryCtx* ctx) { in blitMask()
DSkRasterPipeline.cpp170 void SkRasterPipeline::append_load(SkColorType ct, const SkRasterPipeline_MemoryCtx* ctx) { in append_load()
221 void SkRasterPipeline::append_load_dst(SkColorType ct, const SkRasterPipeline_MemoryCtx* ctx) { in append_load_dst()
275 void SkRasterPipeline::append_store(SkColorType ct, const SkRasterPipeline_MemoryCtx* ctx) { in append_store()
DSkXfermode.cpp37 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in xfer32()
DSkBlendMode.cpp143 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply()
DSkBlitter_Sprite.cpp167 SkRasterPipeline_MemoryCtx fSrcPtr;
DSkConvertPixels.cpp209 SkRasterPipeline_MemoryCtx src = { (void*)srcRow, srcStride }, in convert_with_pipeline()
DSkColorFilter.cpp117 SkRasterPipeline_MemoryCtx dstPtr = { &dst, 0 }; in onFilterColor4f()
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1243 SI T* ptr_at_xy(const SkRasterPipeline_MemoryCtx* ctx, size_t dx, size_t dy) { in ptr_at_xy()
1581 STAGE(srcover_rgba_8888, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1750 STAGE(scale_u8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1761 STAGE(scale_565, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1799 STAGE(lerp_u8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1810 STAGE(lerp_565, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1936 STAGE(load_a8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1942 STAGE(load_a8_dst, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1954 STAGE(store_a8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
1961 STAGE(load_565, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
[all …]
/third_party/skia/src/gpu/
DGrDataUtils.cpp682 SkRasterPipeline_MemoryCtx in GrConvertPixels()
801 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage()
/third_party/skia/src/codec/
DSkWebpCodec.cpp321 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in blend_line()