Searched defs:parentWidth (Results 1 – 4 of 4) sorted by relevance
/third_party/flatbuffers/ts/flexbuffers/ |
D | reference.ts | 19 const parentWidth = fromByteWidth(byteWidth); constant 29 …constructor(private dataView: DataView, private offset: number, private parentWidth: number, priva… property in Reference
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | WindowSurfaceGLX.cpp | 217 unsigned int parentWidth, parentHeight; in getWidth() local 236 unsigned int parentWidth, parentHeight; in getHeight() local
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 229 private int parentWidth; field in FlexBuffers.Reference 233 Reference(ReadBuf bb, int end, int parentWidth, int packedType) { in Reference() 237 Reference(ReadBuf bb, int end, int parentWidth, int byteWidth, int type) { in Reference()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffers.kt | 44 internal val parentWidth: ByteWidth, constant in com.google.flatbuffers.kotlin.Reference
|