Searched refs:rtInner (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 57 CFX_RectF rtInner(rect); in DrawBackground() local 58 rtInner.Deflate(PUSHBUTTON_SIZE_Corner + 1, PUSHBUTTON_SIZE_Corner + 1, in DrawBackground() 60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 61 rtInner.height); in DrawBackground() 74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 75 rtInner.height); in DrawBackground() 80 rtInner.Inflate(1, 1, 0, 0); in DrawBackground() 81 DrawFocus(pGraphics, &rtInner, &pParams->m_matrix); in DrawBackground()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 389 CFX_RectF rtInner(rt); in StrokeLowered() local 390 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeLowered() 394 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeLowered() 398 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFF808080, 0xFFC0C0C0); in StrokeLowered() 406 CFX_RectF rtInner(rt); in StrokeRaised() local 407 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeRaised() 411 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeRaised() 415 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeRaised() 425 CFX_RectF rtInner(rt); in StrokeEtched() local 426 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEtched() [all …]
|