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

  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 610 int countFreed = 0;
616 (bytesFreed < bytesNeeded || countFreed < countNeeded)) {
619 countFreed += 1;
629 if (countFreed) {
631 (int)(bytesFreed >> 10), countFreed);
  /external/skia/src/core/
SkGlyphCache.cpp 627 int countFreed = 0;
633 (bytesFreed < bytesNeeded || countFreed < countNeeded)) {
636 countFreed += 1;
646 if (countFreed) {
648 (int)(bytesFreed >> 10), countFreed);

Completed in 1089 milliseconds