Home
last modified time | relevance | path

Searched refs:SetLocation (Results 1 – 14 of 14) sorted by relevance

/external/skqp/gm/
Dnonclosedpaths.cpp64 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()
Dpolygons.cpp82 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/
Dnonclosedpaths.cpp64 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()
Dpolygons.cpp82 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/
Dmbr.cc65 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()
Dmbrpart.h84 void SetLocation(uint64_t start, uint64_t length);
Dgptcl.cc498 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(), in BuildMBR()
515 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
Dgpttext.cc438 hybridPart.SetLocation(partitions[j].GetFirstLBA(), partitions[j].GetLengthLBA()); in MakeHybrid()
459 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1)); in MakeHybrid()
Dmbrpart.cc178 void MBRPart::SetLocation(uint64_t start, uint64_t length) { in SetLocation() function in MBRPart
Dbasicmbr.cc1015 partitions[num].SetLocation(start, length); in MakePart()
/external/vixl/src/
Dpool-manager-impl.h101 label_base->SetLocation(masm->AsAssemblerBase(), pc); in Emit()
464 object->SetLocation(masm->AsAssemblerBase(), location); in Bind()
Dpool-manager.h206 void SetLocation(internal::AssemblerBase* assembler, T location) { in SetLocation() function
/external/vixl/src/aarch32/
Dassembler-aarch32.h201 location->SetLocation(this, GetCursorOffset()); in bind()
215 literal->SetLocation(this, GetCursorOffset()); in place()
Dassembler-aarch32.cc82 label->SetLocation(this, GetCursorOffset()); in BindHelper()