Searched refs:glyphArray (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/layout/
H A DCoverageTables.h30 TTGlyphID glyphArray[ANY_NUMBER]; member in struct:CoverageFormat1Table
34 LE_VAR_ARRAY(CoverageFormat1Table, glyphArray)
H A DCoverageTables.cpp55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
H A DSegmentArrayProcessor.cpp50 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, LE_UNBOUNDED_ARRAY);
51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
H A DSegmentArrayProcessor2.cpp50 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasRAW() + offset); local
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
H A DContextualSubstSubtables.h34 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
H A DContextualSubstSubtables.cpp50 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount, argument
68 if (glyph != SWAPW(glyphArray[match])) {
/external/skia/src/gpu/
H A DGrTextStrike.cpp274 SkTDArray<GrGlyph*>& glyphArray = fCache.getArray(); local
275 for (int i = 0; i < glyphArray.count(); ++i) {
276 if (plot == glyphArray[i]->fPlot) {
277 glyphArray[i]->fPlot = NULL;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh635 int i = glyphArray.bsearch (glyph_id);
646 glyphArray.len.set (num_glyphs);
647 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
649 glyphArray[i] = glyphs[i];
656 return TRACE_RETURN (glyphArray.sanitize (c));
660 return glyphs->has (glyphArray[index]);
665 unsigned int count = glyphArray.len;
667 glyphs->add (glyphArray[i]);
674 inline bool more (void) { return i < c->glyphArray.len; }
676 inline uint16_t get_glyph (void) { return c->glyphArray[
688 glyphArray; /* Array of GlyphIDs--in numerical order */ member in struct:OT::CoverageFormat1
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh635 int i = glyphArray.bsearch (glyph_id);
646 glyphArray.len.set (num_glyphs);
647 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
649 glyphArray[i] = glyphs[i];
656 return TRACE_RETURN (glyphArray.sanitize (c));
660 return glyphs->has (glyphArray[index]);
665 unsigned int count = glyphArray.len;
667 glyphs->add (glyphArray[i]);
674 inline bool more (void) { return i < c->glyphArray.len; }
676 inline uint16_t get_glyph (void) { return c->glyphArray[
688 glyphArray; /* Array of GlyphIDs--in numerical order */ member in struct:OT::CoverageFormat1
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp119 OpenType::GlyphID glyphArray[1]; member in struct:blink::OpenType::Coverage1Table
178 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]
552 glyphIds, offsets = list(map(list, zip(*glyphArray)))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]
552 glyphIds, offsets = list(map(list, zip(*glyphArray)))

Completed in 294 milliseconds