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 65 , fPreferredCount(preferredSize)
76 , fPreferredCount(preferredSize)
160 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
161 SkASSERT(fStorage.count() >= fPreferredCount);
185 if (UNLIMITED_SIZE == fPreferredCount) {
292 if (fPreferredCount != UNLIMITED_SIZE) {
303 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
322 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
378 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;
  /external/skia/src/core/
SkBitmapHeap.cpp 65 , fPreferredCount(preferredSize)
76 , fPreferredCount(preferredSize)
160 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
161 SkASSERT(fStorage.count() >= fPreferredCount);
185 if (UNLIMITED_SIZE == fPreferredCount) {
292 if (fPreferredCount != UNLIMITED_SIZE) {
303 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
322 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
378 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;

Completed in 39 milliseconds