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

/external/skia/src/gpu/
H A DGrXferProcessor.h57 class DstProxy { class in class:GrXferProcessor
59 DstProxy() { fOffset.set(0, 0); } function in class:GrXferProcessor::DstProxy
61 DstProxy(const DstProxy& other) { function in class:GrXferProcessor::DstProxy
65 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset) function in class:GrXferProcessor::DstProxy
74 DstProxy& operator=(const DstProxy& other) {
80 bool operator==(const DstProxy& that) const {
83 bool operator!=(const DstProxy& that) const { return !(*this == that); }
257 typedef GrXferProcessor::DstProxy DstProx typedef in class:GrXPFactory
[all...]
/external/skqp/src/gpu/
H A DGrXferProcessor.h57 class DstProxy { class in class:GrXferProcessor
59 DstProxy() { fOffset.set(0, 0); } function in class:GrXferProcessor::DstProxy
61 DstProxy(const DstProxy& other) { function in class:GrXferProcessor::DstProxy
65 DstProxy(sk_sp<GrTextureProxy> proxy, const SkIPoint& offset) function in class:GrXferProcessor::DstProxy
74 DstProxy& operator=(const DstProxy& other) {
80 bool operator==(const DstProxy& that) const {
83 bool operator!=(const DstProxy& that) const { return !(*this == that); }
257 typedef GrXferProcessor::DstProxy DstProx typedef in class:GrXPFactory
[all...]

Completed in 121 milliseconds