Home
last modified time | relevance | path

Searched defs:InitType (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/include/core/
DSkSurfaceProps.h61 enum InitType { enum
/third_party/flutter/skia/src/image/
DSkSurface.cpp43 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() argument
45 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp212 std::string InitType; in SetValue() local