Home
last modified time | relevance | path

Searched refs:getSurfaceProps (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/VisualBench/
DVisualBench.cpp49 const SkSurfaceProps& props(INHERITED::getSurfaceProps()); in VisualBench()
80 SkSurfaceProps props(INHERITED::getSurfaceProps()); in createSurface()
DVisualDebugModule.cpp17 fBenchmarkStream.reset(new VisualBenchmarkStream(owner->getSurfaceProps(), true)); in VisualDebugModule()
DVisualStreamTimingModule.cpp17 fBenchmarkStream.reset(new VisualBenchmarkStream(owner->getSurfaceProps())); in VisualStreamTimingModule()
/external/skia/example/
DHelloWorld.h37 SkSurfaceProps props(INHERITED::getSurfaceProps()); in createSurface()
/external/skia/include/views/
DSkWindow.h39 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() function
/external/skia/samplecode/
DSampleApp.cpp293 SkSurfaceProps props(win->getSurfaceProps()); in createSurface()
1837 SkSurfaceProps props = this->getSurfaceProps(); in toggleDistanceFieldFonts()
2036 if (this->getSurfaceProps().flags() & SkSurfaceProps::kUseDeviceIndependentFonts_Flag) { in updateTitle()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm125 SkSurfaceProps props(win->getSurfaceProps());