Home
last modified time | relevance | path

Searched defs:WordIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_glyf.h194 struct WordIndex { struct
195 SK_OT_USHORT compoundPointIndex;
196 SK_OT_USHORT componentPointIndex;
197 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc94 size_t RecordCursor::WordIndex() { in WordIndex() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h852 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word()