Home
last modified time | relevance | path

Searched refs:SoftwarePathData (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSoftwarePathRenderer.cpp199 class SoftwarePathData { class
201 SoftwarePathData(const SkIRect& maskBounds, const SkMatrix& viewMatrix, const GrShape& shape, in SoftwarePathData() function in __anonaf62fa1b0111::SoftwarePathData
347 auto uploader = skstd::make_unique<GrTDeferredProxyUploader<SoftwarePathData>>( in onDrawPath()
349 GrTDeferredProxyUploader<SoftwarePathData>* uploaderRaw = uploader.get(); in onDrawPath()
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp38 class SoftwarePathData { class
40 SoftwarePathData(const SkIRect& maskBounds, const SkMatrix& viewMatrix, in SoftwarePathData() function in __anon6f97634e0111::SoftwarePathData
346 auto uploader = std::make_unique<GrTDeferredProxyUploader<SoftwarePathData>>( in onDrawPath()
348 GrTDeferredProxyUploader<SoftwarePathData>* uploaderRaw = uploader.get(); in onDrawPath()