Home
last modified time | relevance | path

Searched defs:reset (Results 176 - 200 of 842) sorted by relevance

12345678910>>...34

/third_party/skia/src/core/
H A DSkArenaAllocList.h26 void reset() { fHead = fTail = nullptr; } in reset() function in SkArenaAllocList
H A DSkBuffer.h93 void reset(void* data) { in reset() function in SkWBuffer
99 void reset(void* data, size_t size) { in reset() function in SkWBuffer
H A DSkGlyphBuffer.cpp12 void SkSourceGlyphBuffer::reset() { in reset() function in SkSourceGlyphBuffer
112 void SkDrawableGlyphBuffer::reset() { in reset() function in SkDrawableGlyphBuffer
H A DSkSpecialSurface.cpp25 void reset() { fCanvas.reset(); } in reset() function in SkSpecialSurface_Base
H A DSkTLazy.h86 void reset() { in reset() function in SkTLazy
H A DSkTMultiMap.h35 void reset() { in reset() function in SkTMultiMap
H A DSkAutoMalloc.h51 void* reset(size_t size = 0, OnShrink shrink = kAlloc_OnShrink) { in reset() function in SkAutoMalloc
131 void* reset(size_t size, in reset() function in SkAutoSMalloc
/third_party/skia/src/gpu/
H A DGrRefCnt.h146 void reset(T* ptr = nullptr) { in reset() function in gr_sp
H A DGrStencilSettings.cpp27 void GrStencilSettings::reset(const GrUserStencilSettings& user, bool hasStencilClip, in reset() function in GrStencilSettings
56 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() function in GrStencilSettings
171 void GrStencilSettings::Face::reset(const GrUserStencilSettings::Face& user, bool hasStencilClip, in reset() function in GrStencilSettings::Face
H A DGrWindowRectangles.h63 inline void GrWindowRectangles::reset() { in reset() function in GrWindowRectangles
/third_party/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp47 void GrGLGpu::ProgramCache::reset() { in reset() function in GrGLGpu::ProgramCache
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp73 void reset() const in reset() function in sw::CountedEvent
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstsearch.cpp280 void StringSearch::reset() in reset() function in StringSearch
/third_party/skia/src/utils/
H A DSkBitSet.h55 void reset(size_t index) { in reset() function in SkBitSet
61 void reset() { in reset() function in SkBitSet
/third_party/skia/src/utils/win/
H A DSkTScopedComPtr.h65 void reset(T* ptr = nullptr) { in reset() function in SkTScopedComPtr
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp88 void ProcessHandle::reset() in reset() function in angle::ProcessHandle
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh54 void reset () { heap.resize (0); } in reset() function
/third_party/python/Lib/
H A D_markupbase.py32 def reset(self): member in ParserBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTrackingMDRef.h62 void reset() { in reset() function in llvm::TrackingMDRef
66 void reset(Metadata *MD) { in reset() function in llvm::TrackingMDRef
134 void reset() { Ref.reset(); } in reset() function in llvm::TypedTrackingMDRef
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function in llvm::TypedTrackingMDRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DBlockVerifier.cpp201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } in reset() function in llvm::xray::BlockVerifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h58 void reset() { in reset() function in llvm::TrackingMDRef
62 void reset(Metadata *MD) { in reset() function in llvm::TrackingMDRef
126 void reset() { Ref.reset(); } in reset() function in llvm::TypedTrackingMDRef
127 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function in llvm::TypedTrackingMDRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCodeGenCoverage.cpp124 void CodeGenCoverage::reset() { RuleCoverage.resize(0); } in reset() function in CodeGenCoverage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.h53 void reset(unsigned RequiredSize) { in reset() function in llvm::X86AsmPrinter::StackMapShadowTracker
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h50 void reset() { Assembler = makeUnique<AssemblerX8632>(); } in reset() function in Ice::X8632::Test::AssemblerX8632TestBase
/third_party/skia/tools/gpu/
H A DMemoryCache.h30 void reset() { in reset() function in sk_gpu_test::MemoryCache

Completed in 13 milliseconds

12345678910>>...34