Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp1173 … int64_t tempVerticesSize = ((column + 1) * (row + 1) + vertOffset) * 2; // x and y two coordinates in OnDrawPixelMapMesh() local
1174 if (verticesSize != tempVerticesSize) { in OnDrawPixelMapMesh()