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 68 , fPreferredCount(preferredSize)
79 , fPreferredCount(preferredSize)
163 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
164 SkASSERT(fStorage.count() >= fPreferredCount);
188 if (UNLIMITED_SIZE == fPreferredCount) {
295 if (fPreferredCount != UNLIMITED_SIZE) {
306 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
325 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
381 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;
  /external/skia/src/core/
SkBitmapHeap.cpp 68 , fPreferredCount(preferredSize)
79 , fPreferredCount(preferredSize)
163 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
164 SkASSERT(fStorage.count() >= fPreferredCount);
188 if (UNLIMITED_SIZE == fPreferredCount) {
295 if (fPreferredCount != UNLIMITED_SIZE) {
306 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
325 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
381 if (fPreferredCount != UNLIMITED_SIZE)
    [all...]
SkBitmapHeap.h 297 const int32_t fPreferredCount;

Completed in 43 milliseconds