Home
last modified time | relevance | path

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

/external/skia/include/views/
DSkWindow.h39 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps()
41 fSurfaceProps = props; in setSurfaceProps()
100 SkSurfaceProps fSurfaceProps;
/external/skia/tools/VisualBench/
DVisualBenchmarkStream.cpp77 : fSurfaceProps(surfaceProps) in VisualBenchmarkStream()
144 bench = new CpuWrappedBenchmark(fSurfaceProps, bench); in next()
146 bench = new GpuWrappedBenchmark(fSurfaceProps, bench, FLAGS_msaa); in next()
DWrappedBenchmark.h24 : fSurfaceProps(surfaceProps) in WrappedBenchmark()
27 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
70 SkSurfaceProps fSurfaceProps; variable
DVisualBenchmarkStream.h31 SkSurfaceProps fSurfaceProps; variable
/external/skia/include/gpu/
DGrDrawContext.h274 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
305 SkSurfaceProps fSurfaceProps; variable
/external/skia/src/views/
DSkWindow.cpp18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow()
35 return SkSurface::NewRasterDirect(bm.info(), bm.getPixels(), bm.rowBytes(), &fSurfaceProps); in createSurface()
/external/skia/include/core/
DSkDevice.h319 return fSurfaceProps; in surfaceProps()
413 SkSurfaceProps fSurfaceProps; variable
/external/skia/src/gpu/
DGrDrawContext.cpp63 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) in GrDrawContext()
122 fAtlasTextContext->drawText(fContext, this, clip, grPaint, skPaint, viewMatrix, fSurfaceProps, in drawText()
142 fSurfaceProps, text, byteLength, pos, scalarsPerPosition, in drawPosText()
160 fAtlasTextContext->drawTextBlob(fContext, this, clip, skPaint, viewMatrix, fSurfaceProps, blob, in drawTextBlob()
/external/skia/src/core/
DSkDevice.cpp24 : fSurfaceProps(surfaceProps) in SkBaseDevice()
435 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()
DSkImageFilter.cpp674 const SkSurfaceProps surfaceProps(fDevice->fSurfaceProps.flags(), in createDevice()