Searched refs:SkRasterPipeline_MemoryCtx (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/tests/ |
D | SkRasterPipelineTest.cpp | 21 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 …]
|
D | SRGBTest.cpp | 21 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()
|
D | F16StagesTest.cpp | 21 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, in DEF_TEST()
|
D | ParametricStageTest.cpp | 19 SkRasterPipeline_MemoryCtx ip = { in, 0}, in check_error()
|
/third_party/skia/src/core/ |
D | SkRasterPipeline.h | 117 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*);
|
D | SkRasterPipelineBlitter.cpp | 64 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()
|
D | SkRasterPipeline.cpp | 170 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()
|
D | SkXfermode.cpp | 37 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in xfer32()
|
D | SkBlendMode.cpp | 143 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply()
|
D | SkBlitter_Sprite.cpp | 167 SkRasterPipeline_MemoryCtx fSrcPtr;
|
D | SkConvertPixels.cpp | 209 SkRasterPipeline_MemoryCtx src = { (void*)srcRow, srcStride }, in convert_with_pipeline()
|
D | SkColorFilter.cpp | 117 SkRasterPipeline_MemoryCtx dstPtr = { &dst, 0 }; in onFilterColor4f()
|
/third_party/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1243 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/ |
D | GrDataUtils.cpp | 682 SkRasterPipeline_MemoryCtx in GrConvertPixels() 801 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage()
|
/third_party/skia/src/codec/ |
D | SkWebpCodec.cpp | 321 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in blend_line()
|