Home
last modified time | relevance | path

Searched refs:textIndent (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp142 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) { in SetTextIndent() argument
143 m_InheritedData.m_TextIndent = textIndent; in SetTextIndent()
Dcfx_csscomputedstyle.h87 void SetTextIndent(const CFX_CSSLength& textIndent);
/external/pdfium/fxjs/xfa/
Dcjx_para.h29 JS_PROP(textIndent);
Dcjx_para.cpp21 void CJX_Para::textIndent(CFXJSE_Value* pValue, in textIndent() function in CJX_Para
/external/v8/tools/profview/
Dprofview.js1104 textCell.style.textIndent = indent + "em";
1105 numberCell.style.textIndent = indent + "em";
1135 textCell.style.textIndent = indent + "em";
1139 reasonCell.style.textIndent = indent + "em";
1159 numberCell.style.textIndent = indent + "em";
1179 textCell.style.textIndent = indent + "em";
1183 numberCell.style.textIndent = indent + "em";
1203 numberCell.style.textIndent = indent + "em";
/external/skqp/tools/bookmaker/
DbmhParser.cpp926 size_t outIndent, size_t textIndent, string& example) { in add_code() argument
936 SkASSERT(indent >= textIndent); in add_code()
937 indent -= textIndent; in add_code()
1047 size_t textIndent = count_indent(text, pos, end); in exampleToScript() local
1056 add_code(text, pos, end, outIndent, textIndent, code); in exampleToScript()
/external/skia/tools/bookmaker/
DbmhParser.cpp926 size_t outIndent, size_t textIndent, string& example) { in add_code() argument
936 SkASSERT(indent >= textIndent); in add_code()
937 indent -= textIndent; in add_code()
1047 size_t textIndent = count_indent(text, pos, end); in exampleToScript() local
1056 add_code(text, pos, end, outIndent, textIndent, code); in exampleToScript()
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp949 {0x8d4f1c7, L"textIndent", (XFA_ATTRIBUTE_CALLBACK)&CJX_Para::textIndent,