Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/
H A Djs_text_blob.cpp172 napi_value tempRunBuffer = nullptr; in OnMakeRunBuffer() local
173 napi_get_element(env, array, i, &tempRunBuffer); in OnMakeRunBuffer()
178 napi_get_named_property(env, tempRunBuffer, "glyph", &tempValue); in OnMakeRunBuffer()
180 napi_get_named_property(env, tempRunBuffer, "positionX", &tempValue); in OnMakeRunBuffer()
182 napi_get_named_property(env, tempRunBuffer, "positionY", &tempValue); in OnMakeRunBuffer()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp626 napi_value tempRunBuffer = nullptr; in OnAddPolygon() local
627 napi_get_element(env, array, i, &tempRunBuffer); in OnAddPolygon()
633 napi_get_named_property(env, tempRunBuffer, "x", &tempValue); in OnAddPolygon()
635 napi_get_named_property(env, tempRunBuffer, "y", &tempValue); in OnAddPolygon()