OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlyphType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h
28
struct
GlyphType
{
83
virtual int32_t
GlyphType
();
101
static int32_t
GlyphType
(ReadableFontData* data,
glyph_table.cc
213
int32_t type =
GlyphType
(data, offset, length);
218
if (type ==
GlyphType
::kSimple) {
231
int32_t GlyphTable::Glyph::
GlyphType
() {
266
int32_t GlyphTable::Glyph::
GlyphType
(ReadableFontData* data,
270
return
GlyphType
::kSimple;
274
return
GlyphType
::kSimple;
276
return
GlyphType
::kComposite;
307
int32_t type = Glyph::
GlyphType
(data, offset, length);
311
if (type ==
GlyphType
::kSimple) {
339
: GlyphTable::Glyph(data,
GlyphType
::kSimple), initialized_(false)
[
all
...]
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h
28
struct
GlyphType
{
83
virtual int32_t
GlyphType
();
101
static int32_t
GlyphType
(ReadableFontData* data,
glyph_table.cc
213
int32_t type =
GlyphType
(data, offset, length);
218
if (type ==
GlyphType
::kSimple) {
231
int32_t GlyphTable::Glyph::
GlyphType
() {
266
int32_t GlyphTable::Glyph::
GlyphType
(ReadableFontData* data,
270
return
GlyphType
::kSimple;
274
return
GlyphType
::kSimple;
276
return
GlyphType
::kComposite;
307
int32_t type = Glyph::
GlyphType
(data, offset, length);
311
if (type ==
GlyphType
::kSimple) {
339
: GlyphTable::Glyph(data,
GlyphType
::kSimple), initialized_(false)
[
all
...]
Completed in 47 milliseconds