OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPreferredCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBitmapHeap.cpp
71
,
fPreferredCount
(preferredSize)
82
,
fPreferredCount
(preferredSize)
153
SkASSERT(
fPreferredCount
!= UNLIMITED_SIZE);
154
SkASSERT(fStorage.count() >=
fPreferredCount
);
178
if (UNLIMITED_SIZE ==
fPreferredCount
) {
285
if (
fPreferredCount
!= UNLIMITED_SIZE) {
296
if (
fPreferredCount
!= UNLIMITED_SIZE && fStorage.count() >=
fPreferredCount
) {
315
if (
fPreferredCount
!= UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
371
if (
fPreferredCount
!= UNLIMITED_SIZE)
[
all
...]
SkBitmapHeap.h
289
const int32_t
fPreferredCount
;
Completed in 3186 milliseconds