Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c72 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]);
436 fillRectangle(6, 0, 1, qrsize, qrcode); in initializeFunctionModules()
437 fillRectangle(0, 6, qrsize, 1, qrcode); in initializeFunctionModules()
440 fillRectangle(0, 0, 9, 9, qrcode); in initializeFunctionModules()
441 fillRectangle(qrsize - 8, 0, 8, 9, qrcode); in initializeFunctionModules()
442 fillRectangle(0, qrsize - 8, 9, 8, qrcode); in initializeFunctionModules()
451 fillRectangle(alignPatPos[i] - 2, alignPatPos[j] - 2, 5, 5, qrcode); in initializeFunctionModules()
457 fillRectangle(qrsize - 11, 0, 3, 6, qrcode); in initializeFunctionModules()
458 fillRectangle(0, qrsize - 11, 6, 3, qrcode); in initializeFunctionModules()
578 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) in fillRectangle() function