OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
27
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_ONCURVE = 1;
28
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_XSHORT = 1 << 1;
29
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_YSHORT = 1 << 2;
30
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_REPEAT = 1 << 3;
31
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_XREPEATSIGN = 1 << 4;
32
const int32_t GlyphTable::
SimpleGlyph
::kFLAG_YREPEATSIGN = 1 << 5;
219
glyph = new
SimpleGlyph
(sliced_data);
312
builder = new
SimpleGlyph
::SimpleGlyphBuilder(sliced_data);
336
* GlyphTable::
SimpleGlyph
338
GlyphTable::
SimpleGlyph
::SimpleGlyph(ReadableFontData* data
[
all
...]
glyph_table.h
161
class
SimpleGlyph
: public Glyph, public RefCounted<
SimpleGlyph
> {
195
explicit
SimpleGlyph
(ReadableFontData* data);
196
virtual ~
SimpleGlyph
();
Completed in 41 milliseconds