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

  /external/pdfium/xfa/fgas/layout/
cfx_break.cpp 120 void CFX_Break::SetTabWidth(float fTabWidth) {
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 166 text_break_.SetTabWidth(36);
649 void CFDE_TextEditEngine::SetTabWidth(float width) {
651 text_break_.SetTabWidth(width);
    [all...]

Completed in 67 milliseconds