OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompositeGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
34
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_ARG_1_AND_2_ARE_WORDS = 1 << 0;
35
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_ARGS_ARE_XY_VALUES = 1 << 1;
36
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_ROUND_XY_TO_GRID = 1 << 2;
37
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_WE_HAVE_A_SCALE = 1 << 3;
38
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_RESERVED = 1 << 4;
39
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_MORE_COMPONENTS = 1 << 5;
40
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_WE_HAVE_AN_X_AND_Y_SCALE = 1 << 6;
41
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_WE_HAVE_A_TWO_BY_TWO = 1 << 7;
42
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_WE_HAVE_INSTRUCTIONS = 1 << 8;
43
const int32_t GlyphTable::
CompositeGlyph
::kFLAG_USE_MY_METRICS = 1 << 9
[
all
...]
glyph_table.h
233
class
CompositeGlyph
: public Glyph, public RefCounted<
CompositeGlyph
> {
269
explicit
CompositeGlyph
(ReadableFontData* data);
270
virtual ~
CompositeGlyph
();
Completed in 27 milliseconds