Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipeline.h119 void append_load (SkColorType, const SkRasterPipeline_MemoryCtx*);
120 void append_load_dst(SkColorType, const SkRasterPipeline_MemoryCtx*);
121 void append_store (SkColorType, const SkRasterPipeline_MemoryCtx*);
DSkRasterPipelineOpContexts.h19 struct SkRasterPipeline_MemoryCtx { struct
143 SkRasterPipeline_MemoryCtx mul,
DSkRasterPipelineBlitter.cpp69 SkRasterPipeline_MemoryCtx
255 SkRasterPipeline_MemoryCtx constantColorPtr = { &constantColor, 0 }; in Create()
280 blitter->fDstPtr = SkRasterPipeline_MemoryCtx{&blitter->fMemsetColor, 0}; in Create()
309 blitter->fDstPtr = SkRasterPipeline_MemoryCtx{ in Create()
480 auto extract_mask_plane = [&mask](int plane, SkRasterPipeline_MemoryCtx* ctx) { in blitMask()
DSkRasterPipeline.cpp183 void SkRasterPipeline::append_load(SkColorType ct, const SkRasterPipeline_MemoryCtx* ctx) { in append_load()
243 void SkRasterPipeline::append_load_dst(SkColorType ct, const SkRasterPipeline_MemoryCtx* ctx) { in append_load_dst()
306 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.cpp146 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply()
DSkBlitter_Sprite.cpp169 SkRasterPipeline_MemoryCtx fSrcPtr;
DSkConvertPixels.cpp211 SkRasterPipeline_MemoryCtx src = { (void*)srcRow, srcStride }, in convert_with_pipeline()
DSkColorFilter.cpp120 SkRasterPipeline_MemoryCtx dstPtr = { &dst, 0 }; in onFilterColor4f()
/external/skia/tests/
DSRGBTest.cpp29 SkRasterPipeline_MemoryCtx ptr = { reds, 0 }; in DEF_TEST()
58 SkRasterPipeline_MemoryCtx dst = { &color, 0 }; in DEF_TEST()
103 SkRasterPipeline_MemoryCtx ptr = { rgba, 0 }; in DEF_TEST()
DSkRasterPipelineTest.cpp26 SkRasterPipeline_MemoryCtx load_s_ctx = { &blue, 0 }, in DEF_TEST()
1833 SkRasterPipeline_MemoryCtx src = { buf + 0, 0 }, in DEF_TEST()
1876 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
1910 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
1950 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
1982 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
2012 SkRasterPipeline_MemoryCtx src = { &data[0], 0 }, in DEF_TEST()
2041 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
2067 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
2095 SkRasterPipeline_MemoryCtx src = { &data[0][0], 0 }, in DEF_TEST()
[all …]
DF16StagesTest.cpp25 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, in DEF_TEST()
DParametricStageTest.cpp23 SkRasterPipeline_MemoryCtx ip = { in, 0}, in check_error()
DRasterPipelineCodeGeneratorTest.cpp83 SkRasterPipeline_MemoryCtx outCtx{/*pixels=*/out, /*stride=*/SkRasterPipeline_kMaxStride_highp}; in test()
DSkSLTest.cpp433 SkRasterPipeline_MemoryCtx outCtx{/*pixels=*/out, /*stride=*/SkRasterPipeline_kMaxStride_highp}; in test_raster_pipeline()
/external/skia/src/opts/
DSkRasterPipeline_opts.h1428 SI T* ptr_at_xy(const SkRasterPipeline_MemoryCtx* ctx, size_t dx, size_t dy) { in ptr_at_xy()
1924 STAGE(srcover_rgba_8888, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2188 STAGE(scale_u8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2199 STAGE(scale_565, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2237 STAGE(lerp_u8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2248 STAGE(lerp_565, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2371 STAGE(load_a8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2377 STAGE(load_a8_dst, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2389 STAGE(store_a8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
2395 STAGE(store_r8, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE()
[all …]
/external/skia/src/gpu/ganesh/gradients/
DGrGradientBitmapCache.cpp134 SkRasterPipeline_MemoryCtx ctx = { bitmap->getPixels(), 0 }; in fillGradient()
/external/skia/src/gpu/ganesh/
DGrDataUtils.cpp624 SkRasterPipeline_MemoryCtx in GrConvertPixels()
742 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage()
/external/skia/src/codec/
DSkWebpCodec.cpp337 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in blend_line()