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

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 165 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0)
170 fLineLeading(lineLeading), fLineIndent(lineIndent), nAlignment(alignment)
175 fLineLeading(other.fLineLeading), fLineIndent(other.fLineIndent), nAlignment(other.nAlignment)
183 FX_INT32 nAlignment;
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 60 /* set port buffer alignment, nAlignment=0 means alignment disabled */
61 OMX_ERRORTYPE SetMemAlignment(OMX_U32 nAlignment);
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 238 //set the alignment of selected section, nAlignment(0:left 1:middle 2:right)
239 virtual FX_BOOL SetRichTextAlignment(FX_INT32 nAlignment) = 0;
fxet_edit.h 211 void Analyse(FX_INT32 nAlignment);
614 FX_BOOL SetRichTextAlignment(FX_INT32 nAlignment);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 235 void CFX_Edit_Refresh::Analyse(FX_INT32 nAlignment)
269 if (nAlignment == 0)
1487 FX_BOOL CFX_Edit::SetRichTextAlignment(FX_INT32 nAlignment)
1490 SecProps.nAlignment = nAlignment;
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 155 OMX_ERRORTYPE PortBase::SetMemAlignment(OMX_U32 nAlignment)
157 mem_alignment = nAlignment;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]

Completed in 986 milliseconds