OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphID
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/icu4c/layout/
CoverageTables.h
24
le_int32 getGlyphCoverage(LEGlyphID
glyphID
) const;
32
le_int32 getGlyphCoverage(LEGlyphID
glyphID
) const;
40
le_int32 getGlyphCoverage(LEGlyphID
glyphID
) const;
CoverageTables.cpp
15
le_int32 CoverageTable::getGlyphCoverage(LEGlyphID
glyphID
) const
26
return f1Table->getGlyphCoverage(
glyphID
);
33
return f2Table->getGlyphCoverage(
glyphID
);
41
le_int32 CoverageFormat1Table::getGlyphCoverage(LEGlyphID
glyphID
) const
43
TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(
glyphID
);
74
le_int32 CoverageFormat2Table::getGlyphCoverage(LEGlyphID
glyphID
) const
76
TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(
glyphID
);
ClassDefinitionTables.h
24
le_int32 getGlyphClass(LEGlyphID
glyphID
) const;
34
le_int32 getGlyphClass(LEGlyphID
glyphID
) const;
50
le_int32 getGlyphClass(LEGlyphID
glyphID
) const;
CursiveAttachmentSubtables.cpp
19
LEGlyphID
glyphID
= glyphIterator->getCurrGlyphID();
20
le_int32 coverageIndex = getGlyphCoverage(
glyphID
);
35
entryAnchorTable->getAnchor(
glyphID
, fontInstance, entryAnchor);
44
exitAnchorTable->getAnchor(
glyphID
, fontInstance, exitAnchor);
Lookups.h
36
inline le_int32 getGlyphCoverage(LEGlyphID
glyphID
) const;
38
le_int32 getGlyphCoverage(Offset tableOffset, LEGlyphID
glyphID
) const;
59
inline le_int32 LookupSubtable::getGlyphCoverage(LEGlyphID
glyphID
) const
61
return getGlyphCoverage(coverageTableOffset,
glyphID
);
ClassDefinitionTables.cpp
15
le_int32 ClassDefinitionTable::getGlyphClass(LEGlyphID
glyphID
) const
25
return f1Table->getGlyphClass(
glyphID
);
32
return f2Table->getGlyphClass(
glyphID
);
65
le_int32 ClassDefFormat1Table::getGlyphClass(LEGlyphID
glyphID
) const
67
TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(
glyphID
);
92
le_int32 ClassDefFormat2Table::getGlyphClass(LEGlyphID
glyphID
) const
94
TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(
glyphID
);
AnchorTables.h
27
void getAnchor(LEGlyphID
glyphID
, const LEFontInstance *fontInstance,
40
void getAnchor(LEGlyphID
glyphID
, const LEFontInstance *fontInstance, LEPoint &anchor) const;
Lookups.cpp
37
le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID
glyphID
) const
41
return coverageTable->getGlyphCoverage(
glyphID
);
MarkArrays.cpp
16
le_int32 MarkArray::getMarkClass(LEGlyphID
glyphID
, le_int32 coverageIndex, const LEFontInstance *fontInstance,
29
anchorTable->getAnchor(
glyphID
, fontInstance, anchor);
MarkArrays.h
32
le_int32 getMarkClass(LEGlyphID
glyphID
, le_int32 coverageIndex, const LEFontInstance *fontInstance,
AnchorTables.cpp
15
void AnchorTable::getAnchor(LEGlyphID
glyphID
, const LEFontInstance *fontInstance,
31
f2->getAnchor(
glyphID
, fontInstance, anchor);
63
void Format2AnchorTable::getAnchor(LEGlyphID
glyphID
, const LEFontInstance *fontInstance, LEPoint &anchor) const
67
if (! fontInstance->getGlyphPoint(
glyphID
, SWAPW(anchorPoint), point)) {
OpenTypeUtilities.h
24
static le_int32 getGlyphRangeIndex(TTGlyphID
glyphID
, const GlyphRangeRecord *records, le_int32 recordCount);
OpenTypeUtilities.cpp
81
le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID
glyphID
, const GlyphRangeRecord *records, le_int32 recordCount)
93
if (SWAPW(records[extra].firstGlyph) <=
glyphID
) {
100
if (SWAPW(records[range + probe].firstGlyph) <=
glyphID
) {
105
if (SWAPW(records[range].firstGlyph) <=
glyphID
&& SWAPW(records[range].lastGlyph) >=
glyphID
) {
PairPositioningSubtables.cpp
127
const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID
glyphID
, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const
136
if (SWAPW(record->secondGlyph) ==
glyphID
) {
150
if (SWAPW(trial->secondGlyph) <=
glyphID
) {
158
if (SWAPW(trial->secondGlyph) <=
glyphID
) {
163
if (SWAPW(record->secondGlyph) ==
glyphID
) {
/external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h
32
virtual bool getGlyphPath(uint16_t
glyphID
, SkPath*) = 0;
GrGlyph.h
49
uint16_t
glyphID
() const { return UnpackID(fPackedID); }
58
static inline PackedID Pack(uint16_t
glyphID
, GrFixed x, GrFixed y) {
61
return (x << 18) | (y << 16) |
glyphID
;
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFontImpl.h
62
uint16_t
glyphID
, SkPDFDict* relatedFontDescriptor);
64
bool populate(int16_t
glyphID
);
78
SkPDFType3Font(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, uint16_t
glyphID
);
80
bool populate(int16_t
glyphID
);
SkPDFFont.h
29
bool has(uint16_t
glyphID
) const;
104
bool hasGlyph(uint16_t
glyphID
);
116
/** Get the font resource for the passed typeface and
glyphID
. The
122
* @param
glyphID
Specify which section of a large font is of interest.
125
uint16_t
glyphID
);
145
void setLastGlyphID(uint16_t
glyphID
);
158
* including the passed
glyphID
.
160
void adjustGlyphRangeForSingleByteEncoding(int16_t
glyphID
);
168
SkTypeface* typeface, uint16_t
glyphID
,
171
static bool Find(uint32_t fontID, uint16_t
glyphID
, int* index)
[
all
...]
/external/skia/include/gpu/
GrFontScaler.h
32
virtual bool getGlyphPath(uint16_t
glyphID
, SkPath*) = 0;
GrGlyph.h
49
uint16_t
glyphID
() const { return UnpackID(fPackedID); }
58
static inline PackedID Pack(uint16_t
glyphID
, GrFixed x, GrFixed y) {
61
return (x << 18) | (y << 16) |
glyphID
;
/external/skia/src/pdf/
SkPDFFontImpl.h
62
uint16_t
glyphID
, SkPDFDict* relatedFontDescriptor);
64
bool populate(int16_t
glyphID
);
78
SkPDFType3Font(SkAdvancedTypefaceMetrics* info, SkTypeface* typeface, uint16_t
glyphID
);
80
bool populate(int16_t
glyphID
);
SkPDFFont.h
29
bool has(uint16_t
glyphID
) const;
104
bool hasGlyph(uint16_t
glyphID
);
116
/** Get the font resource for the passed typeface and
glyphID
. The
122
* @param
glyphID
Specify which section of a large font is of interest.
125
uint16_t
glyphID
);
145
void setLastGlyphID(uint16_t
glyphID
);
158
* including the passed
glyphID
.
160
void adjustGlyphRangeForSingleByteEncoding(int16_t
glyphID
);
168
SkTypeface* typeface, uint16_t
glyphID
,
171
static bool Find(uint32_t fontID, uint16_t
glyphID
, int* index)
[
all
...]
/external/harfbuzz/src/
harfbuzz-open-private.h
88
HB_UShort
glyphID
,
92
HB_UShort
glyphID
,
/external/harfbuzz_ng/src/hb-old/
harfbuzz-open-private.h
88
HB_UShort
glyphID
,
92
HB_UShort
glyphID
,
/external/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h
74
* Given a
glyphID
(built using fallback font chaining) and its origin typeface
75
* return the actual typeface within the fallback chain that this
glyphID
85
SkTypeface* SkGetTypefaceForGlyphID(uint16_t
glyphID
, const SkTypeface* origTypeface,
Completed in 729 milliseconds
1
2
3
4