Home
last modified time | relevance | path

Searched refs:child_offset (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp51 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node() local
53 if (xyq_search_node(glyph_name, name_offset, child_offset, unicode)) in xyq_search_node()
162 int child_offset = in FXFT_adobe_name_from_unicode() local
164 if (xyq_search_node(glyph_name, 0, child_offset, unicode)) in FXFT_adobe_name_from_unicode()
/external/cronet/net/disk_cache/memory/
Dmem_entry_impl.cc426 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); in InternalReadSparseData() local
430 if (child_offset < child->child_first_pos_) in InternalReadSparseData()
439 child->ReadData(kSparseData, child_offset, io_buf.get(), in InternalReadSparseData()
487 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); in InternalWriteSparseData() local
492 std::min(io_buf->BytesRemaining(), kMaxChildEntrySize - child_offset); in InternalWriteSparseData()
507 int ret = child->WriteData(kSparseData, child_offset, io_buf.get(), in InternalWriteSparseData()
521 if (data_size != child_offset) in InternalWriteSparseData()
522 child->child_first_pos_ = child_offset; in InternalWriteSparseData()