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

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.cpp 22 constexpr size_t kMaxInt = static_cast<size_t>(std::numeric_limits<int>::max());
45 header->GetFirstPageNo() < kMaxInt &&
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 51 static constexpr int32_t kMaxInt = 2147483520;
52 if (!shapeDevBounds.intersect(SkRect::MakeLTRB(INT32_MIN, INT32_MIN, kMaxInt, kMaxInt))) {
56 if (SkScalarRoundToInt(shapeDevBounds.width()) > kMaxInt ||
57 SkScalarRoundToInt(shapeDevBounds.height()) > kMaxInt) {
  /external/skqp/src/gpu/
GrSoftwarePathRenderer.cpp 51 static constexpr int32_t kMaxInt = 2147483520;
52 if (!shapeDevBounds.intersect(SkRect::MakeLTRB(INT32_MIN, INT32_MIN, kMaxInt, kMaxInt))) {
56 if (SkScalarRoundToInt(shapeDevBounds.width()) > kMaxInt ||
57 SkScalarRoundToInt(shapeDevBounds.height()) > kMaxInt) {
  /external/v8/src/
globals.h 131 const int kMaxInt = 0x7FFFFFFF;
132 const int kMinInt = -kMaxInt - 1;
    [all...]

Completed in 410 milliseconds