Searched defs:onGetProps (Results 1 – 3 of 3) sorted by relevance
297 bool onGetProps(SkSurfaceProps* props) const override { return fTarget->getProps(props); } in onGetProps() function in SkColorSpaceXformCanvas
1303 bool SkCanvas::onGetProps(SkSurfaceProps* props) const { in onGetProps() function in SkCanvas
581 bool SkDeferredCanvas::onGetProps(SkSurfaceProps* props) const { return fCanvas->getProps(props); } in onGetProps() function in SkDeferredCanvas