Searched refs:SkSurfaceProps (Results 1 – 9 of 9) sorted by relevance
147 SkSurfaceProps props(mColorMode == ColorMode::Default ? 0 : SkSurfaceProps::kAlwaysDither_Flag, in draw()
63 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in createOrUpdateLayer()
84 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in createOrUpdateLayer()
95 constexpr SkSurfaceProps* kProps = nullptr; in createRenderTarget()
85 constexpr SkSurfaceProps* kProps = nullptr; in createRenderTarget()
88 SkSurfaceProps props; in makeSurface()
473 SkSurfaceProps surfaceProps; in dequeueNativeBuffer()475 surfaceProps = SkSurfaceProps(SkSurfaceProps::kAlwaysDither_Flag | surfaceProps.flags(), in dequeueNativeBuffer()
194 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
1082 sk_sp<SkSurface> RecordingCanvas::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface() argument