Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/theme/
Dpushbuttontp.cpp8 #define PUSHBUTTON_SIZE_Corner 2 macro
44 strokePath.MoveTo(rect.left + PUSHBUTTON_SIZE_Corner, rect.top); in DrawBackground()
45 strokePath.LineTo(fRight - PUSHBUTTON_SIZE_Corner, rect.top); in DrawBackground()
46 strokePath.LineTo(fRight, rect.top + PUSHBUTTON_SIZE_Corner); in DrawBackground()
47 strokePath.LineTo(fRight, fBottom - PUSHBUTTON_SIZE_Corner); in DrawBackground()
48 strokePath.LineTo(fRight - PUSHBUTTON_SIZE_Corner, fBottom); in DrawBackground()
49 strokePath.LineTo(rect.left + PUSHBUTTON_SIZE_Corner, fBottom); in DrawBackground()
50 strokePath.LineTo(rect.left, fBottom - PUSHBUTTON_SIZE_Corner); in DrawBackground()
51 strokePath.LineTo(rect.left, rect.top + PUSHBUTTON_SIZE_Corner); in DrawBackground()
52 strokePath.LineTo(rect.left + PUSHBUTTON_SIZE_Corner, rect.top); in DrawBackground()
[all …]