Searched defs:rcCenter (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp947 CPDF_Rect rcCenter = CPWL_Utils::DeflateRect(CPWL_Utils::GetCenterSquare(rcWindow), 1.0f); local
962 csAP_N_ON = CPWL_Utils::GetCircleFillAppStream(rcCenter,crBackground) +
963 CPWL_Utils::GetCircleBorderAppStream(rcCenter,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle,dsBorder);
1005 csAP_D_ON = CPWL_Utils::GetCircleFillAppStream(rcCenter,crBK)
1006 + CPWL_Utils::GetCircleBorderAppStream(rcCenter,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle,dsBorder);

Completed in 77 milliseconds