Home
last modified time | relevance | path

Searched refs:flagsOffset (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DSimpleGlyph.java21 private int flagsOffset; field in SimpleGlyph
62 this.flagsOffset = 0; in initialize()
73 this.flagsOffset = in initialize()
81 this.flagsOffset + this.flagByteCount * FontData.DataSize.BYTE.size(); in initialize()
178 return this.data.readUByte(this.flagsOffset + index * FontData.DataSize.BYTE.size()); in flagAsInt()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DSimpleGlyph.java21 private int flagsOffset; field in SimpleGlyph
62 this.flagsOffset = 0; in initialize()
73 this.flagsOffset = in initialize()
81 this.flagsOffset + this.flagByteCount * FontData.DataSize.BYTE.size(); in initialize()
178 return this.data.readUByte(this.flagsOffset + index * FontData.DataSize.BYTE.size()); in flagAsInt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java127 private static final byte flagsOffset[/*256*/]={ field in UCaseProps
150 return flagsOffset[flags&((1<<index)-1)]; in slotOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java123 private static final byte flagsOffset[/*256*/]={ field in UCaseProps
146 return flagsOffset[flags&((1<<index)-1)]; in slotOffset()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp88 static const uint8_t flagsOffset[256]={ variable
108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp88 static const uint8_t flagsOffset[256]={ variable
108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]
/third_party/node/deps/icu-small/source/common/
Ducase.cpp88 static const uint8_t flagsOffset[256]={ variable
108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]
/third_party/icu/icu4c/source/common/
Ducase.cpp88 static const uint8_t flagsOffset[256]={ variable
108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]