/external/skqp/gm/ |
D | nonclosedpaths.cpp | 64 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::NonClosedPathsGM 104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw() 127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
|
D | polygons.cpp | 82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::PolygonsGM 120 SetLocation(canvas, counter, fPolygons.count()); in onDraw() 145 SetLocation(canvas, counter, fPolygons.count()); in onDraw()
|
/external/skia/gm/ |
D | nonclosedpaths.cpp | 64 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::NonClosedPathsGM 104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw() 127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
|
D | polygons.cpp | 82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation() function in skiagm::PolygonsGM 120 SetLocation(canvas, counter, fPolygons.count()); in onDraw() 145 SetLocation(canvas, counter, fPolygons.count()); in onDraw()
|
/external/gptfdisk/ |
D | mbr.cc | 65 partitions[0].SetLocation(UINT32_C(1), (uint32_t) diskSize - UINT32_C(1)); in MakeProtectiveMBR() 67 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX); in MakeProtectiveMBR()
|
D | mbrpart.h | 84 void SetLocation(uint64_t start, uint64_t length);
|
D | gptcl.cc | 498 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(), in BuildMBR() 515 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
|
D | gpttext.cc | 438 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA()); in MakeHybrid() 459 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1)); in MakeHybrid()
|
D | mbrpart.cc | 178 void MBRPart::SetLocation(uint64_t start, uint64_t length) { in SetLocation() function in MBRPart
|
D | basicmbr.cc | 1015 partitions[num].SetLocation(start, length); in MakePart()
|
/external/vixl/src/ |
D | pool-manager-impl.h | 101 label_base->SetLocation(masm->AsAssemblerBase(), pc); in Emit() 464 object->SetLocation(masm->AsAssemblerBase(), location); in Bind()
|
D | pool-manager.h | 206 void SetLocation(internal::AssemblerBase* assembler, T location) { in SetLocation() function
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 201 location->SetLocation(this, GetCursorOffset()); in bind() 215 literal->SetLocation(this, GetCursorOffset()); in place()
|
D | assembler-aarch32.cc | 82 label->SetLocation(this, GetCursorOffset()); in BindHelper()
|