Searched defs:MoveTo (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFUtils.cpp | 61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() function in SkPDFUtils
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCOptAddrMode.cpp | 228 MachineInstr *MoveTo = canJoinInstructions(&Ldst, &Add, &Uses); in tryToCombine() local
|
/third_party/lzma/CPP/Windows/ |
D | FileDir.cpp | 775 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo() function in NWindows::NFile::NDir::CTempFile
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 73457 void MoveTo(T aX, T aY) { x = aX; y = aY; } in MoveTo() function 74254 void MoveTo(T aX, T aY, T aZ) { x = aX; y = aY; z = aZ; } in MoveTo() function 74367 void MoveTo(T aX, T aY, T aZ, T aW) { x = aX; y = aY; z = aZ; w = aW; } in MoveTo() function 75286 void MoveTo(T aX, T aY) { x = aX; y = aY; } in MoveTo() function 75287 void MoveTo(const Point& aPoint) { x = aPoint.x; y = aPoint.y; } in MoveTo() function
|