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

  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 38 static constexpr int32_t kMaxInt = 2147483520;
39 if (!shapeDevBounds.intersect(SkRect::MakeLTRB(INT32_MIN, INT32_MIN, kMaxInt, kMaxInt))) {
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
  /external/v8/src/
globals.h 131 const int kMaxInt = 0x7FFFFFFF;
132 const int kMinInt = -kMaxInt - 1;
    [all...]

Completed in 474 milliseconds