Searched refs:fSurfaceProps (Results 1 – 4 of 4) sorted by relevance
44 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps()46 fSurfaceProps = props; in setSurfaceProps()105 SkSurfaceProps fSurfaceProps;
80 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()154 SkSurfaceProps fSurfaceProps; variable
154 , fSurfaceProps(copy_or_default_props(props)) in SkGpuDevice()168 bool useDFT = fSurfaceProps.isUseDistanceFieldFonts(); in SkGpuDevice()1976 SkSurfaceProps props(fSurfaceProps.flags(), cinfo.fPixelGeometry); in onCreateDevice()
18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow()40 return SkSurface::NewRasterDirect(bm.info(), bm.getPixels(), bm.rowBytes(), &fSurfaceProps); in createSurface()