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

  /frameworks/base/libs/hwui/
Program.h 146 bool isPoint;
181 isPoint = false;
245 if (isPoint) key |= programid(0x1) << PROGRAM_IS_POINT_SHIFT;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 90 bool isPoint;
93 : SourceRange(R), isPoint(isP) {}
95 PathDiagnosticRange() : isPoint(false) {}

Completed in 288 milliseconds