Searched refs:newEnd (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrResourceAllocator.h | 192 void extendEnd(unsigned int newEnd) { in extendEnd() argument 193 if (newEnd > fEnd) { in extendEnd() 194 fEnd = newEnd; in extendEnd() 196 SkDebugf("intvl %d: extending from %d to %d\n", fUniqueID, fEnd, newEnd); in extendEnd()
|
/external/skqp/src/gpu/ |
D | GrResourceAllocator.h | 152 void extendEnd(unsigned int newEnd) { in extendEnd() argument 153 if (newEnd > fEnd) { in extendEnd() 154 fEnd = newEnd; in extendEnd() 156 SkDebugf("intvl %d: extending from %d to %d\n", fUniqueID, fEnd, newEnd); in extendEnd()
|
/external/skia/tests/ |
D | GlyphRunTest.cpp | 28 auto newEnd = std::unique(test.begin(), test.end()); in DEF_TEST() local 29 REPORTER_ASSERT(reporter, uniqueGlyphIDs.size() == (size_t)(newEnd - test.begin())); in DEF_TEST()
|
/external/skqp/tests/ |
D | GlyphRunTest.cpp | 28 auto newEnd = std::unique(test.begin(), test.end()); in DEF_TEST() local 29 REPORTER_ASSERT(reporter, uniqueGlyphIDs.size() == (size_t)(newEnd - test.begin())); in DEF_TEST()
|
/external/v8/src/torque/ |
D | cfg.h | 112 auto newEnd = std::remove_if(placed_blocks_.begin(), placed_blocks_.end(), in UnplaceBlockIf() local 114 placed_blocks_.erase(newEnd, placed_blocks_.end()); in UnplaceBlockIf()
|
/external/protobuf/js/binary/ |
D | reader.js | 542 var newEnd = this.decoder_.getCursor() + length; 543 this.decoder_.setEnd(newEnd); 549 this.decoder_.setCursor(newEnd);
|
/external/clang/tools/driver/ |
D | driver.cpp | 379 auto newEnd = std::remove(argv.begin(), argv.end(), nullptr); in main() local 380 argv.resize(newEnd - argv.begin()); in main()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 125 uint32_t newEnd = newRange.baseMipLevel + newRange.levelCount - 1; in pipelineBarrier() local 128 if (std::max(newStart, oldStart) <= std::min(newEnd, oldEnd)) { in pipelineBarrier()
|
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 430 TextParser newEnd(&iDef); in writeCodeBlock() local 431 newEnd.fEnd = parentEnd; in writeCodeBlock() 432 const char* memberEnd = newEnd.anyOf(",};"); in writeCodeBlock()
|