OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_record
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/coders/
pdb.c
105
next_record
;
352
pdb_info.
next_record
=ReadBlobMSBLong(image);
357
if (pdb_info.
next_record
!= 0)
793
pdb_info.
next_record
=0;
808
(void) WriteBlobMSBLong(image,(unsigned int) pdb_info.
next_record
);
103
next_record
;
member in struct:_PDBInfo
/external/e2fsprogs/lib/ext2fs/
tdbtool.c
410
static void
next_record
(TDB_CONTEXT *the_tdb, TDB_DATA *pkey)
function
514
next_record
(tdb, &iterate_kbuf);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
927
const EntryExitRecord &
next_record
= entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
local
928
if (!
next_record
.entryAnchor) return_trace (false);
935
(this+
next_record
.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
[
all
...]
Completed in 559 milliseconds