Home
last modified time | relevance | path

Searched refs:sk_bzero (Results 1 – 25 of 70) sorted by relevance

123

/external/skia/src/pathops/
DSkIntersections.h25 sk_bzero(fPt, sizeof(fPt)); in SkIntersections()
26 sk_bzero(fPt2, sizeof(fPt2)); in SkIntersections()
27 sk_bzero(fT, sizeof(fT)); in SkIntersections()
28 sk_bzero(fNearlySame, sizeof(fNearlySame)); in SkIntersections()
30 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in SkIntersections()
195 sk_bzero(fIsCoincident, sizeof(fIsCoincident)); in reset()
DSkPathOpsQuad.h40 sk_bzero(fPts, sizeof(fPts)); in debugInit()
/external/skia/tests/
DStrokerTest.cpp151 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
190 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
230 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
282 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
340 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
385 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
422 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
447 sk_bzero(gMaxRecursion, sizeof(gMaxRecursion[0]) * 3); in DEF_TEST()
DSkBlend_optsTest.cpp74 sk_bzero(correctDst.get(), width * sizeof(uint32_t)); in test_blender()
75 sk_bzero(testDst.get(), width * sizeof(uint32_t)); in test_blender()
DMaskCacheTest.cpp57 sk_bzero(&mask, sizeof(mask)); in DEF_TEST()
95 sk_bzero(&mask, sizeof(mask)); in DEF_TEST()
DIntTextureTest.cpp113 sk_bzero(readData.get(), sizeof(int32_t) * kS * kS); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
143 sk_bzero(readData.get(), sizeof(int32_t) * kS * kS); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
208 sk_bzero(readData.get(), sizeof(int32_t) * kS * kS); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DPathOpsThreeWayTest.cpp52 sk_bzero(i, sizeof(SkIntersections)); in testSetTest()
DRecorderTest.cpp24 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); } in Tally()
DSkpSkGrTest.cpp72 sk_bzero(fFilename, sizeof(fFilename)); in init()
115 sk_bzero(fFilesFound, sizeof(fFilesFound)); in init()
116 sk_bzero(fDirsFound, sizeof(fDirsFound)); in init()
117 sk_bzero(fError, sizeof(fError)); in init()
/external/skia/tools/
DCrashHandler.cpp130 sk_bzero(&frame, sizeof(frame)); in handler()
160 sk_bzero(buffer, sizeof(buffer)); in handler()
/external/skia/src/core/
DSkDistanceFieldGen.cpp477 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
486 sk_bzero(currDestPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
505 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
520 sk_bzero(currDestPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
DSkPictureFlat.cpp50 sk_bzero(fArray, count * sizeof(SkRefCnt*)); in setCount()
DSkScalerContext.cpp397 sk_bzero(mask.fImage, mask.computeImageSize()); in generateMask()
403 sk_bzero(dst.writable_addr(), dst.getSafeSize()); in generateMask()
497 sk_bzero(glyph->fImage, mask.computeImageSize()); in getImage()
852 sk_bzero(metrics, sizeof(*metrics)); in generateFontMetrics()
DSkTypeface.cpp60 sk_bzero(glyphs, glyphCount * sizeof(glyphs[0])); in onCharsToGlyphs()
260 sk_bzero(glyphs, glyphCount * sizeof(glyphs[0])); in charsToGlyphs()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp287 sk_bzero(&evt, sizeof(evt)); in loop()
409 sk_bzero(&image, sizeof(image)); in convertBitmapToXImage()
470 sk_bzero(&evt, sizeof(evt)); in makeFullscreen()
498 sk_bzero(&evt, sizeof(evt)); in closeWindow()
/external/skia/src/gpu/
DGrRectanizer_pow2.h32 sk_bzero(fRows, sizeof(fRows)); in reset()
DGrTextureStripAtlas.h31 Desc() { sk_bzero(this, sizeof(*this)); } in Desc()
/external/skia/include/private/
DSkMalloc.h107 static inline void sk_bzero(void* buffer, size_t size) { in sk_bzero() function
/external/skia/src/utils/mac/
DSkStream_mac.cpp64 sk_bzero(&rec, sizeof(rec)); in SkCreateDataProviderFromStream()
/external/skia/src/fonts/
DSkTestScalerContext.cpp32 sk_bzero(fDebugBits, sizeof(fDebugBits)); in SkTestFont()
33 sk_bzero(fDebugOverage, sizeof(fDebugOverage)); in SkTestFont()
/external/skia/samplecode/
DSampleTextBox.cpp47 sk_bzero(&lf, sizeof(lf)); in TextBoxView()
/external/skia/bench/
DFontCacheBench.cpp81 sk_bzero(table, sizeof(table)); in count_collisions()
/external/skia/experimental/
DSkSetPoly3To3.cpp17 sk_bzero(op, 4 * sizeof(op[0])); in computeOuterProduct()
DSkSetPoly3To3_D.cpp31 sk_bzero(tmp, sizeof(tmp)); in computeOuterProduct()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp444 sk_bzero(dst.writable_addr(), dst.getSafeSize()); in addDFPathToAtlas()
452 sk_bzero(&draw, sizeof(draw)); in addDFPathToAtlas()
542 sk_bzero(dst.writable_addr(), dst.getSafeSize()); in addBMPathToAtlas()
550 sk_bzero(&draw, sizeof(draw)); in addBMPathToAtlas()

123