Home
last modified time | relevance | path

Searched refs:kMaxDim (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkBmpCodec.cpp280 constexpr int kMaxDim = 1 << 16; in ReadHeader() local
281 if (width <= 0 || height <= 0 || width >= kMaxDim || height >= kMaxDim) { in ReadHeader()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp43 static const SkScalar kMaxDim = 73; variable
124 return maxDim <= kMaxDim && kMinSize <= minSize && maxSize <= kMaxSize; in onCanDrawPath()