Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkPaintFilterCanvas.h93 bool onGetProps(SkSurfaceProps* props) const override;
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp279 bool SkPaintFilterCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() function in SkPaintFilterCanvas
/third_party/skia/include/core/
DSkCanvas.h2210 virtual bool onGetProps(SkSurfaceProps* props) const;
/third_party/skia/src/core/
DSkCanvas.cpp1276 return this->onGetProps(props); in getProps()
1279 bool SkCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() function in SkCanvas