Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.cc27 relative_(true), in BitmapGlyphInfo()
39 relative_(false), in BitmapGlyphInfo()
Dbitmap_glyph_info.h55 bool relative() const { return relative_; } in relative()
68 bool relative_; variable