Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/
DWindowContext.h41 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() function
/external/skia/example/
DHelloWorld.h37 SkSurfaceProps props(INHERITED::getSurfaceProps()); in makeSurface()
/external/skia/include/views/
DSkWindow.h45 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; } in getSurfaceProps() function
/external/skia/samplecode/
DSampleApp.cpp317 SkSurfaceProps props(win->getSurfaceProps()); in makeSurface()
1989 SkSurfaceProps props = this->getSurfaceProps(); in toggleDistanceFieldFonts()
2002 const SkSurfaceProps& oldProps = this->getSurfaceProps(); in setPixelGeometry()
2230 if (this->getSurfaceProps().flags() & SkSurfaceProps::kUseDeviceIndependentFonts_Flag) { in updateTitle()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm126 SkSurfaceProps props(win->getSurfaceProps());