Searched refs:valueFormat (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DValueRecords.cpp20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const argument
22 le_int16 valueIndex = getFieldIndex(valueFormat, field);
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const argument
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, argument
45 if ((valueFormat & vfbXPlacement) != 0) {
46 le_int16 value = getFieldValue(valueFormat, vrfXPlacement);
55 if ((valueFormat & vfbYPlacement) != 0) {
56 le_int16 value = getFieldValue(valueFormat, vrfYPlacemen
141 adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, const LEFontInstance *fontInstance) const argument
245 getSize(ValueFormat valueFormat) argument
250 getFieldCount(ValueFormat valueFormat) argument
278 getFieldIndex(ValueFormat valueFormat, ValueRecordField field) argument
[all...]
H A DValueRecords.h29 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);
39 static le_int16 getFieldCount(ValueFormat valueFormat);
40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
H A DSinglePositioningSubtables.h31 ValueFormat valueFormat; member in struct:SinglePositioningFormat1Subtable
39 ValueFormat valueFormat; member in struct:SinglePositioningFormat2Subtable
H A DSinglePositioningSubtables.cpp50 valueRecord.adjustPosition(SWAPW(valueFormat), (const char *) this, *glyphIterator, fontInstance);
64 valueRecordArray[0].adjustPosition(coverageIndex, SWAPW(valueFormat), (const char *) this, *glyphIterator, fontInstance);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEntry.h227 char *valueFormat; /* Sprintf conversion specifier used for the member in struct:__anon13212
H A DtkEntry.c1350 sprintf(sbPtr->formatBuf, sbPtr->valueFormat, dvalue);
4319 sprintf(sbPtr->formatBuf, sbPtr->valueFormat, dvalue);
4384 sbPtr->valueFormat = sbPtr->reqFormat;
4437 sbPtr->valueFormat = sbPtr->digitFormat;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEntry.h227 char *valueFormat; /* Sprintf conversion specifier used for member in struct:__anon13559
H A DtkEntry.c1396 sprintf(sbPtr->formatBuf, sbPtr->valueFormat, dvalue);
4375 sprintf(sbPtr->formatBuf, sbPtr->valueFormat, dvalue);
4437 sbPtr->valueFormat = sbPtr->reqFormat;
4489 sbPtr->valueFormat = sbPtr->digitFormat;
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLExitValue.h215 ValueFormat valueFormat() const function in class:JSC::FTL::ExitValue
H A DFTLOSRExitCompiler.cpp349 value.valueFormat(), jit, GPRInfo::regT0, GPRInfo::regT1, GPRInfo::regT2);

Completed in 272 milliseconds