Home
last modified time | relevance | path

Searched refs:isPointYOk (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.cpp269 const bool isPointYOk = ConvertFromJsValue(env, tempValue, pointY); in MakePoints() local
270 if (!(isPointXOk && isPointYOk)) { in MakePoints()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp896 bool isPointYOk = ConvertFromJsValue(env, tempValue, pointY); in OnMakePoints() local
897 if (!(isPointXOk && isPointYOk)) { in OnMakePoints()