Searched defs:SkSurfaceProps (Results 1 – 15 of 15) sorted by relevance
18 class SkSurfaceProps; variable
15 class SkSurfaceProps; variable
36 class SkSurfaceProps; variable
23 class SkSurfaceProps; variable
28 class SkSurfaceProps; variable
45 class SkSurfaceProps; variable
27 class SkSurfaceProps; variable
393 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
19 class SkSurfaceProps; variable
828 sk_sp<SkSurface> SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { in onNewSurface()
26 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps28 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps382 int, GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget()
24 class SkSurfaceProps; variable
41 class SkSurfaceProps; variable
86 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& ii, const SkSurfaceProps& /* props */) { in makeSurface()