OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueFormat
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/layout/
ValueRecords.h
22
typedef le_uint16
ValueFormat
;
29
le_int16 getFieldValue(
ValueFormat
valueFormat
, ValueRecordField field) const;
30
le_int16 getFieldValue(le_int16 index,
ValueFormat
valueFormat
, ValueRecordField field) const;
31
void adjustPosition(
ValueFormat
valueFormat
, const char *base, GlyphIterator &glyphIterator,
33
void adjustPosition(le_int16 index,
ValueFormat
valueFormat
, const char *base, GlyphIterator &glyphIterator,
36
static le_int16 getSize(
ValueFormat
valueFormat)
[
all
...]
SinglePositioningSubtables.h
31
ValueFormat
valueFormat
;
39
ValueFormat
valueFormat
;
PairPositioningSubtables.h
41
ValueFormat
valueFormat1;
42
ValueFormat
valueFormat2;
ValueRecords.cpp
20
le_int16 ValueRecord::getFieldValue(
ValueFormat
valueFormat
, ValueRecordField field) const
22
le_int16 valueIndex = getFieldIndex(
valueFormat
, field);
28
le_int16 ValueRecord::getFieldValue(le_int16 index,
ValueFormat
valueFormat
, ValueRecordField field) const
30
le_int16 baseIndex = getFieldCount(
valueFormat
) * index;
31
le_int16 valueIndex = getFieldIndex(
valueFormat
, field);
37
void ValueRecord::adjustPosition(
ValueFormat
valueFormat
, const char *base, GlyphIterator &glyphIterator,
45
if ((
valueFormat
& vfbXPlacement) != 0)
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgpos.c
372
FT_UInt Coverage,
ValueFormat
;
377
ValueFormat
= FT_NEXT_USHORT( p );
380
otv_ValueRecord_validate( p,
ValueFormat
, otvalid ); /* Value */
386
FT_UInt Coverage,
ValueFormat
, ValueCount, len_value;
391
ValueFormat
= FT_NEXT_USHORT( p );
396
len_value = otv_value_length(
ValueFormat
);
407
otv_ValueRecord_validate( p,
ValueFormat
, otvalid );
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
58
struct
ValueFormat
: USHORT
475
valueFormat
.apply_value (c->font, c->direction, this,
487
valueFormat
.sanitize_value (c, this, values));
495
ValueFormat
valueFormat
; /* Defines the types of data in the
526
valueFormat
.apply_value (c->font, c->direction, this,
527
&values[index *
valueFormat
.get_len ()],
539
valueFormat
.sanitize_values (c, this, values, valueCount));
547
ValueFormat
valueFormat
; /* Defines the types of data in th
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py
16
if name.startswith("
ValueFormat
"):
18
converterClass =
ValueFormat
286
class
ValueFormat
(IntValue):
289
self.which = "
ValueFormat
" + ("2" if name[-1] == "2" else "1")
299
class ValueRecord(
ValueFormat
):
/external/fonttools/Lib/fontTools/
subset.py
209
self.
ValueFormat
&= ~0x00F0
[
all
...]
Completed in 139 milliseconds