Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp26 bool bVert = !!pWidget->GetStyleExts(); in DrawBackground() local
30 bVert ? FWLTHEME_DIRECTION::kUp : FWLTHEME_DIRECTION::kLeft, in DrawBackground()
37 bVert ? FWLTHEME_DIRECTION::kDown : FWLTHEME_DIRECTION::kRight, in DrawBackground()
42 DrawThumbBtn(pGraphics, pParams.m_PartRect, bVert, in DrawBackground()
47 DrawTrack(pGraphics, pParams.m_PartRect, bVert, pParams.GetThemeState(), in DrawBackground()
52 DrawTrack(pGraphics, pParams.m_PartRect, bVert, pParams.GetThemeState(), in DrawBackground()
63 bool bVert, in DrawThumbBtn() argument
70 if (bVert) in DrawThumbBtn()
92 bool bVert, in DrawTrack() argument
104 if (bVert) { in DrawTrack()
Dcfwl_scrollbartp.h35 bool bVert,
40 bool bVert,
Dcfwl_widgettp.cpp139 bool bVert = in DrawArrow() local
141 float fLeft = ((rect.width - (bVert ? 9 : 6)) / 2 + rect.left) + 0.5f; in DrawArrow()
142 float fTop = ((rect.height - (bVert ? 6 : 9)) / 2 + rect.top) + 0.5f; in DrawArrow()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp523 bool bVert = false; in GetCharBBox() local
524 int glyph_index = GlyphFromCharCode(charcode, &bVert); in GetCharBBox()
577 if (pTransform && !bVert) { in GetCharBBox()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3169 const bool bVert = iCapPlacement == XFA_AttributeValue::Top || in CalcCaptionSize() local
3174 if (!bVert && GetFFWidgetType() != XFA_FFWidgetType::kButton) in CalcCaptionSize()
3180 bVert ? pszCap->height = fCapReserve : pszCap->width = fCapReserve; in CalcCaptionSize()
3192 if (bVert) { in CalcCaptionSize()
3209 bVert ? (pszCap->width += fLeftInset + fRightInset) in CalcCaptionSize()