Searched defs:typeArray (Results 1 – 6 of 6) sorted by relevance
87 std::vector<uint8_t> typeArray; in ParseAttributeObj() local
268 auto typeArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
340 auto typeArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
60 auto typeArray = std::make_unique<uint32_t[]>(length); in ParseTextShadow() local
689 auto typeArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
56 …late <typename T> static bool ParseTypesArray(napi_env env, napi_value obj, std::set<T> &typeArray, in ParseTypesArray()