Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dstring-test.cc49 TEST(StringBufferTest, MoveTo) { in TEST() argument
61 TEST(StringWriterTest, MoveTo) { in TEST() argument
/external/libmojo/mojo/public/cpp/bindings/lib/
Dmessage.cc39 void Message::MoveTo(Message* destination) { in MoveTo() function in mojo::Message
/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/
Dcfx_path.cpp24 void CFX_Path::MoveTo(const CFX_PointF& point) { in MoveTo() function in CFX_Path
/external/pdfium/xfa/fde/
Dcfde_path.cpp21 void CFDE_Path::MoveTo(const CFX_PointF& point) { in MoveTo() function in CFDE_Path
/external/skia/experimental/SkV8Example/
DPath2DBuilder.cpp76 void Path2DBuilder::MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in MoveTo() function in Path2DBuilder
/external/pdfium/core/fxge/
Dcfx_renderdevice.h63 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator
/external/lzma/CPP/Windows/
DFileDir.cpp552 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo() function in NWindows::NFile::NDir::CTempFile
/external/skia/src/pdf/
DSkPDFUtils.cpp58 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() function in SkPDFUtils