Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DCompositeBitmapGlyph.java79 private int componentArrayOffset; field in CompositeBitmapGlyph
94 this.componentArrayOffset = Offset.glyphFormat8_componentArray.offset; in initialize()
97 this.componentArrayOffset = Offset.glyphFormat9_componentArray.offset; in initialize()
110 this.componentArrayOffset + componentNum * Offset.ebdtComponentLength.offset; in component()