Searched defs:MoveTo (Results 1 – 8 of 8) sorted by relevance
16 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator
332 void MoveTo(Buffer* destination) { in MoveTo() function366 void TypedData<T>::MoveTo(Buffer* buffer) { in MoveTo() function
23 void CXFA_GEPath::MoveTo(const CFX_PointF& point) { in MoveTo() function in CXFA_GEPath
144 TEST(PooledLinkedList, MoveTo) { in TEST() argument
61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() function in SkPDFUtils
228 MachineInstr *MoveTo = canJoinInstructions(&Ldst, &Add, &Uses); in tryToCombine() local
668 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo() function in NWindows::NFile::NDir::CTempFile