Home
last modified time | relevance | path

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

/third_party/qrcodegen/c/
Dqrcodegen.c70 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]);
425 fillRectangle(6, 0, 1, qrsize, qrcode); in initializeFunctionModules()
426 fillRectangle(0, 6, qrsize, 1, qrcode); in initializeFunctionModules()
429 fillRectangle(0, 0, 9, 9, qrcode); in initializeFunctionModules()
430 fillRectangle(qrsize - 8, 0, 8, 9, qrcode); in initializeFunctionModules()
431 fillRectangle(0, qrsize - 8, 9, 8, qrcode); in initializeFunctionModules()
440 fillRectangle(alignPatPos[i] - 2, alignPatPos[j] - 2, 5, 5, qrcode); in initializeFunctionModules()
446 fillRectangle(qrsize - 11, 0, 3, 6, qrcode); in initializeFunctionModules()
447 fillRectangle(0, qrsize - 11, 6, 3, qrcode); in initializeFunctionModules()
564 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) { in fillRectangle() function