HomeSort by relevance Sort by last modified time
    Searched refs:fPreferredCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 74 , fPreferredCount(preferredSize)
85 , fPreferredCount(preferredSize)
169 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
170 SkASSERT(fStorage.count() >= fPreferredCount);
194 if (UNLIMITED_SIZE == fPreferredCount) {
301 if (fPreferredCount != UNLIMITED_SIZE) {
312 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
331 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
387 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;
  /external/skia/src/core/
SkBitmapHeap.cpp 74 , fPreferredCount(preferredSize)
85 , fPreferredCount(preferredSize)
169 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
170 SkASSERT(fStorage.count() >= fPreferredCount);
194 if (UNLIMITED_SIZE == fPreferredCount) {
301 if (fPreferredCount != UNLIMITED_SIZE) {
312 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
331 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
387 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;

Completed in 161 milliseconds