Home
last modified time | relevance | path

Searched defs:kMaxInt (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_linearized_header.cpp22 constexpr size_t kMaxInt = static_cast<size_t>(std::numeric_limits<int>::max()); variable
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp51 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp51 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
/external/v8/src/
Dglobals.h131 const int kMaxInt = 0x7FFFFFFF; variable