Home
last modified time | relevance | path

Searched defs:SkRasterPipeline_MemoryCtxPatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipelineOpContexts.h58 struct SkRasterPipeline_MemoryCtxPatch { struct
59 SkRasterPipeline_MemoryCtxInfo info;
61 void* backup; // Remembers context->pixels so we can restore it
62 std::byte scratch[SkRasterPipeline_MaxScratchPerPatch];
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h5093 SkSpan<SkRasterPipeline_MemoryCtxPatch>, in start_pipeline()