Home
last modified time | relevance | path

Searched defs:MoveTo (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.h16 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator
/external/libbrillo/brillo/
Dany_internal_impl.h332 void MoveTo(Buffer* destination) { in MoveTo() function
366 void TypedData<T>::MoveTo(Buffer* buffer) { in MoveTo() function
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp23 void CXFA_GEPath::MoveTo(const CFX_PointF& point) { in MoveTo() function in CXFA_GEPath
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/util/
Dpooled_linked_list_test.cpp144 TEST(PooledLinkedList, MoveTo) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/util/
Dpooled_linked_list_test.cpp144 TEST(PooledLinkedList, MoveTo) { in TEST() argument
/external/skia/src/pdf/
DSkPDFUtils.cpp61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() function in SkPDFUtils
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp228 MachineInstr *MoveTo = canJoinInstructions(&Ldst, &Add, &Uses); in tryToCombine() local
/external/lzma/CPP/Windows/
DFileDir.cpp668 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo() function in NWindows::NFile::NDir::CTempFile