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 146 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {}
151 nAlignment(alignment) {}
156 nAlignment(other.nAlignment) {}
162 int32_t 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/src/fxedit/
fxet_edit.cpp 176 void CFX_Edit_Refresh::Analyse(int32_t nAlignment) {
202 if (nAlignment == 0) {
1181 FX_BOOL CFX_Edit::SetRichTextAlignment(int32_t nAlignment) {
1183 SecProps.nAlignment = nAlignment;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 156 void Analyse(int32_t nAlignment);
567 FX_BOOL SetRichTextAlignment(int32_t nAlignment) override;
fx_edit.h 277 // set the alignment of selected section, nAlignment(0:left 1:middle 2:right)
278 virtual FX_BOOL SetRichTextAlignment(int32_t nAlignment) = 0;
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 156 OMX_ERRORTYPE PortBase::SetMemAlignment(OMX_U32 nAlignment)
158 mem_alignment = nAlignment;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]

Completed in 181 milliseconds