Searched refs:SkASSERTF (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkScaleToSides.h | 22 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()
|
D | SkLinearBitmapPipeline_core.h | 188 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()
|
D | SkGlyphCache.cpp | 741 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount, in validate() 743 SkASSERTF(fTotalMemoryUsed == computedBytes, "fTotalMemoryUsed: %d, computedBytes: %d", in validate()
|
D | SkRecordDraw.cpp | 562 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct), in AdjustTextForFontMetrics()
|
D | SkPicturePlayback.cpp | 787 SkASSERTF(false, "Unknown draw type: %d", op); in handleOp()
|
D | SkLiteDL.cpp | 35 SkASSERTF(((uintptr_t)dst & (alignof(S)-1)) == 0, in copy_v()
|
D | SkGeometry.cpp | 51 SkASSERTF(r >= 0 && r < SK_Scalar1, "numer %f, denom %f, r %f", numer, denom, r); in valid_unit_divide()
|
/external/skia/include/core/ |
D | SkTypes.h | 90 #define SkASSERTF(cond, fmt, ...) \ macro 96 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__) 104 #define SkASSERTF(cond, fmt, ...) macro
|
D | SkRefCnt.h | 39 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/ |
D | GrVkResource.h | 80 SkASSERTF(fRefCnt == 1, "fRefCnt was %d", fRefCnt); in ~GrVkResource()
|
/external/skia/tests/ |
D | SkBlend_optsTest.cpp | 63 SkASSERTF(pixmap.colorType() == kN32_SkColorType, "colorType: %d", pixmap.colorType()); in test_blender()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 182 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap() 188 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()
|