skia2/include/sksl
Ethan Nicholas f07b4ce437 Converted DSL APIs to use skstd::string_view.
This is a prerequisite for DSLParser, which will be using
string_view. This CL also adds a new string_view-based DSLType
constructor which will be used by DSLParser..

Change-Id: I228fba32efb0c680455149712a944489b9168bf4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/414906
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-06-08 13:49:35 +00:00
..
DSL.h Added DSL layout() support 2021-05-11 19:52:59 +00:00
DSLBlock.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLCase.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLCore.h Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
DSLErrorHandling.h
DSLExpression.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLFunction.h Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
DSLLayout.h Remove layout(override_coverage) 2021-05-18 19:39:54 +00:00
DSLModifiers.h Converted DSL APIs to use skstd::string_view. 2021-06-08 13:49:35 +00:00
DSLRuntimeEffects.h Added an API for creating RuntimeEffects using the SkSL DSL. 2021-04-16 19:36:54 +00:00
DSLStatement.h Improved DSL APIs in preparation for DSLParser 2021-05-06 15:46:47 +00:00
DSLType.h Converted DSL APIs to use skstd::string_view. 2021-06-08 13:49:35 +00:00
DSLVar.h Make it possible to use the DSL from within the compiler itself 2021-05-18 15:10:53 +00:00
DSLWrapper.h Added DSLWrapper so DSL classes can be used in containers 2021-05-04 17:19:35 +00:00