HomeSort by relevance Sort by last modified time
    Searched defs:sizeDelta (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkTextBlob.cpp 373 size_t sizeDelta = SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, positioning) -
375 this->reserve(sizeDelta);
387 fStorageUsed += sizeDelta;
  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 332 ptrdiff_t sizeDelta = this->currSize() - minSize;
334 if (sizeDelta < 0 || static_cast<size_t>(sizeDelta) >= 3 * minSize) {
  /external/skia/include/core/
SkPathRef.h 329 ptrdiff_t sizeDelta = this->currSize() - minSize;
331 if (sizeDelta < 0 || static_cast<size_t>(sizeDelta) >= 3 * minSize) {

Completed in 264 milliseconds