Searched refs:rtInner (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 58 CFX_RectF rtInner(rect); in DrawBackground() local 59 rtInner.Deflate(PUSHBUTTON_SIZE_Corner + 1, PUSHBUTTON_SIZE_Corner + 1, in DrawBackground() 61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 62 rtInner.height); in DrawBackground() 72 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 73 rtInner.height); in DrawBackground() 78 rtInner.Inflate(1, 1, 0, 0); in DrawBackground() 79 DrawFocus(pGraphics, rtInner, pParams.m_matrix); in DrawBackground()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 387 CFX_RectF rtInner(rt); in StrokeLowered() local 388 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeLowered() 392 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeLowered() 396 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFF808080, 0xFFC0C0C0); in StrokeLowered() 404 CFX_RectF rtInner(rt); in StrokeRaised() local 405 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeRaised() 409 path.AddRectangle(rtInner.left, rtInner.top, rtInner.width, rtInner.height); in StrokeRaised() 413 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeRaised() 423 CFX_RectF rtInner(rt); in StrokeEtched() local 424 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEtched() [all …]
|