OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startGlyph
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
ClassDefinitionTables.h
42
TTGlyphID
startGlyph
;
ClassDefinitionTables.cpp
74
TTGlyphID firstGlyph = SWAPW(
startGlyph
);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
940
if (unlikely ((unsigned int) (glyph_id -
startGlyph
) < classValue.len))
941
return classValue[glyph_id -
startGlyph
];
955
glyphs->add (
startGlyph
+ i);
966
if (g <
startGlyph
)
968
g =
startGlyph
+ count - 1;
974
if (classValue[i] == klass && glyphs->has (
startGlyph
+ i))
981
GlyphID
startGlyph
; /* First GlyphID of the classValueArray */
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
941
if (unlikely ((unsigned int) (glyph_id -
startGlyph
) < classValue.len))
942
return classValue[glyph_id -
startGlyph
];
956
glyphs->add (
startGlyph
+ i);
967
if (g <
startGlyph
)
969
g =
startGlyph
+ count - 1;
975
if (classValue[i] == klass && glyphs->has (
startGlyph
+ i))
982
GlyphID
startGlyph
; /* First GlyphID of the classValueArray */
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
226
start = rawTable["
StartGlyph
"]
294
startGlyph
= ranges[0][1]
296
glyphCount = endGlyph -
startGlyph
+ 1
313
for g in range(start -
startGlyph
, end -
startGlyph
+ 1):
316
rawTable = {"
StartGlyph
": startGlyphName, "ClassValueArray": classes}
Completed in 266 milliseconds