/external/skia/src/core/ |
D | SkRasterPipeline.h | 119 void append_load (SkColorType, const SkRasterPipeline_MemoryCtx*); 120 void append_load_dst(SkColorType, const SkRasterPipeline_MemoryCtx*); 121 void append_store (SkColorType, const SkRasterPipeline_MemoryCtx*);
|
D | SkRasterPipelineOpContexts.h | 19 struct SkRasterPipeline_MemoryCtx { struct 143 SkRasterPipeline_MemoryCtx mul,
|
D | SkRasterPipelineBlitter.cpp | 69 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()
|
D | SkRasterPipeline.cpp | 183 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()
|
D | SkXfermode.cpp | 37 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in xfer32()
|
D | SkBlendMode.cpp | 146 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply()
|
D | SkBlitter_Sprite.cpp | 169 SkRasterPipeline_MemoryCtx fSrcPtr;
|
D | SkConvertPixels.cpp | 211 SkRasterPipeline_MemoryCtx src = { (void*)srcRow, srcStride }, in convert_with_pipeline()
|
D | SkColorFilter.cpp | 120 SkRasterPipeline_MemoryCtx dstPtr = { &dst, 0 }; in onFilterColor4f()
|
/external/skia/tests/ |
D | SRGBTest.cpp | 29 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()
|
D | SkRasterPipelineTest.cpp | 26 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 …]
|
D | F16StagesTest.cpp | 25 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, in DEF_TEST()
|
D | ParametricStageTest.cpp | 23 SkRasterPipeline_MemoryCtx ip = { in, 0}, in check_error()
|
D | RasterPipelineCodeGeneratorTest.cpp | 83 SkRasterPipeline_MemoryCtx outCtx{/*pixels=*/out, /*stride=*/SkRasterPipeline_kMaxStride_highp}; in test()
|
D | SkSLTest.cpp | 433 SkRasterPipeline_MemoryCtx outCtx{/*pixels=*/out, /*stride=*/SkRasterPipeline_kMaxStride_highp}; in test_raster_pipeline()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1428 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/ |
D | GrGradientBitmapCache.cpp | 134 SkRasterPipeline_MemoryCtx ctx = { bitmap->getPixels(), 0 }; in fillGradient()
|
/external/skia/src/gpu/ganesh/ |
D | GrDataUtils.cpp | 624 SkRasterPipeline_MemoryCtx in GrConvertPixels() 742 SkRasterPipeline_MemoryCtx dstCtx{dst, SkToInt(dstRB/dstInfo.bpp())}; in GrClearImage()
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 337 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in blend_line()
|