Home
last modified time | relevance | path

Searched +defs:text +defs:padding (Results 1 – 25 of 44) sorted by relevance

12

/third_party/node/deps/npm/node_modules/yargs/lib/
Dusage.js185 ui.div({ text: `${usage[1]}`, padding: [1, 0, 0, 0] }) property
217 text: commandString, property
218 padding: [0, 2, 0, 2], property
221 { text: command[1] } property
229 ui.div({ text: hints.join(' '), padding: [0, 0, 0, 2], align: 'right' }) property
305 { text: kswitch, padding: [0, 2, 0, 2], width: maxWidth(switches, theWrap) + 4 }, property
309 if (extra) ui.div({ text: extra, padding: [0, 0, 0, 2], align: 'right' }) property
328 text: example[0], property
329 padding: [0, 2, 0, 2] property
335 text: example[0], property
[all …]
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js65 module.exports = (text, opts) => { argument
67 padding: 0, property
87 const padding = getObject(opts.padding); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlayWidgets.cpp72 uint32_t padding; member
73 uint8_t text[kMaxTextLength]; member
81 uint32_t padding[3]; member
238 const std::string &text, in AppendTextCommon()
290 std::string text = formatFunc(maxValue); in AppendRunningGraphCommon() local
322 std::string text = formatFunc(peakRange, maxValueRange, histogram.size()); in AppendRunningHistogramCommon() local
335 std::ostringstream text; in AppendFPS() local
349 std::ostringstream text; in AppendVulkanLastValidationMessage() local
363 std::ostringstream text; in AppendVulkanValidationMessageCount() local
377 std::ostringstream text; in AppendVulkanRenderPassCount() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h149 #define GST_VIDEO_DECODER_ERROR(el, w, domain, code, text, debug, ret) \ argument
193 gpointer padding[GST_PADDING_LARGE]; member
362 gpointer padding[GST_PADDING_LARGE-7]; member
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c423 const gchar *text; in content_description_calc_size_for_tag() local
533 const gchar *text; in add_metadata_tag_size() local
925 gchar *text = NULL; in gst_asf_mux_write_content_description_entry() local
962 guint8 * buf, const gchar * asf_tag, const gchar * text) in gst_asf_mux_write_ext_content_description_string_entry()
1029 const gchar *text; in write_ext_content_description_tag() local
1097 const gchar *text; in write_metadata_tag() local
1175 guint64 padding) in gst_asf_mux_write_padding_object()
1261 guint64 padding = asfmux->prop_padding; in gst_asf_mux_start_file() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmessagebox.c116 size_t padding = (dialog->used % size); in AlignDialogData() local
219 …atic SDL_bool AddDialogStatic(WIN_DialogData *dialog, int x, int y, int w, int h, const char *text) in AddDialogStatic()
225 …AddDialogButton(WIN_DialogData *dialog, int x, int y, int w, int h, const char *text, int id, SDL_… in AddDialogButton()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp172 uint16_t padding; member
770 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText()
782 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText()
793 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH()
804 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
/third_party/skia/src/core/
DSkTextBlob.cpp172 uint16_t padding; member
776 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText()
791 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText()
805 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH()
819 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h211 char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */ member
226 char text[SDL_TEXTINPUTEVENT_TEXT_SIZE]; /**< The input text */ member
440 Uint16 padding; member
532 SDL_TextInputEvent text; /**< Text input event data */ member
560 Uint8 padding[56]; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc490 auto padding = ExtraWidthToPadding((state.sign_char != '\0' ? 1 : 0) + in FinalPrint() local
573 const auto padding = ExtraWidthToPadding( in FormatFPositiveExpSlow() local
599 auto padding = in FormatFNegativeExpSlow() local
1019 char text[4], *ptr = text; in ConvertNonNumericFloats() local
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc471 auto padding = ExtraWidthToPadding((state.sign_char != '\0' ? 1 : 0) + in FinalPrint() local
554 const auto padding = ExtraWidthToPadding( in FormatFPositiveExpSlow() local
580 auto padding = in FormatFNegativeExpSlow() local
1000 char text[4], *ptr = text; in ConvertNonNumericFloats() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h80 float padding[2]; member
94 } text, bg, whitelines; member
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp126 binary::section text { 0, section_type, header.num_bytes, {} }; in make_text_section() local
351 const auto padding = (-struct_size) & (alignment - 1u); in create_binary_from_spirv() local
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp631 std::string text; in GenComment() local
839 std::string text = "flatbuffers::span<"; in GenTypeSpan() local
3248 std::string padding; in GenStructConstructor() local
3307 std::string padding; in GenStruct() local
/third_party/bounds_checking_function/src/
Doutput.inl91 SecFormatBuf text; /* Point to formated string */ member
100 int padding; /* Padding len */ member
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2237 padding: SHORTHAND_PERCENTAGE_LENGTH_VALIDATOR, property
2386 text: { property
2798 padding: SHORTHAND_LENGTH_VALIDATOR, property
2841 text: { property
2872 padding: SHORTHAND_PERCENTAGE_LENGTH_VALIDATOR, property
2978 text: { property
/third_party/boost/libs/hana/doc/js/
Dhighcharts.js20 …createElement=function(b,c,e,z,w){b=H.createElement(b);c&&g(b,c);w&&d(b,{padding:"0",border:"none"… property
82 …(v,a,t||q);return v};v.prototype.onAdd=function(){var a=this.textStr;this.text.add(this);this.attr… property
84 function(a){"undefined"!==typeof a&&this.text.attr({text:a});this.updateBoxSize();this.updateTextPa… property
101 …ledMode;b=(g=g?I(g):g)&&g.style||{};g&&g.style&&delete g.style;w.attr(I({padding:8,r:2},g));if(!x)… property
122 …is.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)};m.attr({text:p,x:Math.round(f),y… property
126 …f(B=M&&M.list)a.shortenLabel=function(){for(N=0;N<B.length;N++)if(A.attr({text:t.labelFormatter.ca… property
127 A.getBBox().width<t.getSlotWidth(a)-2*q(g.padding,5))return;A.attr({text:""})};m&&t._addedPlotLB&&a… property
148 …lor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align… property
150 …,week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:f.isTouchD… property
151 …gn:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};… property
[all …]
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp2040 bool ImGuiTextFilter::PassFilter(const char* text, const char* text_end) const in PassFilter() argument
2216 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2229 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2255 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2273 …mDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* … in RenderTextClippedEx()
2301 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped()
2913 void ImGui::SetClipboardText(const char* text) in SetClipboardText()
3832 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
5017 ImVec2 padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() local
6871 ImVec2 padding = GImGui->Style.DisplaySafeAreaPadding; in GetWindowAllowedExtentRect() local
[all …]
Dimgui_widgets.cpp125 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted()
861 …const ImVec2 padding = (frame_padding >= 0) ? ImVec2((float)frame_padding, (float)frame_padding) :… in ImageButton() local
2908 const ImWchar* text = obj->TextW.Data; in STB_TEXTEDIT_LAYOUTROW() local
2965 ImWchar* text = obj->TextW.Data; in STB_TEXTEDIT_INSERTCHARS() local
3530 ImWchar* text = edit_state.TextW.Data; in InputTextEx() local
4489 void ImGui::ColorTooltip(const char* text, const float* col, ImGuiColorEditFlags flags) in ColorTooltip()
4756 …const ImVec2 padding = (display_frame || (flags & ImGuiTreeNodeFlags_FramePadding)) ? style.FrameP… in TreeNodeBehavior() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp2078 bool ImGuiTextFilter::PassFilter(const char* text, const char* text_end) const in PassFilter() argument
2272 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2285 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2311 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2329 …mDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* … in RenderTextClippedEx()
2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped()
2973 void ImGui::SetClipboardText(const char* text) in SetClipboardText()
3898 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
5142 ImVec2 padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() local
7014 ImVec2 padding = GImGui->Style.DisplaySafeAreaPadding; in GetWindowAllowedExtentRect() local
[all …]
/third_party/boost/libs/hof/doc/html/_static/
Djquery-3.1.0.js384 trim: function( text ) { argument
1948 "contains": markFunction(function( text ) { argument
2050 "text": function( elem ) { method
5795 text: function( value ) { method
6465 padding: "", property
9350 { text: xhr.responseText }, property
9431 "text script": function( text ) { argument
9951 jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, property
/third_party/boost/libs/python/doc/html/numpy/_static/
Djquery-3.1.0.js384 trim: function( text ) { argument
1948 "contains": markFunction(function( text ) { argument
2050 "text": function( elem ) { method
5795 text: function( value ) { method
6465 padding: "", property
9350 { text: xhr.responseText }, property
9431 "text script": function( text ) { argument
9951 jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, property
/third_party/boost/libs/gil/doc/html/_static/
Djquery-3.1.0.js384 trim: function( text ) { argument
1948 "contains": markFunction(function( text ) { argument
2050 "text": function( elem ) { method
5795 text: function( value ) { method
6465 padding: "", property
9350 { text: xhr.responseText }, property
9431 "text script": function( text ) { argument
9951 jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, property
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp150 void ImGui::TextEx(const char* text, const char* text_end, ImGuiTextFlags flags) in TextEx()
257 void ImGui::TextUnformatted(const char* text, const char* text_end) in TextUnformatted()
1025 …ure_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec2& padding, const ImV… in ImageButtonEx()
1066 …const ImVec2 padding = (frame_padding >= 0) ? ImVec2((float)frame_padding, (float)frame_padding) :… in ImageButton() local
3670 const ImWchar* text = obj->TextW.Data; in STB_TEXTEDIT_LAYOUTROW() local
3729 ImWchar* text = obj->TextW.Data; in STB_TEXTEDIT_INSERTCHARS() local
3766 …replace(ImGuiInputTextState* str, STB_TexteditState* state, const STB_TEXTEDIT_CHARTYPE* text, int… in stb_textedit_replace()
4462 ImWchar* text = state->TextW.Data; in InputTextEx() local
5547 void ImGui::ColorTooltip(const char* text, const float* col, ImGuiColorEditFlags flags) in ColorTooltip()
5825 …const ImVec2 padding = (display_frame || (flags & ImGuiTreeNodeFlags_FramePadding)) ? style.FrameP… in TreeNodeBehavior() local
Dimgui.cpp2127 bool ImGuiTextFilter::PassFilter(const char* text, const char* text_end) const in PassFilter() argument
2693 const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) in FindRenderedTextEnd()
2706 void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_has… in RenderText()
2732 void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) in RenderTextWrapped()
2750 …mDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* … in RenderTextClippedEx()
2778 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped()
2797 …min, const ImVec2& pos_max, float clip_max_x, float ellipsis_max_x, const char* text, const char* … in RenderTextEllipsis()
3384 void ImGui::SetClipboardText(const char* text) in SetClipboardText()
4563 ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash… in CalcTextSize()
8733 ImVec2 padding = g.Style.DisplaySafeAreaPadding; in GetPopupAllowedExtentRect() local
[all …]

12