Home
last modified time | relevance | path

Searched refs:valueFormat (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh489 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply()
507 valueFormat.sanitize_value (c, this, values)); in sanitize()
515 ValueFormat valueFormat; /* Defines the types of data in the member
546 valueFormat.apply_value (c, this, in apply()
547 &values[index * valueFormat.get_len ()], in apply()
566 valueFormat.sanitize_values (c, this, values, valueCount)); in sanitize()
574 ValueFormat valueFormat; /* Defines the types of data in the member
738 (this+pairSet[iter.get_coverage ()]).intersects (glyphs, valueFormat)) in intersects()
750 (this+pairSet[i]).collect_glyphs (c, valueFormat); in collect_glyphs()
766 return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx)); in apply()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp194 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() argument
196 if (isUintFormat(valueFormat)) in logValue()
200 else if (isIntFormat(valueFormat)) in logValue()
204 else if (isFloatFormat(valueFormat)) in logValue()
DvktRobustnessUtil.hpp47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py419 for valueFormat, keys in masks.items():
477 valueFormat, result = 0, []
483 valueFormat |= valueRecordFormatDict[name][0]
485 result.insert(0, valueFormat)
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py221 self.ValueFormat = valueFormat = reduce(int.__or__, [l.ValueFormat for l in lst], 0)
222 assert len(lst) == 1 or (valueFormat & ~0xF == 0), valueFormat
227 self.Value = otBase.ValueRecord(valueFormat)
242 self.Value = [otBase.ValueRecord(valueFormat) for g in glyphs]
254 v = otBase.ValueRecord(valueFormat)
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py848 def __init__(self, valueFormat): argument
851 if valueFormat & mask:
899 def __init__(self, valueFormat=None, src=None): argument
900 if valueFormat is not None:
902 if valueFormat & mask: