Home
last modified time | relevance | path

Searched refs:copyRange (Results 1 – 13 of 13) sorted by relevance

/external/skia/include/core/
DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
DSkTDArray.h259 int copyRange(T* dst, int index, int max) const { in copyRange() function
271 this->copyRange(dst, 0, fCount); in copy()
/external/chromium_org/third_party/skia/include/core/
DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
DSkTDArray.h259 int copyRange(T* dst, int index, int max) const { in copyRange() function
271 this->copyRange(dst, 0, fCount); in copy()
/external/skia/src/pdf/
DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy()
295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
/external/chromium_org/third_party/skia/src/pdf/
DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy()
295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTextEditor.js222 copyRange: function(range) { }, method in WebInspector.TextEditor
DCSSSourceFrame.js88 var cssUnitText = this.textEditor.copyRange(cssUnitRange);
DJavaScriptSourceFrame.js90 this._innerAddToWatch(this.textEditor.copyRange(textSelection));
109 WebInspector.evaluateInConsole(this.textEditor.copyRange(selection));
155 var selection = this.textEditor.copyRange(textSelection);
DCodeMirrorTextEditor.js497 copyRange: function(textRange) method in WebInspector.CodeMirrorTextEditor
1466 var substituteWord = this._textEditor.copyRange(substituteRange);
1470 var wordsWithPrefix = dictionary.wordsWithPrefix(this._textEditor.copyRange(prefixRange));
1485 …ateSuggestions(this._anchorBox, wordsWithPrefix, 0, true, this._textEditor.copyRange(prefixRange));
DSourceFrame.js764 var selectedText = this._textEditor.copyRange(textRange);
/external/skia/src/core/
DSkData.cpp34 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
/external/chromium_org/third_party/skia/src/core/
DSkData.cpp34 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData