Home
last modified time | relevance | path

Searched defs:Relative (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/utils/
DSkParsePath.h21 enum class PathEncoding { Absolute, Relative }; enumerator
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp401 struct Relative struct in sw::Shader
403 ParameterType type : 8;
404 unsigned int index;
405 unsigned int swizzle : 8;
406 unsigned int scale;
407 bool dynamic; // Varies between concurrent shader instances
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp149 bool Relative = true) { in ParseDrive()
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts4 const enum RelativePreference { Relative, NonRelative, Shortest, ExternalNonRelative } enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp541 SmallString<128> Relative; in computeArchiveRelativePath() local