Home
last modified time | relevance | path

Searched refs:kMaxDim (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkBitmapDevice.cpp46 kMaxDim = 8192 - 1 enumerator
65 return dev->width() > kMaxDim || dev->height() > kMaxDim; in NeedsTiling()
79 fNeedsTiling = clipR.right() > kMaxDim || clipR.bottom() > kMaxDim; in SkDrawTiler()
97 fNeedsTiling = fSrcBounds.right() > kMaxDim || fSrcBounds.bottom() > kMaxDim; in SkDrawTiler()
111 fOrigin.set(fSrcBounds.fLeft - kMaxDim, fSrcBounds.fTop); in SkDrawTiler()
150 // We do fRootPixmap.width() - kMaxDim instead of fOrigin.fX + kMaxDim t in stepAndSetupTileDraw()
[all...]
/third_party/skia/src/codec/
H A DSkBmpCodec.cpp289 constexpr int kMaxDim = 1 << 16; in ReadHeader() local
290 if (width <= 0 || height <= 0 || width >= kMaxDim || height >= kMaxDim) { in ReadHeader()
/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp43 static constexpr SkScalar kMaxDim = 73; member
693 // Only support paths with bounds within kMaxDim by kMaxDim, in onCanDrawPath()
701 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) { in onCanDrawPath()

Completed in 4 milliseconds