OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRefCount
(Results
1 - 12
of
12
) sorted by null
/external/skia/src/utils/win/
SkDWriteFontFileStream.h
65
ULONG
fRefCount
;
SkDWriteFontFileStream.cpp
119
:
fRefCount
(1), fStream(stream) {
135
return InterlockedIncrement(&
fRefCount
);
139
ULONG newCount = InterlockedDecrement(&
fRefCount
);
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
));
SkDWriteGeometrySink.h
20
LONG
fRefCount
;
/external/skia/src/core/
SkBitmapHeap.cpp
20
,
fRefCount
(0)
25
SkASSERT(0 ==
fRefCount
);
29
if (0 ==
fRefCount
) {
33
fRefCount
= count;
35
sk_atomic_add(&
fRefCount
, count);
171
if (heapEntry->
fRefCount
> 0) {
199
if (heapEntry->
fRefCount
> 0) {
SkBitmapHeap.h
32
sk_atomic_dec(&
fRefCount
);
41
int32_t
fRefCount
;
/external/icu4c/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
183
int32_t
fRefCount
;
/external/skia/tests/
BitmapHeapTest.cpp
36
return entry->
fRefCount
;
/external/skia/src/ports/
SkFontHost_win_dw.cpp
208
StreamFontFileLoader(SkStream* stream) :
fRefCount
(1), fStream(stream) {
212
ULONG
fRefCount
;
227
return InterlockedIncrement(&
fRefCount
);
231
ULONG newCount = InterlockedDecrement(&
fRefCount
);
270
ULONG
fRefCount
;
280
:
fRefCount
(1)
302
return InterlockedIncrement(&
fRefCount
);
306
ULONG newCount = InterlockedDecrement(&
fRefCount
);
367
:
fRefCount
(1)
373
ULONG
fRefCount
;
[
all
...]
/external/icu4c/i18n/
uspoof_impl.h
307
int32_t
fRefCount
;
uspoof_impl.cpp
533
fRefCount
= 1;
564
fRefCount
= 1;
643
if (umtx_atomic_dec(&
fRefCount
) == 0) {
650
umtx_atomic_inc(&
fRefCount
);
Completed in 2746 milliseconds