Home
last modified time | relevance | path

Searched refs:SkASSERTF (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkScaleToSides.h22 SkASSERTF(scale < 1.0 && scale > 0.0, "scale: %g", scale); in AdjustRadii()
60 SkASSERTF(*a >= 0.0f && *b >= 0.0f, "a: %g, b: %g, limit: %g, scale: %g", *a, *b, limit, in AdjustRadii()
63 SkASSERTF(*a + *b <= limit, in AdjustRadii()
DSkLinearBitmapPipeline_core.h188 SkASSERTF(0.0f <= pixel[0] && pixel[0] <= 1.0f, "pixel[0]: %f", pixel[0]); in check_pixel()
189 SkASSERTF(0.0f <= pixel[1] && pixel[1] <= 1.0f, "pixel[1]: %f", pixel[1]); in check_pixel()
190 SkASSERTF(0.0f <= pixel[2] && pixel[2] <= 1.0f, "pixel[2]: %f", pixel[2]); in check_pixel()
191 SkASSERTF(0.0f <= pixel[3] && pixel[3] <= 1.0f, "pixel[3]: %f", pixel[3]); in check_pixel()
DSkGlyphCache.cpp741 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount, in validate()
743 SkASSERTF(fTotalMemoryUsed == computedBytes, "fTotalMemoryUsed: %d, computedBytes: %d", in validate()
DSkRecordDraw.cpp562 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct), in AdjustTextForFontMetrics()
DSkPicturePlayback.cpp787 SkASSERTF(false, "Unknown draw type: %d", op); in handleOp()
DSkLiteDL.cpp35 SkASSERTF(((uintptr_t)dst & (alignof(S)-1)) == 0, in copy_v()
DSkGeometry.cpp51 SkASSERTF(r >= 0 && r < SK_Scalar1, "numer %f, denom %f, r %f", numer, denom, r); in valid_unit_divide()
/external/skia/include/core/
DSkTypes.h90 #define SkASSERTF(cond, fmt, ...) \ macro
96 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__)
104 #define SkASSERTF(cond, fmt, ...) macro
DSkRefCnt.h39 SkASSERTF(getRefCnt() == 1, "fRefCnt was %d", getRefCnt()); in ~SkRefCntBase()
212 ~SkNVRefCnt() { SkASSERTF(1 == getRefCnt(), "NVRefCnt was %d", getRefCnt()); } in ~SkNVRefCnt()
/external/skia/src/gpu/vk/
DGrVkResource.h80 SkASSERTF(fRefCnt == 1, "fRefCnt was %d", fRefCnt); in ~GrVkResource()
/external/skia/tests/
DSkBlend_optsTest.cpp63 SkASSERTF(pixmap.colorType() == kN32_SkColorType, "colorType: %d", pixmap.colorType()); in test_blender()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp182 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap()
188 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()