OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeltaValue
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py
316
class
DeltaValue
(BaseConverter):
329
DeltaValue
= []
338
DeltaValue
.append(value)
339
return
DeltaValue
345
DeltaValue
= value
349
assert len(
DeltaValue
) == nItems
353
for value in
DeltaValue
:
383
"
DeltaValue
":
DeltaValue
,
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.h
263
HB_UShort DeltaFormat; /*
DeltaValue
array data format:
265
HB_UShort*
DeltaValue
; /* array of compressed data */
harfbuzz-open.c
1304
d->
DeltaValue
= NULL;
1311
* Just return Ok and let the NULL
DeltaValue
disable
1320
if ( ALLOC_ARRAY( d->
DeltaValue
, count, HB_UShort ) )
1325
FREE( d->
DeltaValue
);
1329
dv = d->
DeltaValue
;
1343
FREE( d->
DeltaValue
);
1392
if ( d->
DeltaValue
&& size >= d->StartSize && size <= d->EndSize )
1395
byte = d->
DeltaValue
[s >> ( 4 - f )];
harfbuzz-gpos.c
283
vr->XPlacementDevice.
DeltaValue
= NULL;
314
vr->YPlacementDevice.
DeltaValue
= NULL;
345
vr->XAdvanceDevice.
DeltaValue
= NULL;
376
vr->YAdvanceDevice.
DeltaValue
= NULL;
624
an->af.af3.XDeviceTable.
DeltaValue
= NULL;
649
an->af.af3.YDeviceTable.
DeltaValue
= NULL;
[
all
...]
harfbuzz-dump.c
486
DUMP ("<
DeltaValue
>");
500
HB_UShort val = Device->
DeltaValue
[i / n_per];
507
DUMP ("</
DeltaValue
>\n");
Completed in 187 milliseconds