Home
last modified time | relevance | path

Searched defs:newEnd (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tests/
DGlyphRunTest.cpp28 auto newEnd = std::unique(test.begin(), test.end()); in DEF_TEST() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java188 … int newEnd = clampIndexToEditable(Selection.getSelectionEnd(mEditable), mEditable); in sendKeyEvent() local
/third_party/skia/src/gpu/
DGrResourceAllocator.h223 void extendEnd(unsigned int newEnd) { in extendEnd()
/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.h198 void extendEnd(unsigned int newEnd) { in extendEnd()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp149 uint32_t newEnd = newRange.baseMipLevel + newRange.levelCount - 1; in pipelineBarrier() local
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp122 uint32_t newEnd = newRange.baseMipLevel + newRange.levelCount - 1; in pipelineBarrier() local
/third_party/typescript/src/services/
DtextChanges.ts225 const newEnd = skipTrivia(sourceFile.text, end, /*stopAfterLineBreak*/ true); constant
/third_party/boost/boost/wave/util/
Dflex_string.hpp654 iterator newEnd = begin() + n; in resize() local