OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttGlyph
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/layout/
LookupTables.cpp
32
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
36
if (SWAPW(trial->lastGlyph) <=
ttGlyph
) {
44
if (SWAPW(trial->lastGlyph) <=
ttGlyph
) {
49
if (SWAPW(entry->firstGlyph) <=
ttGlyph
) {
61
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
65
if (SWAPW(trial->glyph) <=
ttGlyph
) {
73
if (SWAPW(trial->glyph) <=
ttGlyph
) {
78
if (SWAPW(entry->glyph) ==
ttGlyph
) {
TrimmedArrayProcessor.cpp
45
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(thisGlyph);
47
if ((
ttGlyph
> firstGlyph) && (
ttGlyph
< lastGlyph)) {
48
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[
ttGlyph
- firstGlyph]);
TrimmedArrayProcessor2.cpp
45
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(thisGlyph);
47
if ((
ttGlyph
> firstGlyph) && (
ttGlyph
< lastGlyph)) {
48
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[
ttGlyph
- firstGlyph]);
ClassDefinitionTables.cpp
94
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyphID);
97
OpenTypeUtilities::getGlyphRangeIndex(
ttGlyph
, classRangeRecordArray, rangeCount);
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
171
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
186
le_uint16 index =
ttGlyph
;
188
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
193
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp
338
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
354
le_uint16 index =
ttGlyph
;
356
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
361
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/icu4c/test/letest/
PortableFontInstance.cpp
338
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
354
le_uint16 index =
ttGlyph
;
356
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
361
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/icu4c/samples/layout/
GDIFontInstance.cpp
68
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
70
if (
ttGlyph
< 0xFFFE) {
71
ttGlyphs[out] =
ttGlyph
;
Completed in 126 milliseconds