Home
last modified time | relevance | path

Searched refs:fSurfaceProps (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/views/
DSkWindow.h44 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps()
46 fSurfaceProps = props; in setSurfaceProps()
105 SkSurfaceProps fSurfaceProps;
/external/skia/src/gpu/
DSkGpuDevice.h80 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
154 SkSurfaceProps fSurfaceProps; variable
DSkGpuDevice.cpp154 , fSurfaceProps(copy_or_default_props(props)) in SkGpuDevice()
168 bool useDFT = fSurfaceProps.isUseDistanceFieldFonts(); in SkGpuDevice()
1976 SkSurfaceProps props(fSurfaceProps.flags(), cinfo.fPixelGeometry); in onCreateDevice()
/external/skia/src/views/
DSkWindow.cpp18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow()
40 return SkSurface::NewRasterDirect(bm.info(), bm.getPixels(), bm.rowBytes(), &fSurfaceProps); in createSurface()