Searched refs:thisOffset (Results 1 – 2 of 2) sorted by relevance
52 SkString* thisOffset = &stop->f_offset; in translate() local53 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()
629 int thisOffset = rep->offset; in concatenate() local641 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() local695 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() local1140 expandCapacity(newCapacityWithOverflowCheck(thisOffset, length)); in append()[all …]