OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttGlyph
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/layout/
LookupTables.cpp
33
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
39
if (SWAPW(trial->lastGlyph) <=
ttGlyph
) {
48
if (SWAPW(trial->lastGlyph) <=
ttGlyph
) {
53
if (SWAPW(entry->firstGlyph) <=
ttGlyph
) {
65
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
69
if (SWAPW(trial->glyph) <=
ttGlyph
) {
78
if (SWAPW(trial->glyph) <=
ttGlyph
) {
83
if (SWAPW(entry->glyph) ==
ttGlyph
) {
TrimmedArrayProcessor.cpp
51
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(thisGlyph);
53
if ((
ttGlyph
> firstGlyph) && (
ttGlyph
< lastGlyph)) {
54
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[
ttGlyph
- firstGlyph]);
TrimmedArrayProcessor2.cpp
47
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(thisGlyph);
49
if ((
ttGlyph
> firstGlyph) && (
ttGlyph
< lastGlyph)) {
50
TTGlyphID newGlyph = SWAPW(valueArray(
ttGlyph
- firstGlyph, success));
ClassDefinitionTables.cpp
103
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyphID);
107
OpenTypeUtilities::getGlyphRangeIndex(
ttGlyph
, classRangeRecordArrayRef, success);
/external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp
366
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
382
le_uint16 index =
ttGlyph
;
384
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
389
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.cpp
366
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
382
le_uint16 index =
ttGlyph
;
384
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
389
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp
366
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
382
le_uint16 index =
ttGlyph
;
384
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
389
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp
366
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyph);
382
le_uint16 index =
ttGlyph
;
384
if (
ttGlyph
>= fNumGlyphs || fHMTXTable == NULL) {
389
if (
ttGlyph
>= fNumLongHorMetrics) {
/external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.cpp
68
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
70
if (
ttGlyph
< 0xFFFE) {
71
ttGlyphs[out] =
ttGlyph
;
/external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp
68
TTGlyphID
ttGlyph
= (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
70
if (
ttGlyph
< 0xFFFE) {
71
ttGlyphs[out] =
ttGlyph
;
Completed in 522 milliseconds