Searched refs:GetObjectIntField (Results 1 – 2 of 2) sorted by relevance
428 tuple<bool, T> WebGLImageSource::GetObjectIntField(napi_value resultObject, const std::string& name) in GetObjectIntField() function in OHOS::Rosen::WebGLImageSource678 tie(succ, imageOption_.width) = GetObjectIntField<GLsizei>(resultObject, "width"); in GenImageSource()682 tie(succ, imageOption_.height) = GetObjectIntField<GLsizei>(resultObject, "height"); in GenImageSource()
640 std::tuple<bool, T> GetObjectIntField(napi_value resultObject, const std::string& name);