Searched refs:lineLen (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | process.cpp | 93 size_t lineLen = 0; in CheckMaps() local 101 while (getline(&buf, &lineLen, file) > 0) { in CheckMaps()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 219 int lineLen = 50; // line length 50 in DrawPath() local 222 OH_Drawing_CanvasDrawLine(cCanvas_, x1, y1, x2 + lineLen, y1); in DrawPath() 223 OH_Drawing_CanvasDrawLine(cCanvas_, x2 + lineLen, y1, x1, y1 + lineLen); in DrawPath()
|
Completed in 2 milliseconds