Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c70 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]);
420 fillRectangle(6, 0, 1, qrsize, qrcode); in initializeFunctionModules()
421 fillRectangle(0, 6, qrsize, 1, qrcode); in initializeFunctionModules()
424 fillRectangle(0, 0, 9, 9, qrcode); in initializeFunctionModules()
425 fillRectangle(qrsize - 8, 0, 8, 9, qrcode); in initializeFunctionModules()
426 fillRectangle(0, qrsize - 8, 9, 8, qrcode); in initializeFunctionModules()
435 fillRectangle(alignPatPos[i] - 2, alignPatPos[j] - 2, 5, 5, qrcode); in initializeFunctionModules()
441 fillRectangle(qrsize - 11, 0, 3, 6, qrcode); in initializeFunctionModules()
442 fillRectangle(0, qrsize - 11, 6, 3, qrcode); in initializeFunctionModules()
559 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) { in fillRectangle() function