Lines Matching refs:SkSurfaceProps
583 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
590 SkCanvas::SkCanvas(int width, int height, const SkSurfaceProps* props)
601 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
618 SkCanvas::SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props)
631 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
645 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
1212 sk_sp<SkSurface> SkCanvas::makeSurface(const SkImageInfo& info, const SkSurfaceProps* props) {
1219 sk_sp<SkSurface> SkCanvas::onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
1237 bool SkCanvas::getProps(SkSurfaceProps* props) const {
1241 bool SkCanvas::onGetProps(SkSurfaceProps* props) const {
2832 size_t rowBytes, const SkSurfaceProps* props) {