HomeSort by relevance Sort by last modified time
    Searched defs:isPoint (Results 1 - 5 of 5) sorted by null

  /external/skia/src/shaders/
SkLights.cpp 26 bool isPoint = buf.readBool();
38 if (isPoint) {
81 bool isPoint = Light::kPoint_LightType == light.type();
83 buf.writeBool(isPoint);
87 if (isPoint) {
  /external/skqp/src/shaders/
SkLights.cpp 26 bool isPoint = buf.readBool();
38 if (isPoint) {
81 bool isPoint = Light::kPoint_LightType == light.type();
83 buf.writeBool(isPoint);
87 if (isPoint) {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 403 /// isPoint - Return true if the constraint is of kind Point.
404 bool isPoint() const { return Kind == Point; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 393 /// isPoint - Return true if the constraint is of kind Point.
394 bool isPoint() const { return Kind == Point; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 123 bool isPoint;
126 : SourceRange(R), isPoint(isP) {}
128 PathDiagnosticRange() : isPoint(false) {}

Completed in 338 milliseconds