Home
last modified time | relevance | path

Searched defs:newCount (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize()
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize()
/third_party/skia/include/private/
DSkTArray.h188 int newCount = fCount - 1; in removeShuffle() local
321 void resize_back(int newCount) { in resize_back()
542 int64_t newCount = fCount + delta; in checkRealloc() local
DSkTDArray.h218 int newCount = fCount - 1; in removeShuffle() local
/third_party/flutter/skia/include/private/
DSkTArray.h160 int newCount = fCount - 1; in removeShuffle() local
293 void resize_back(int newCount) { in resize_back()
530 int64_t newCount = fCount + delta; in checkRealloc() local
DSkTDArray.h208 int newCount = fCount - 1; in removeShuffle() local
/third_party/skia/tests/
DGrRenderTaskClusterTest.cpp148 int newCount = 0; in DEF_TEST() local
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp83 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
159 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
246 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
542 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
676 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
DSkRemotableFontMgr_win_dw.cpp324 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/third_party/flutter/skia/src/utils/win/
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
/third_party/skia/src/utils/win/
DSkDWriteFontFileStream.cpp167 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
/third_party/skia/src/android/
DSkAnimatedImage.cpp358 void SkAnimatedImage::setRepetitionCount(int newCount) { in setRepetitionCount()
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp84 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
160 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
247 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_() local
613 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
752 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
DSkRemotableFontMgr_win_dw.cpp324 ULONG newCount = InterlockedDecrement(&fRefCount); in Release() local
/third_party/flutter/skia/src/android/
DSkAnimatedImage.cpp346 void SkAnimatedImage::setRepetitionCount(int newCount) { in setRepetitionCount()
/third_party/skia/src/core/
DSkStrikeCache.cpp205 int SkStrikeCache::setCacheCountLimit(int newCount) { in setCacheCountLimit()
/third_party/skia/modules/particles/src/
DSkParticleEffect.cpp237 int newCount = this->uniformInfo()->fUniformSlotCount; in updateStorage() local
/third_party/flutter/skia/src/core/
DSkStrikeCache.cpp420 int SkStrikeCache::setCacheCountLimit(int newCount) { in setCacheCountLimit()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp427 int newCount = 0; in reorderTasks() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh455 unsigned int count = 0, newCount = 0; in process() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-set.hh468 unsigned int count = 0, newCount = 0; in process() local
/third_party/harfbuzz/src/
Dhb-set.hh580 unsigned int count = 0, newCount = 0; in process() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp864 void resize(size_t newCount, bool freeMemory = false) in resize()