Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkPaintFilterCanvas.h93 bool onGetProps(SkSurfaceProps* props) const override;
/third_party/flutter/skia/include/utils/
DSkPaintFilterCanvas.h102 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/flutter/skia/src/utils/
DSkPaintFilterCanvas.cpp293 bool SkPaintFilterCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() function in SkPaintFilterCanvas
/third_party/skia/include/core/
DSkCanvas.h2198 virtual bool onGetProps(SkSurfaceProps* props) const;
/third_party/flutter/skia/include/core/
DSkCanvas.h2396 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
/third_party/flutter/skia/src/core/
DSkCanvas.cpp1213 return this->onGetProps(props); in getProps()
1216 bool SkCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() function in SkCanvas