OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class2Count
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/layout/
PairPositioningSubtables.h
78
le_uint16
class2Count
;
PairPositioningSubtables.cpp
108
le_int16 class1RecordSize = class2RecordSize * SWAPW(
class2Count
);
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Kerning.java
224
int
class2Count
= input.readUnsignedShort();
233
IntArray[] glyphsByClass2 = readClassDefinition(subTablePosition + classDefOffset2,
class2Count
);
248
for (int j = 0; j <
class2Count
; j++) {
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
762
unsigned int count2 =
class2Count
;
790
if (unlikely (klass1 >= class1Count || klass2 >=
class2Count
)) return_trace (false);
792
const Value *v = &values[record_len * (klass1 *
class2Count
+ klass2)];
817
unsigned int count = (unsigned int) class1Count * (unsigned int)
class2Count
;
844
USHORT
class2Count
; /* Number of classes in ClassDef2
[
all
...]
Completed in 78 milliseconds