Searched refs:fSurfaceProps (Results 1 – 10 of 10) sorted by relevance
/external/skia/include/views/ |
D | SkWindow.h | 39 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() 41 fSurfaceProps = props; in setSurfaceProps() 100 SkSurfaceProps fSurfaceProps;
|
/external/skia/tools/VisualBench/ |
D | VisualBenchmarkStream.cpp | 77 : fSurfaceProps(surfaceProps) in VisualBenchmarkStream() 144 bench = new CpuWrappedBenchmark(fSurfaceProps, bench); in next() 146 bench = new GpuWrappedBenchmark(fSurfaceProps, bench, FLAGS_msaa); in next()
|
D | WrappedBenchmark.h | 24 : fSurfaceProps(surfaceProps) in WrappedBenchmark() 27 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 70 SkSurfaceProps fSurfaceProps; variable
|
D | VisualBenchmarkStream.h | 31 SkSurfaceProps fSurfaceProps; variable
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 274 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 305 SkSurfaceProps fSurfaceProps; variable
|
/external/skia/src/views/ |
D | SkWindow.cpp | 18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow() 35 return SkSurface::NewRasterDirect(bm.info(), bm.getPixels(), bm.rowBytes(), &fSurfaceProps); in createSurface()
|
/external/skia/include/core/ |
D | SkDevice.h | 319 return fSurfaceProps; in surfaceProps() 413 SkSurfaceProps fSurfaceProps; variable
|
/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 63 , 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/ |
D | SkDevice.cpp | 24 : fSurfaceProps(surfaceProps) in SkBaseDevice() 435 if (kUnknown_SkPixelGeometry == fSurfaceProps.pixelGeometry() in filterTextFlags()
|
D | SkImageFilter.cpp | 674 const SkSurfaceProps surfaceProps(fDevice->fSurfaceProps.flags(), in createDevice()
|