OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CodeOffsetPair
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h
27
class
CodeOffsetPair
{
33
CodeOffsetPair
(int32_t glyph_code, int32_t offset);
40
class CodeOffsetPairBuilder : public
CodeOffsetPair
{
50
bool operator()(const
CodeOffsetPair
& lhs, const
CodeOffsetPair
& rhs);
index_sub_table_format4.cc
88
* IndexSubTableFormat4::
CodeOffsetPair
related class
90
IndexSubTableFormat4::
CodeOffsetPair
::
CodeOffsetPair
(int32_t glyph_code,
96
:
CodeOffsetPair
(0, 0) {
101
:
CodeOffsetPair
(glyph_code, offset) {
105
const
CodeOffsetPair
& lhs, const
CodeOffsetPair
& rhs) {
/external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBLC.h
124
struct
CodeOffsetPair
{
Completed in 842 milliseconds