Searched refs:bVert (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_scrollbartp.cpp | 26 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()
|
D | cfwl_scrollbartp.h | 35 bool bVert, 40 bool bVert,
|
D | cfwl_widgettp.cpp | 139 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/ |
D | cpdf_cidfont.cpp | 523 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/ |
D | cxfa_node.cpp | 3169 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()
|