Searched refs:readFloatArray (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/experimental/skrive/src/reader/ |
D | StreamReader.cpp | 59 this->readFloatArray(label, reinterpret_cast<float*>(&v2), 2); in readV2() 67 this->readFloatArray(label, reinterpret_cast<float*>(&color), 4); in readColor()
|
D | StreamReader.h | 103 virtual size_t readFloatArray(const char label[], float dst[], size_t count) = 0;
|
D | BinaryReader.cpp | 87 size_t readFloatArray(const char[], float dst[], size_t count) override { in readFloatArray() function in skrive::internal::__anon499d2b5b0111::BinaryReader
|
D | JsonReader.cpp | 121 size_t readFloatArray(const char label[], float dst[], size_t count) override { in readFloatArray() function in skrive::internal::__anon4d905d300111::JsonReader
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_rpc.js | 295 this.readFloatArray = function (...args) { method 299 this.readFloatArray = function () { method
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationFractionalSpacingTests.cpp | 371 std::vector<float> readFloatArray(const int count, const void* memory, const int offset) in readFloatArray() function 629 …const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr(), s… in test()
|