Home
last modified time | relevance | path

Searched refs:AssertRelease (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkArenaAlloc.h103 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArrayDefault()
116 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArray()
130 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
140 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
163 AssertRelease(totalSize >= size); in allocObject()
176 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
185 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()
H A DSkArenaAlloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
157 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkArenaAlloc.h103 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArrayDefault()
116 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArray()
130 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
140 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
163 AssertRelease(totalSize >= size); in allocObject()
176 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
185 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()
H A DSkArenaAlloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
157 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkArenaAlloc.h104 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArrayDefault()
117 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArray()
131 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
141 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
164 AssertRelease(totalSize >= size); in allocObject()
177 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
186 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()
H A DSkArenaAlloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
165 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkArenaAlloc.h103 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArrayDefault()
116 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArray()
130 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
140 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
163 AssertRelease(totalSize >= size); in allocObject()
176 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
185 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()
H A DSkArenaAlloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
157 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkArenaAlloc.h103 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArrayDefault()
116 AssertRelease(SkTFitsIn<uint32_t>(count)); in makeArray()
130 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
140 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
163 AssertRelease(totalSize >= size); in allocObject()
176 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
185 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()
H A DSkArenaAlloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
157 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkArenaAlloc.h133 AssertRelease(SkTFitsIn<uint32_t>(size)); in makeBytesAlignedTo()
140 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
169 AssertRelease(totalSize >= size); in allocObject()
187 AssertRelease(SkTFitsIn<uint32_t>(countZ)); in allocUninitializedArray()
191 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in allocUninitializedArray()
200 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in allocUninitializedArray()
H A DSkArenaAlloc.cpp79 AssertRelease(size <= maxSize - overhead); in ensureSpace()
83 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
101 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
140 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvarenaalloc.cpp105 AssertRelease(size <= maxSize - overhead); in ensureSpace()
109 AssertRelease(objSizeAndOverhead <= maxSize - alignmentOverhead); in ensureSpace()
127 AssertRelease(allocationSize <= maxSize - mask); in ensureSpace()
157 AssertRelease((ptrdiff_t)totalSize <= fEnd - objStart); in allocObjectWithFooter()
H A Dvarenaalloc.h134 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } } in AssertRelease() function
156 AssertRelease(totalSize >= size); in allocObject()
170 AssertRelease(count <= std::numeric_limits<uint32_t>::max() / sizeof(T)); in commonArrayAlloc()
179 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc()