Searched refs:child_size (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/backends/ |
D | ia64_retval.c | 184 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/ |
D | DisplacementMapEffect.cpp | 78 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)
|
D | BuldgeEffect.cpp | 75 explicit BulgeNode(sk_sp<RenderNode> child, const SkSize& child_size) in BulgeNode() argument 77 , fChildSize(child_size) {}
|
D | SphereEffect.cpp | 154 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument 156 , fChildSize(child_size) {}
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_fake.c | 216 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/ |
D | ttmlparse.c | 717 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/ |
D | imgui_demo.cpp | 5421 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);
|