OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRefCount
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp
17
,
fRefCount
(0)
22
SkASSERT(0 ==
fRefCount
);
26
if (0 ==
fRefCount
) {
30
fRefCount
= count;
32
sk_atomic_add(&
fRefCount
, count);
166
if (heapEntry->
fRefCount
> 0) {
194
if (heapEntry->
fRefCount
> 0) {
SkBitmapHeap.h
32
sk_atomic_dec(&
fRefCount
);
41
int32_t
fRefCount
;
/external/skia/src/core/
SkBitmapHeap.cpp
17
,
fRefCount
(0)
22
SkASSERT(0 ==
fRefCount
);
26
if (0 ==
fRefCount
) {
30
fRefCount
= count;
32
sk_atomic_add(&
fRefCount
, count);
166
if (heapEntry->
fRefCount
> 0) {
194
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
72
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/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
72
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
183
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/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h
314
int32_t
fRefCount
;
uspoof_impl.cpp
523
fRefCount
= 1;
554
fRefCount
= 1;
633
if (umtx_atomic_dec(&
fRefCount
) == 0) {
640
umtx_atomic_inc(&
fRefCount
);
zstrfmt.h
494
int32_t
fRefCount
;
zstrfmt.cpp
[
all
...]
/external/icu4c/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
int32_t
fRefCount
;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp
308
StreamFontFileLoader(SkStream* stream) :
fRefCount
(1), fStream(SkRef(stream)) { }
310
ULONG
fRefCount
;
325
return InterlockedIncrement(&
fRefCount
);
329
ULONG newCount = InterlockedDecrement(&
fRefCount
);
368
ULONG
fRefCount
;
378
:
fRefCount
(1)
397
return InterlockedIncrement(&
fRefCount
);
401
ULONG newCount = InterlockedDecrement(&
fRefCount
);
461
:
fRefCount
(1)
465
ULONG
fRefCount
;
[
all
...]
/external/skia/src/ports/
SkFontHost_win_dw.cpp
308
StreamFontFileLoader(SkStream* stream) :
fRefCount
(1), fStream(SkRef(stream)) { }
310
ULONG
fRefCount
;
325
return InterlockedIncrement(&
fRefCount
);
329
ULONG newCount = InterlockedDecrement(&
fRefCount
);
368
ULONG
fRefCount
;
378
:
fRefCount
(1)
397
return InterlockedIncrement(&
fRefCount
);
401
ULONG newCount = InterlockedDecrement(&
fRefCount
);
461
:
fRefCount
(1)
465
ULONG
fRefCount
;
[
all
...]
Completed in 546 milliseconds