Searched defs:ByteValue (Results 1 – 6 of 6) sorted by relevance
37 public interface ByteValue extends PrimitiveValue, Comparable<ByteValue> { interface
23 int32_t ByteArrayTableBuilder::ByteValue(int32_t index) { in ByteValue() function in sfntly::ByteArrayTableBuilder
183 struct ByteValue { struct184 SK_OT_CHAR e;185 SK_OT_CHAR f;186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() local
620 public static class ByteValue extends Value { class in Const624 public ByteValue(byte value) { in ByteValue() method in Const.ByteValue