OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphArray
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
SegmentArrayProcessor.cpp
51
TTGlyphID *
glyphArray
= (TTGlyphID *) ((char *) subtableHeader + offset);
52
TTGlyphID newGlyph = SWAPW(
glyphArray
[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
SegmentArrayProcessor2.cpp
51
TTGlyphID *
glyphArray
= (TTGlyphID *) ((char *) subtableHeader + offset);
52
TTGlyphID newGlyph = SWAPW(
glyphArray
[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
CoverageTables.h
30
TTGlyphID
glyphArray
[ANY_NUMBER];
CoverageTables.cpp
55
if (SWAPW(
glyphArray
[extra]) <= ttGlyphID) {
62
if (SWAPW(
glyphArray
[index + probe]) <= ttGlyphID) {
67
if (SWAPW(
glyphArray
[index]) == ttGlyphID) {
ContextualSubstSubtables.h
33
const TTGlyphID *
glyphArray
, le_uint16 glyphCount, GlyphIterator *glyphIterator,
ContextualSubstSubtables.cpp
50
le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *
glyphArray
, le_uint16 glyphCount,
68
if (glyph != SWAPW(
glyphArray
[match])) {
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
633
int i =
glyphArray
.search (glyph_id);
644
glyphArray
.len.set (num_glyphs);
645
if (unlikely (!c->extend (
glyphArray
))) return TRACE_RETURN (false);
647
glyphArray
[i] = glyphs[i];
654
return TRACE_RETURN (
glyphArray
.sanitize (c));
658
return glyphs->has (
glyphArray
[index]);
663
unsigned int count =
glyphArray
.len;
665
glyphs->add (
glyphArray
[i]);
672
inline bool more (void) { return i < c->
glyphArray
.len; }
674
inline uint16_t get_glyph (void) { return c->
glyphArray
[i];
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
633
int i =
glyphArray
.search (glyph_id);
644
glyphArray
.len.set (num_glyphs);
645
if (unlikely (!c->extend (
glyphArray
))) return TRACE_RETURN (false);
647
glyphArray
[i] = glyphs[i];
654
return TRACE_RETURN (
glyphArray
.sanitize (c));
658
return glyphs->has (
glyphArray
[index]);
663
unsigned int count =
glyphArray
.len;
665
glyphs->add (
glyphArray
[i]);
672
inline bool more (void) { return i < c->
glyphArray
.len; }
674
inline uint16_t get_glyph (void) { return c->
glyphArray
[i];
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp
121
OpenType::GlyphID
glyphArray
[1];
180
if (!isValidEnd(buffer, &coverage1->
glyphArray
[countFrom]) || countTo != countFrom)
183
map->set(coverage1->
glyphArray
[i], singleSubstitution2->substitute[i]);
/frameworks/base/core/jni/android/graphics/
Canvas.cpp
828
static void doDrawGlyphs(SkCanvas* canvas, const jchar*
glyphArray
, int index, int count,
831
canvas->drawText(
glyphArray
+ index * 2, count * 2, x, y, *paint);
[
all
...]
Completed in 607 milliseconds