Home
last modified time | relevance | path

Searched refs:onIsCompatible (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/image/
DSkSurface_Gpu.h54 bool onIsCompatible(const SkSurfaceCharacterization&) const override;
DSkSurface_Base.h132 virtual bool onIsCompatible(const SkSurfaceCharacterization&) const { return false; } in onIsCompatible() function
DSkSurface.cpp335 return asConstSB(this)->onIsCompatible(characterization); in isCompatible()
DSkSurface_Gpu.cpp314 bool SkSurface_Gpu::onIsCompatible(const SkSurfaceCharacterization& characterization) const { in onIsCompatible() function in SkSurface_Gpu