HomeSort by relevance Sort by last modified time
    Searched defs:bVert (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 34 bool bVert = false;
40 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
106 if (pTransform && !bVert) {
  /external/pdfium/xfa/fwl/theme/
cfwl_scrollbartp.cpp 43 bool bVert = !!pWidget->GetStylesEx();
47 bVert ? FWLTHEME_DIRECTION_Up : FWLTHEME_DIRECTION_Left,
53 bVert ? FWLTHEME_DIRECTION_Down : FWLTHEME_DIRECTION_Right,
58 DrawThumbBtn(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
62 DrawTrack(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
66 DrawTrack(pGraphics, pRect, bVert, eState, false, &pParams->m_matrix);
76 bool bVert,
85 if (bVert) {
120 bool bVert,
124 if (bVert) {
    [all...]
cfwl_widgettp.cpp 184 bool bVert =
187 (float)(((pRect->width - (bVert ? 9 : 6)) / 2 + pRect->left) + 0.5);
189 (float)(((pRect->height - (bVert ? 6 : 9)) / 2 + pRect->top) + 0.5);
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 449 bool bVert = false;
450 int glyph_index = GlyphFromCharCode(charcode, &bVert);
501 if (pTransform && !bVert) {
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 648 const bool bVert = iCapPlacement == XFA_AttributeEnum::Top ||
655 if (!bVert && eUIType != XFA_Element::Button)
661 bVert ? szCap.height = fCapReserve : szCap.width = fCapReserve;
673 if (bVert) {
690 bVert ? (szCap.width += fLeftInset + fRightInset)
    [all...]

Completed in 101 milliseconds