Home
last modified time | relevance | path

Searched refs:GetObjectIntField (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp428 tuple<bool, T> WebGLImageSource::GetObjectIntField(napi_value resultObject, const std::string& name) in GetObjectIntField() function in OHOS::Rosen::WebGLImageSource
678 tie(succ, imageOption_.width) = GetObjectIntField<GLsizei>(resultObject, "width"); in GenImageSource()
682 tie(succ, imageOption_.height) = GetObjectIntField<GLsizei>(resultObject, "height"); in GenImageSource()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h640 std::tuple<bool, T> GetObjectIntField(napi_value resultObject, const std::string& name);