OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocaTable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h
27
class
LocaTable
: public Table, public RefCounted<
LocaTable
> {
29
class LocaIterator : public PODIterator<int32_t,
LocaTable
> {
31
explicit LocaIterator(
LocaTable
* table);
141
virtual ~
LocaTable
();
168
LocaTable
(Header* header,
178
typedef Ptr<
LocaTable
> LocaTablePtr;
179
typedef Ptr<
LocaTable
::Builder> LocaTableBuilderPtr;
loca_table.cc
22
*
LocaTable
class
24
LocaTable
::~
LocaTable
() {}
26
int32_t
LocaTable
::GlyphOffset(int32_t glyph_id) {
36
int32_t
LocaTable
::GlyphLength(int32_t glyph_id) {
46
int32_t
LocaTable
::NumLocas() {
50
int32_t
LocaTable
::Loca(int32_t index) {
63
LocaTable
::
LocaTable
(Header* header,
73
*
LocaTable
::Iterator clas
[
all
...]
/external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h
27
class
LocaTable
: public Table, public RefCounted<
LocaTable
> {
29
class LocaIterator : public PODIterator<int32_t,
LocaTable
> {
31
explicit LocaIterator(
LocaTable
* table);
141
virtual ~
LocaTable
();
168
LocaTable
(Header* header,
178
typedef Ptr<
LocaTable
> LocaTablePtr;
179
typedef Ptr<
LocaTable
::Builder> LocaTableBuilderPtr;
loca_table.cc
22
*
LocaTable
class
24
LocaTable
::~
LocaTable
() {}
26
int32_t
LocaTable
::GlyphOffset(int32_t glyph_id) {
36
int32_t
LocaTable
::GlyphLength(int32_t glyph_id) {
46
int32_t
LocaTable
::NumLocas() {
50
int32_t
LocaTable
::Loca(int32_t index) {
63
LocaTable
::
LocaTable
(Header* header,
73
*
LocaTable
::Iterator clas
[
all
...]
Completed in 1070 milliseconds