Searched refs:getRectByIndex (Results 1 – 5 of 5) sorted by relevance
60 GetRectByIndex getRectByIndex; member64 … (!getSizeByIndex && !options.getSizeByIndex) && (!getRectByIndex && !options.getRectByIndex);
137 auto getRectByIndex = obj->GetProperty("onGetRectByIndex"); in ParseGetGridItemRect() local138 if (getRectByIndex->IsFunction()) { in ParseGetGridItemRect()141 … JSRef<JSObject>(), JSRef<JSFunc>::Cast(getRectByIndex))](int32_t index) { in ParseGetGridItemRect()151 option.getRectByIndex = std::move(onGetRectByIndex); in ParseGetGridItemRect()
241 if (options.getRectByIndex) { in GetItemRect()242 rect = options.getRectByIndex(index); in GetItemRect()
100 void ParseGetGridItemRect(const EcmaVM* vm, const Local<JSValueRef>& getRectByIndex, GridLayoutOpti… in ParseGetGridItemRect() argument102 if (getRectByIndex->IsFunction(vm)) { in ParseGetGridItemRect()103 Local<panda::FunctionRef> functionRef = getRectByIndex->ToObject(vm); in ParseGetGridItemRect()116 option.getRectByIndex = std::move(onGetRectByIndex); in ParseGetGridItemRect()
617 option.getRectByIndex = std::move(onGetRectByIndex);644 option.getRectByIndex = [](int32_t index) { in __anon04a373d60b02()