OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_default_offset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
cmap.h
33
uint32_t
non_default_offset
;
member in struct:ots::OpenTypeCMAPSubtableVSRecord
cmap.cc
438
!subtable.ReadU32(&records[i].
non_default_offset
)) {
456
if (!records[i].default_offset && !records[i].
non_default_offset
) {
463
if (records[i].
non_default_offset
&&
464
records[i].
non_default_offset
>= length) {
505
if (records[i].
non_default_offset
) {
506
subtable.set_offset(records[i].
non_default_offset
);
887
!out->WriteU32(records[i].
non_default_offset
)) {
907
if (records[i].
non_default_offset
) {
911
if (!out->Seek(records[i].
non_default_offset
+ offset_0514) ||
[
all
...]
Completed in 1833 milliseconds