Searched refs:fBorderWidth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 422 const float fBorderWidth = 1; in GenerateTextSymbolAP() local 423 sAppStream << fBorderWidth << " w\n"; in GenerateTextSymbolAP() 425 const float fHalfWidth = fBorderWidth / 2; in GenerateTextSymbolAP() 538 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateCircleAP() local 539 bool bIsStrokeRect = fBorderWidth > 0; in GenerateCircleAP() 542 sAppStream << fBorderWidth << " w "; in GenerateCircleAP() 553 rect.Deflate(fBorderWidth / 2, fBorderWidth / 2); in GenerateCircleAP() 625 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateInkAP() local 626 bool bIsStroke = fBorderWidth > 0; in GenerateInkAP() 643 sAppStream << fBorderWidth << " w "; in GenerateInkAP() [all …]
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 1155 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsPushButton() local 1166 fBorderWidth *= 2; in SetAsPushButton() 1171 fBorderWidth *= 2; in SetAsPushButton() 1179 CFX_FloatRect rcClient = rcWindow.GetDeflated(fBorderWidth, fBorderWidth); in SetAsPushButton() 1246 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1267 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1302 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1331 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsCheckBox() local 1341 fBorderWidth *= 2; in SetAsCheckBox() 1346 fBorderWidth *= 2; in SetAsCheckBox() [all …]
|
D | cpwl_combo_box.cpp | 435 float fBorderWidth = m_pList->GetBorderWidth() * 2; in SetPopup() local 438 fPopupMin = m_pList->GetFirstHeight() * 3 + fBorderWidth; in SetPopup() 439 float fPopupMax = fListHeight + fBorderWidth; in SetPopup()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 865 float fBorderWidth = (float)GetBorderWidth(); local 869 fBorderWidth *= 2.0f; 874 return rcWindow.GetDeflated(fBorderWidth, fBorderWidth);
|