Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrXferProcessor.h58 DstProxy() { fOffset.set(0, 0); } in DstProxy() function
60 DstProxy(const DstProxy& other) { in DstProxy() function
64 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset) in DstProxy() function
252 typedef GrXferProcessor::DstProxy DstProxy; typedef
DGrRenderTargetOpList.cpp36 using DstProxy = GrXferProcessor::DstProxy; typedef