HomeSort by relevance Sort by last modified time
    Searched refs:bVertical (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_unicode.cpp 35 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical)
43 if (bVertical) {
51 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical)
58 if (bVertical) {
  /external/parameter-framework/parameter/
ConfigurableElement.h 67 void listBelongingDomains(std::string& strResult, bool bVertical = true) const;
76 void listAssociatedDomains(std::string& strResult, bool bVertical = true) const;
142 void listDomains(const std::list<const CConfigurableDomain*>& configurableDomainList, std::string& strResult, bool bVertical) const;
ConfigurableElement.cpp 320 void CConfigurableElement::listBelongingDomains(std::string& strResult, bool bVertical) const
328 listDomains(configurableDomainList, strResult, bVertical);
399 void CConfigurableElement::listAssociatedDomains(std::string& strResult, bool bVertical) const
402 listDomains(_configurableDomainList, strResult, bVertical);
415 void CConfigurableElement::listDomains(const std::list<const CConfigurableDomain*>& configurableDomainList, std::string& strResult, bool bVertical) const
417 if (bVertical && configurableDomainList.empty()) {
431 if (!bVertical && !bFirst) {
438 if (bVertical) {
  /external/pdfium/core/include/fxcrt/
fx_ucd.h 99 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical);
100 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical);
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 67 int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical)
70 m_bVertical = bVertical;
fx_ge_text.cpp 59 FX_BOOL bVertical = FALSE;
61 bVertical = TRUE;
66 int* next_origin = bVertical ? &pGlyphAndPos[i].m_OriginY : &pGlyphAndPos[i].m_OriginX;
67 FX_FLOAT next_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX;
69 int* this_origin = bVertical ? &pGlyphAndPos[i].m_OriginY : &pGlyphAndPos[i].m_OriginX;
70 FX_FLOAT this_origin_f = bVertical ? pGlyphAndPos[i].m_fOriginY : pGlyphAndPos[i].m_fOriginX;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 58 int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical = FALSE);
fx_dib.h 463 FX_DWORD mask_color, FX_RECT& dest_rect, FX_BOOL bVertical,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 178 FX_BOOL bVertical, FX_BOOL bHorizontal, CPDF_Rect rect,
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 101 FX_BOOL bVertical,
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp     [all...]

Completed in 973 milliseconds