Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp124 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) { in setData()
/third_party/skia/src/gpu/
DGrPipeline.h138 SkIPoint dstTextureOffset() const { return fDstProxy.offset(); } in dstTextureOffset() function