Home
last modified time | relevance | path

Searched defs:ReadFromMemory (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkMatrixPriv.h26 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
/external/skia/src/core/
DSkMatrixPriv.h27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
/external/llvm-project/lldb/source/Symbol/
DType.cpp428 bool Type::ReadFromMemory(ExecutionContext *exe_ctx, lldb::addr_t addr, in ReadFromMemory() function in Type