Home
last modified time | relevance | path

Searched refs:thisOffset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/svg/
DSkSVGGradient.cpp52 SkString* thisOffset = &stop->f_offset; in translate() local
53 if (lastOffset && thisOffset->equals(*lastOffset)) { in translate()
54 if (thisOffset->equals("1")) { in translate()
61 offsets.append(*thisOffset); in translate()
70 lastOffset = thisOffset; in translate()
/external/webkit/JavaScriptCore/runtime/
DUString.cpp629 int thisOffset = rep->offset; in concatenate() local
641 if (!expandCapacity(rep.get(), newCapacityWithOverflowCheck(thisOffset, length))) in concatenate()
648 …} else if (thisOffset + thisSize == base->usedCapacity && thisSize >= minShareSize && !base->isBuf… in concatenate()
650 if (!expandCapacity(rep.get(), newCapacityWithOverflowCheck(thisOffset, length))) in concatenate()
682 int thisOffset = rep->offset; in concatenate() local
695 expandCapacity(rep.get(), newCapacityWithOverflowCheck(thisOffset, length)); in concatenate()
703 …} else if (thisOffset + thisSize == base->usedCapacity && thisSize >= minShareSize && !base->isBuf… in concatenate()
705 expandCapacity(rep.get(), newCapacityWithOverflowCheck(thisOffset, length)); in concatenate()
1127 int thisOffset = m_rep->offset; in append() local
1140 expandCapacity(newCapacityWithOverflowCheck(thisOffset, length)); in append()
[all …]