Home
last modified time | relevance | path

Searched refs:SkDEBUGFAIL (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/skia/tools/flags/
DCommandLineFlags.h355 SkDEBUGFAIL("Can only call resetStrings on kString_FlagType"); in resetStrings()
363 SkDEBUGFAIL("Can only append to kString_FlagType"); in append()
371 SkDEBUGFAIL("Can only call setInt on kInt_FlagType"); in setInt()
379 SkDEBUGFAIL("Can only call setDouble on kDouble_FlagType"); in setDouble()
387 SkDEBUGFAIL("Can only call setBool on kBool_FlagType"); in setBool()
409 default: SkDEBUGFAIL("Invalid flag type"); in defaultValue()
420 default: SkDEBUGFAIL("Invalid flag type"); return SkString(); in typeAsString()
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.h355 SkDEBUGFAIL("Can only call resetStrings on kString_FlagType"); in resetStrings()
363 SkDEBUGFAIL("Can only append to kString_FlagType"); in append()
371 SkDEBUGFAIL("Can only call setInt on kInt_FlagType"); in setInt()
379 SkDEBUGFAIL("Can only call setDouble on kDouble_FlagType"); in setDouble()
387 SkDEBUGFAIL("Can only call setBool on kBool_FlagType"); in setBool()
409 default: SkDEBUGFAIL("Invalid flag type"); in defaultValue()
420 default: SkDEBUGFAIL("Invalid flag type"); return SkString(); in typeAsString()
/third_party/skia/include/effects/
DSkRuntimeEffect.h303 SkDEBUGFAIL("Assigning to missing variable");
305 SkDEBUGFAIL("Incorrect value size");
315 SkDEBUGFAIL("Assigning to missing variable");
317 SkDEBUGFAIL("Incorrect value size");
332 SkDEBUGFAIL("Assigning to missing variable"); in set()
335 SkDEBUGFAIL("Incorrect value size"); in set()
351 SkDEBUGFAIL("Assigning to missing child");
360 SkDEBUGFAIL("Assigning to missing child");
/third_party/skia/tests/
DSubsetPath.cpp82 SkDEBUGFAIL("bad verb"); in SubsetContours()
141 SkDEBUGFAIL("bad verb"); in getSubsetPath()
164 SkDEBUGFAIL("bad verb"); in SubsetVerbs()
224 SkDEBUGFAIL("bad verb"); in getSubsetPath()
/third_party/skia/src/gpu/glsl/
DGrGLSLUniformHandler.h105 SkDEBUGFAIL("Trying to get input sampler from unsupported backend"); in inputSamplerVariable()
109 SkDEBUGFAIL("Trying to get input sampler swizzle from unsupported backend"); in inputSamplerSwizzle()
117 SkDEBUGFAIL("Trying to add input sampler to unsupported backend"); in addInputSampler()
/third_party/flutter/skia/tests/
DSubsetPath.cpp84 SkDEBUGFAIL("bad verb"); in SubsetContours()
146 SkDEBUGFAIL("bad verb"); in getSubsetPath()
172 SkDEBUGFAIL("bad verb"); in SubsetVerbs()
235 SkDEBUGFAIL("bad verb"); in getSubsetPath()
/third_party/flutter/skia/src/utils/
DSkCanvasStack.h35 void addCanvas(SkCanvas*) override { SkDEBUGFAIL("Invalid Op"); } in addCanvas()
36 void removeCanvas(SkCanvas*) override { SkDEBUGFAIL("Invalid Op"); } in removeCanvas()
/third_party/flutter/skia/src/core/
DSkBlitter_Sprite.cpp28 SkDEBUGFAIL("how did we get here?"); in blitH()
35 SkDEBUGFAIL("how did we get here?"); in blitAntiH()
41 SkDEBUGFAIL("how did we get here?"); in blitV()
48 SkDEBUGFAIL("how did we get here?"); in blitMask()
DSkFontMgr.cpp21 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set"); in getStyle()
24 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set"); in createTypeface()
42 SkDEBUGFAIL("onGetFamilyName called with bad index"); in onGetFamilyName()
45 SkDEBUGFAIL("onCreateStyleSet called with bad index"); in onCreateStyleSet()
DSkClipStack.cpp73 SkDEBUGFAIL("Unexpected type."); in operator ==()
89 SkDEBUGFAIL("Unexpected type."); in getBounds()
105 SkDEBUGFAIL("Unexpected type."); in contains()
122 SkDEBUGFAIL("Unexpected type."); in contains()
340 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination"); in combineBoundsDiff()
372 SkDEBUGFAIL("SkClipStack::Element::combineBoundsXOR Invalid fill combination"); in combineBoundsXOR()
402 SkDEBUGFAIL("SkClipStack::Element::combineBoundsUnion Invalid fill combination"); in combineBoundsUnion()
433 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination"); in combineBoundsIntersection()
468 SkDEBUGFAIL("SkClipStack::Element::combineBoundsRevDiff Invalid fill combination"); in combineBoundsRevDiff()
506 SkDEBUGFAIL("We shouldn't get here with an empty element."); in updateBoundAndGenID()
DSkUtils.h50 default: SkDEBUGFAIL("unknown text encoding"); return -1; in SkUTFN_CountUnichars()
62 default: SkDEBUGFAIL("unknown text encoding"); return -1; in SkUTFN_Next()
DSkFontDescriptor.cpp100 SkDEBUGFAIL("Unknown id used by a font descriptor"); in Deserialize()
110 SkDEBUGFAIL("Could not read font data"); in Deserialize()
DSkEdgeBuilder.cpp270 SkDEBUGFAIL("unexpected verb"); in buildPoly()
292 SkDEBUGFAIL("unexpected verb"); in buildPoly()
368 SkDEBUGFAIL("unexpected verb"); in build()
412 SkDEBUGFAIL("unexpected verb"); in build()
/third_party/skia/src/utils/
DSkCanvasStack.h35 void addCanvas(SkCanvas*) override { SkDEBUGFAIL("Invalid Op"); } in addCanvas()
36 void removeCanvas(SkCanvas*) override { SkDEBUGFAIL("Invalid Op"); } in removeCanvas()
/third_party/skia/src/core/
DSkFontMgr.cpp21 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set"); in getStyle()
24 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set"); in createTypeface()
42 SkDEBUGFAIL("onGetFamilyName called with bad index"); in onGetFamilyName()
45 SkDEBUGFAIL("onCreateStyleSet called with bad index"); in onCreateStyleSet()
DSkBlitter_Sprite.cpp32 SkDEBUGFAIL("how did we get here?"); in blitH()
39 SkDEBUGFAIL("how did we get here?"); in blitAntiH()
45 SkDEBUGFAIL("how did we get here?"); in blitV()
52 SkDEBUGFAIL("how did we get here?"); in blitMask()
DSkRecord.h152 SkDEBUGFAIL("Unreachable");
163 SkDEBUGFAIL("Unreachable");
DSkFontDescriptor.cpp98 SkDEBUGFAIL("Unknown id used by a font descriptor"); in Deserialize()
108 SkDEBUGFAIL("Could not read font data"); in Deserialize()
DSkClipStack.cpp85 SkDEBUGFAIL("Unexpected type."); in operator ==()
107 SkDEBUGFAIL("Unexpected type."); in getBounds()
124 SkDEBUGFAIL("Unexpected type."); in contains()
142 SkDEBUGFAIL("Unexpected type."); in contains()
384 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination"); in combineBoundsDiff()
415 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination"); in combineBoundsIntersection()
462 SkDEBUGFAIL("We shouldn't get here with an empty element."); in updateBoundAndGenID()
/third_party/skia/src/utils/win/
DSkDWriteGeometrySink.cpp59 SkDEBUGFAIL("Unknown D2D1_FILL_MODE."); in SK_STDMETHODIMP_()
66 SkDEBUGFAIL("Invalid D2D1_PATH_SEGMENT value."); in SK_STDMETHODIMP_()
72 SkDEBUGFAIL("Invalid D2D1_FIGURE_BEGIN value."); in SK_STDMETHODIMP_()
/third_party/flutter/skia/src/utils/win/
DSkDWriteGeometrySink.cpp58 SkDEBUGFAIL("Unknown D2D1_FILL_MODE."); in SK_STDMETHODIMP_()
65 SkDEBUGFAIL("Invalid D2D1_PATH_SEGMENT value."); in SK_STDMETHODIMP_()
72 SkDEBUGFAIL("Invalid D2D1_FIGURE_BEGIN value."); in SK_STDMETHODIMP_()
/third_party/flutter/skia/tools/skdiff/
Dskdiff_html.cpp107 SkDEBUGFAIL("should not encounter DiffRecord with kEqualBits here"); in print_label_cell()
110 SkDEBUGFAIL("should not encounter DiffRecord with kEqualPixels here"); in print_label_cell()
158 SkDEBUGFAIL("encountered DiffRecord with unknown result type"); in print_label_cell()
301 SkDEBUGFAIL("encountered DiffRecord with unknown result type"); in print_diff_page()
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp107 SkDEBUGFAIL("should not encounter DiffRecord with kEqualBits here"); in print_label_cell()
110 SkDEBUGFAIL("should not encounter DiffRecord with kEqualPixels here"); in print_label_cell()
158 SkDEBUGFAIL("encountered DiffRecord with unknown result type"); in print_label_cell()
302 SkDEBUGFAIL("encountered DiffRecord with unknown result type"); in print_diff_page()
/third_party/skia/src/sksl/ir/
DSkSLType.h316 SkDEBUGFAIL("not a number type"); in priority()
349 SkDEBUGFAIL("not a texture type"); in textureType()
359 SkDEBUGFAIL("type does not have columns"); in columns()
368 SkDEBUGFAIL("type does not have rows"); in rows()
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp273 SkDEBUGFAIL("unimplemented--not expected to be used from within an include file"); in write()
277 SkDEBUGFAIL("shouldn't be able to receive kCodeString here"); in write()
336 SkDEBUGFAIL("unimplemented--not expected to be used from within an include file"); in write()
434 SkDEBUGFAIL("this expression shouldn't appear in finished code"); in write()
504 SkDEBUGFAIL("unexpected--nop statement in finished code"); in write()
527 SkDEBUGFAIL("SwitchCase statements shouldn't appear here"); in write()

12345678