Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp118 SK_ALWAYSBREAK(fSegment == compare->fSegment); in debugSameAs()
121 SK_ALWAYSBREAK(startSpan.fToAngle == oStartSpan.fToAngle); in debugSameAs()
122 SK_ALWAYSBREAK(startSpan.fFromAngle == oStartSpan.fFromAngle); in debugSameAs()
125 SK_ALWAYSBREAK(endSpan.fToAngle == oEndSpan.fToAngle); in debugSameAs()
126 SK_ALWAYSBREAK(endSpan.fFromAngle == oEndSpan.fFromAngle); in debugSameAs()
142 SK_ALWAYSBREAK(!angles.contains(next)); in debugValidateNext()
152 SK_ALWAYSBREAK(first->next() != first); in debugValidateLoop()
169 SK_ALWAYSBREAK(span.fOppValue == 0 || abs(span.fOppValue) == 1); in debugValidateLoop()
180 SK_ALWAYSBREAK(!signSum || fSegment->_xor()); in debugValidateLoop()
181 SK_ALWAYSBREAK(!oppSum || fSegment->oppXor()); in debugValidateLoop()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp119 SK_ALWAYSBREAK(fSegment == compare->fSegment); in debugSameAs()
122 SK_ALWAYSBREAK(startSpan.fToAngle == oStartSpan.fToAngle); in debugSameAs()
123 SK_ALWAYSBREAK(startSpan.fFromAngle == oStartSpan.fFromAngle); in debugSameAs()
126 SK_ALWAYSBREAK(endSpan.fToAngle == oEndSpan.fToAngle); in debugSameAs()
127 SK_ALWAYSBREAK(endSpan.fFromAngle == oEndSpan.fFromAngle); in debugSameAs()
143 SK_ALWAYSBREAK(!angles.contains(next)); in debugValidateNext()
153 SK_ALWAYSBREAK(first->next() != first); in debugValidateLoop()
170 SK_ALWAYSBREAK(span.fOppValue == 0 || abs(span.fOppValue) == 1); in debugValidateLoop()
181 SK_ALWAYSBREAK(!signSum || fSegment->_xor()); in debugValidateLoop()
182 SK_ALWAYSBREAK(!oppSum || fSegment->oppXor()); in debugValidateLoop()
[all …]
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp197 SK_ALWAYSBREAK(smallest < 0); in DEF_TEST()
198 SK_ALWAYSBREAK(smallest >= -1); in DEF_TEST()
202 SK_ALWAYSBREAK(largeBits >= 0); in DEF_TEST()
203 SK_ALWAYSBREAK(largeBits < 256); in DEF_TEST()
225 SK_ALWAYSBREAK(step < 1); in DEF_TEST()
259 SK_ALWAYSBREAK(valid == 1); in testOneFailure()
260 SK_ALWAYSBREAK(realRoots != 1); in testOneFailure()
263 SK_ALWAYSBREAK(!calcPt.approximatelyEqual(pt)); in testOneFailure()
274 SK_ALWAYSBREAK(newT >= 0); in DEF_TEST()
282 SK_ALWAYSBREAK(newT >= 0); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp197 SK_ALWAYSBREAK(smallest < 0); in DEF_TEST()
198 SK_ALWAYSBREAK(smallest >= -1); in DEF_TEST()
202 SK_ALWAYSBREAK(largeBits >= 0); in DEF_TEST()
203 SK_ALWAYSBREAK(largeBits < 256); in DEF_TEST()
225 SK_ALWAYSBREAK(step < 1); in DEF_TEST()
259 SK_ALWAYSBREAK(valid == 1); in testOneFailure()
260 SK_ALWAYSBREAK(realRoots != 1); in testOneFailure()
263 SK_ALWAYSBREAK(!calcPt.approximatelyEqual(pt)); in testOneFailure()
274 SK_ALWAYSBREAK(newT >= 0); in DEF_TEST()
282 SK_ALWAYSBREAK(newT >= 0); in DEF_TEST()
/external/chromium_org/third_party/skia/include/core/
DSkPostConfig.h170 #ifndef SK_ALWAYSBREAK
172 # define SK_ALWAYSBREAK(cond) do { \ macro
179 # define SK_ALWAYSBREAK(cond) do { if (cond) break; SK_CRASH(); } while (false) macro
DSkTypes.h96 #define SkASSERT(cond) SK_ALWAYSBREAK(cond)
116 #define SkFAIL(message) SK_ALWAYSBREAK(false && message)
/external/skia/include/core/
DSkPostConfig.h170 #ifndef SK_ALWAYSBREAK
172 # define SK_ALWAYSBREAK(cond) do { \ macro
179 # define SK_ALWAYSBREAK(cond) do { if (cond) break; SK_CRASH(); } while (false) macro
DSkTypes.h96 #define SkASSERT(cond) SK_ALWAYSBREAK(cond)
116 #define SkFAIL(message) SK_ALWAYSBREAK(false && message)
/external/chromium_org/third_party/skia/tools/
DStats.h52 SK_ALWAYSBREAK(bar < SK_ARRAY_COUNT(kBars)); in Stats()
/external/chromium_org/third_party/skia/src/ports/
DSkTypeface_win_dw.h61 SK_ALWAYSBREAK(NULL == fDWriteFontFace1.get()); in SkTypeface()
DSkFontMgr_fontconfig.cpp108 SK_ALWAYSBREAK(NULL != obj); in SkAutoFc()
/external/skia/src/ports/
DSkTypeface_win_dw.h58 SK_ALWAYSBREAK(NULL == fDWriteFontFace1.get()); in SkTypeface()
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp2098 SK_ALWAYSBREAK(true); in text_draw_init()
/external/skia/src/device/xps/
DSkXPSDevice.cpp2252 SK_ALWAYSBREAK(true); in text_draw_init()