OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRefCount
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp
18
,
fRefCount
(0)
23
SkASSERT(0 ==
fRefCount
);
27
if (0 ==
fRefCount
) {
31
fRefCount
= count;
33
sk_atomic_add(&
fRefCount
, count);
175
if (heapEntry->
fRefCount
> 0) {
203
if (heapEntry->
fRefCount
> 0) {
SkBitmapHeap.h
32
sk_atomic_dec(&
fRefCount
);
41
int32_t
fRefCount
;
/external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp
17
SkDWriteGeometrySink::SkDWriteGeometrySink(SkPath* path) :
fRefCount
(1), fPath(path) { }
36
return static_cast<ULONG>(InterlockedIncrement(&
fRefCount
));
40
ULONG res = static_cast<ULONG>(InterlockedDecrement(&
fRefCount
));
SkDWriteFontFileStream.h
73
ULONG
fRefCount
;
SkDWriteGeometrySink.h
20
LONG
fRefCount
;
SkDWriteFontFileStream.cpp
145
:
fRefCount
(1), fStream(SkRef(stream)) {
160
return InterlockedIncrement(&
fRefCount
);
164
ULONG newCount = InterlockedDecrement(&
fRefCount
);
/external/chromium_org/third_party/icu/source/common/
rbbidata.cpp
122
fRefCount
= 1;
137
U_ASSERT(
fRefCount
== 0);
184
if (umtx_atomic_dec(&
fRefCount
) == 0) {
191
umtx_atomic_inc(&
fRefCount
);
rbbidata.h
184
u_atomic_int32_t
fRefCount
;
/external/chromium_org/third_party/skia/tests/
BitmapHeapTest.cpp
29
return entry->
fRefCount
;
/external/icu/icu4c/source/common/
rbbidata.cpp
122
fRefCount
= 1;
137
U_ASSERT(
fRefCount
== 0);
184
if (umtx_atomic_dec(&
fRefCount
) == 0) {
191
umtx_atomic_inc(&
fRefCount
);
rbbidata.h
184
u_atomic_int32_t
fRefCount
;
/external/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp
48
StreamFontFileLoader(SkStream* stream) :
fRefCount
(1), fStream(SkRef(stream)) { }
51
ULONG
fRefCount
;
66
return InterlockedIncrement(&
fRefCount
);
70
ULONG newCount = InterlockedDecrement(&
fRefCount
);
113
ULONG
fRefCount
;
123
:
fRefCount
(1)
142
return InterlockedIncrement(&
fRefCount
);
146
ULONG newCount = InterlockedDecrement(&
fRefCount
);
208
:
fRefCount
(1)
213
ULONG
fRefCount
;
[
all
...]
SkRemotableFontMgr_win_dw.cpp
289
:
fRefCount
(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
376
return InterlockedIncrement(&
fRefCount
);
380
ULONG newCount = InterlockedDecrement(&
fRefCount
);
405
ULONG
fRefCount
;
/external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp
544
fRefCount
= 1;
575
fRefCount
= 1;
654
if (umtx_atomic_dec(&
fRefCount
) == 0) {
661
umtx_atomic_inc(&
fRefCount
);
uspoof_impl.h
245
u_atomic_int32_t
fRefCount
;
/external/icu/icu4c/source/i18n/
uspoof_impl.cpp
544
fRefCount
= 1;
575
fRefCount
= 1;
654
if (umtx_atomic_dec(&
fRefCount
) == 0) {
661
umtx_atomic_inc(&
fRefCount
);
uspoof_impl.h
245
u_atomic_int32_t
fRefCount
;
Completed in 1780 milliseconds