OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLockCount
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
90
fLockCount
= 0;
101
fLockCount
= 0;
115
fLockCount
= 0;
128
fLockCount
= 0;
153
// only call me in your constructor, otherwise
fLockCount
tracking can get
157
fLockCount
= SKPIXELREF_PRELOCKED_LOCKCOUNT;
180
SkASSERT(!fPreLocked || SKPIXELREF_PRELOCKED_LOCKCOUNT ==
fLockCount
);
185
if (1 == ++
fLockCount
) {
196
SkASSERT(!fPreLocked || SKPIXELREF_PRELOCKED_LOCKCOUNT ==
fLockCount
);
201
SkASSERT(
fLockCount
> 0)
[
all
...]
SkScaledImageCache.cpp
105
fLockCount
= 1;
110
fLockCount
= 1;
129
int32_t
fLockCount
;
357
rec->
fLockCount
+= 1;
436
SkASSERT(1 == rec->
fLockCount
);
501
SkASSERT(rec->
fLockCount
> 0);
502
rec->
fLockCount
-= 1;
506
if (0 == rec->
fLockCount
) {
533
if (0 == rec->
fLockCount
) {
674
locked += rec->
fLockCount
> 0
[
all
...]
SkCanvas.cpp
80
fLockCount
= fPixelRef ? fPixelRef->getLockCount() : 0;
84
SkASSERT(count ==
fLockCount
);
89
int
fLockCount
;
[
all
...]
/external/skia/src/core/
SkPixelRef.cpp
90
fLockCount
= 0;
101
fLockCount
= 0;
115
fLockCount
= 0;
128
fLockCount
= 0;
153
// only call me in your constructor, otherwise
fLockCount
tracking can get
157
fLockCount
= SKPIXELREF_PRELOCKED_LOCKCOUNT;
180
SkASSERT(!fPreLocked || SKPIXELREF_PRELOCKED_LOCKCOUNT ==
fLockCount
);
185
if (1 == ++
fLockCount
) {
196
SkASSERT(!fPreLocked || SKPIXELREF_PRELOCKED_LOCKCOUNT ==
fLockCount
);
201
SkASSERT(
fLockCount
> 0)
[
all
...]
SkScaledImageCache.cpp
105
fLockCount
= 1;
110
fLockCount
= 1;
129
int32_t
fLockCount
;
357
rec->
fLockCount
+= 1;
436
SkASSERT(1 == rec->
fLockCount
);
501
SkASSERT(rec->
fLockCount
> 0);
502
rec->
fLockCount
-= 1;
506
if (0 == rec->
fLockCount
) {
533
if (0 == rec->
fLockCount
) {
674
locked += rec->
fLockCount
> 0
[
all
...]
SkCanvas.cpp
80
fLockCount
= fPixelRef ? fPixelRef->getLockCount() : 0;
84
SkASSERT(count ==
fLockCount
);
89
int
fLockCount
;
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
79
bool isLocked() const { return
fLockCount
> 0; }
81
SkDEBUGCODE(int getLockCount() const { return
fLockCount
; })
309
int
fLockCount
;
/external/skia/include/core/
SkPixelRef.h
79
bool isLocked() const { return
fLockCount
> 0; }
81
SkDEBUGCODE(int getLockCount() const { return
fLockCount
; })
309
int
fLockCount
;
/external/chromium_org/third_party/icu/source/test/cintltst/
hpmufn.c
216
int
fLockCount
;
226
theMutex->
fLockCount
= 0;
239
TEST_ASSERT(This->
fLockCount
== 0);
242
This->
fLockCount
= 0;
250
This->
fLockCount
++;
258
This->
fLockCount
--;
259
TEST_ASSERT(This->
fLockCount
>= 0);
/external/icu4c/test/cintltst/
hpmufn.c
216
int
fLockCount
;
226
theMutex->
fLockCount
= 0;
239
TEST_ASSERT(This->
fLockCount
== 0);
242
This->
fLockCount
= 0;
250
This->
fLockCount
++;
258
This->
fLockCount
--;
259
TEST_ASSERT(This->
fLockCount
>= 0);
Completed in 1279 milliseconds