Home
last modified time | relevance | path

Searched refs:child_size (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/backends/
Dia64_retval.c184 Dwarf_Word child_size; in hfa_type() local
185 if (dwarf_aggregate_size (child_typedie, &child_size) != 0) in hfa_type()
189 int used = hfa_type (child_typedie, child_size, in hfa_type()
198 fpregs_used = hfa_type (child_typedie, child_size, in hfa_type()
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp78 const SkSize& child_size, in Make() argument
85 return sk_sp<DisplacementNode>(new DisplacementNode(std::move(child), child_size, in Make()
121 DisplacementNode(sk_sp<RenderNode> child, const SkSize& child_size, in DisplacementNode() argument
126 , fChildSize(child_size)
DBuldgeEffect.cpp75 explicit BulgeNode(sk_sp<RenderNode> child, const SkSize& child_size) in BulgeNode() argument
77 , fChildSize(child_size) {}
DSphereEffect.cpp154 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument
156 , fChildSize(child_size) {}
/third_party/libdrm/intel/
Dintel_bufmgr_fake.c216 unsigned int child_size; member
1278 bo_fake->child_size += in drm_intel_fake_emit_reloc()
1280 bo_fake->child_size += target_fake->child_size; in drm_intel_fake_emit_reloc()
1514 sz += bo_fake->child_size; in drm_intel_fake_check_aperture_space()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c717 const gchar * child_size) in ttml_get_relative_font_size() argument
720 guint csize = (guint) g_ascii_strtoull (child_size, NULL, 10U); in ttml_get_relative_font_size()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp5421 ImVec2 child_size = ImVec2(0, ImGui::GetFontSize() * 20.0f); local
5422 … ImGui::BeginChild("##ScrollingRegion", child_size, false, ImGuiWindowFlags_HorizontalScrollbar);
5686 ImVec2 child_size = ImVec2(0, ImGui::GetTextLineHeightWithSpacing() * 18); local
5687 ImGui::BeginChildFrame(ImGui::GetID("cfg_infos"), child_size, ImGuiWindowFlags_NoMove);