Lines Matching refs:SkSurfaceProps
123 SkGpuDevice* SkGpuDevice::Create(GrRenderTarget* rt, const SkSurfaceProps* props, unsigned flags) { in Create()
128 const SkSurfaceProps* props, unsigned flags) { in Create()
135 static SkDeviceProperties surfaceprops_to_deviceprops(const SkSurfaceProps* props) { in surfaceprops_to_deviceprops()
143 static SkSurfaceProps copy_or_default_props(const SkSurfaceProps* props) { in copy_or_default_props()
145 return SkSurfaceProps(*props); in copy_or_default_props()
147 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in copy_or_default_props()
152 const SkSurfaceProps* props, unsigned flags) in SkGpuDevice()
214 const SkSurfaceProps* props, unsigned flags) { in Create()
1512 SkDeviceImageFilterProxy proxy(this, SkSurfaceProps(0, getLeakyProperties().pixelGeometry())); in filterTexture()
1976 SkSurfaceProps props(fSurfaceProps.flags(), cinfo.fPixelGeometry); in onCreateDevice()
1987 SkSurface* SkGpuDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in newSurface()