Searched refs:TextureProxyView (Results 1 – 3 of 3) sorted by relevance
20 class TextureProxyView {22 TextureProxyView() = default;24 TextureProxyView(sk_sp<TextureProxy> proxy, Swizzle swizzle) in TextureProxyView() function28 explicit TextureProxyView(sk_sp<TextureProxy> proxy) in TextureProxyView() function31 TextureProxyView(TextureProxyView&& view) = default;32 TextureProxyView(const TextureProxyView&) = default;36 TextureProxyView& operator=(const TextureProxyView&) = default;37 TextureProxyView& operator=(TextureProxyView&& view) = default;39 bool operator==(const TextureProxyView& view) const {43 bool operator!=(const TextureProxyView& other) const { return !(*this == other); }[all …]
71 std::tuple<TextureProxyView, SkColorType> onAsView( in onAsView()
95 "$_src/TextureProxyView.h",