Home
last modified time | relevance | path

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

/external/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()
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp79 const SkSize& child_size, in Make() argument
86 return sk_sp<DisplacementNode>(new DisplacementNode(std::move(child), child_size, in Make()
122 DisplacementNode(sk_sp<RenderNode> child, const SkSize& child_size, in DisplacementNode() argument
127 , fChildSize(child_size)
DBulgeEffect.cpp79 explicit BulgeNode(sk_sp<RenderNode> child, const SkSize& child_size) in BulgeNode() argument
81 , fChildSize(child_size) {}
DSphereEffect.cpp155 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument
157 , fChildSize(child_size) {}
/external/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc5051 long long child_size = 0; in Parse() local
5054 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5061 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5074 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5112 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5117 read_pos += child_size; in Parse()
5140 long long child_size = 0; in Parse() local
5143 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5149 UnserializeUInt(reader, read_pos, child_size); in Parse()
5154 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libwebm/mkvparser/
Dmkvparser.cc5051 long long child_size = 0; in Parse() local
5054 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5061 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5074 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5112 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5117 read_pos += child_size; in Parse()
5140 long long child_size = 0; in Parse() local
5143 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5149 UnserializeUInt(reader, read_pos, child_size); in Parse()
5154 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc5051 long long child_size = 0; in Parse() local
5054 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5061 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5074 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5112 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5117 read_pos += child_size; in Parse()
5140 long long child_size = 0; in Parse() local
5143 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5149 UnserializeUInt(reader, read_pos, child_size); in Parse()
5154 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/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()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc664 uint64_t child_size = GetSizeEntryOfNode(child).value_or(0); in CalculateNodeSubSizes() local
665 node->add_not_owned_sub_size(child_size - largest_owner_size); in CalculateNodeSubSizes()