Home
last modified time | relevance | path

Searched defs:SkSurfaceProps (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tools/gpu/
DBackendSurfaceFactory.h18 class SkSurfaceProps; variable
/third_party/skia/src/gpu/text/
DGrSDFTControl.h15 class SkSurfaceProps; variable
DGrTextBlob.h36 class SkSurfaceProps; variable
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h23 class SkSurfaceProps; variable
/third_party/skia/include/gpu/
DGrContextThreadSafeProxy.h28 class SkSurfaceProps; variable
DGrDirectContext.h45 class SkSurfaceProps; variable
/third_party/skia/src/core/
DSkStrikeSpec.h27 class SkSurfaceProps; variable
DSkRecorder.cpp393 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
DSkImageFilterTypes.h19 class SkSurfaceProps; variable
DSkPictureRecord.cpp828 sk_sp<SkSurface> SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { in onNewSurface()
/third_party/skia/src/image/
DSkSurface.cpp26 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
28 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
382 int, GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget()
/third_party/skia/tools/sk_app/
DWindow.h24 class SkSurfaceProps; variable
/third_party/skia/src/gpu/v1/
DPathRenderer.h27 class SkSurfaceProps; variable
/third_party/skia/tools/
DToolUtils.h41 class SkSurfaceProps; variable
/third_party/skia/experimental/graphite/src/
DDevice.cpp86 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& ii, const SkSurfaceProps& /* props */) { in makeSurface()