Searched refs:copyRange (Results 1 – 13 of 13) sorted by relevance
/external/skia/include/core/ |
D | SkData.h | 53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
D | SkTDArray.h | 259 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/ |
D | SkData.h | 53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
D | SkTDArray.h | 259 int copyRange(T* dst, int index, int max) const { in copyRange() function 271 this->copyRange(dst, 0, fCount); in copy()
|
/external/skia/src/pdf/ |
D | SkTSet.h | 220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy() 295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkTSet.h | 220 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/ |
D | TextEditor.js | 222 copyRange: function(range) { }, method in WebInspector.TextEditor
|
D | CSSSourceFrame.js | 88 var cssUnitText = this.textEditor.copyRange(cssUnitRange);
|
D | JavaScriptSourceFrame.js | 90 this._innerAddToWatch(this.textEditor.copyRange(textSelection)); 109 WebInspector.evaluateInConsole(this.textEditor.copyRange(selection)); 155 var selection = this.textEditor.copyRange(textSelection);
|
D | CodeMirrorTextEditor.js | 497 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));
|
D | SourceFrame.js | 764 var selectedText = this._textEditor.copyRange(textRange);
|
/external/skia/src/core/ |
D | SkData.cpp | 34 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/ |
D | SkData.cpp | 34 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
|