OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classDef2
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.cpp
97
const ClassDefinitionTable *
classDef2
= (const ClassDefinitionTable *) ((char *) this + SWAPW(classDef2Offset));
99
le_int32 class2 =
classDef2
->getGlyphClass(secondGlyph);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
724
const ClassDef &klass2 = this+
classDef2
;
751
unsigned int klass2 = (this+
classDef2
).get_class (buffer->info[skippy_iter.idx].codepoint);
772
&&
classDef2
.sanitize (c, this))) return TRACE_RETURN (false);
800
classDef2
; /* Offset to ClassDef table--from
805
USHORT class2Count; /* Number of classes in
ClassDef2
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
721
const ClassDef &klass2 = this+
classDef2
;
747
unsigned int klass2 = (this+
classDef2
).get_class (c->buffer->info[skippy_iter.idx].codepoint);
768
&&
classDef2
.sanitize (c, this))) return TRACE_RETURN (false);
796
classDef2
; /* Offset to ClassDef table--from
801
USHORT class2Count; /* Number of classes in
ClassDef2
[
all
...]
Completed in 363 milliseconds