HomeSort by relevance Sort by last modified time
    Searched refs:glyphStorage (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/icu/icu4c/source/layout/
ContextualGlyphSubstProc2.cpp 40 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
53 LEGlyphID mGlyph = glyphStorage[markGlyph];
55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
60 LEGlyphID thisGlyph = glyphStorage[currGlyph];
62 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
ThaiShaping.h 71 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage);
83 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
86 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
CanonShaping.cpp 35 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
74 glyphStorage.setCharIndex(out, index, success);
LEFontInstance.cpp 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
75 glyphStorage[out += dir] = 0xFFFF;
KhmerReordering.h 118 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
LookupProcessor.h 37 le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
MorphTables.h 52 void process(const LETableReference& base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const;
84 void process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const;
102 void process(const LEReferenceTo<MorphSubtableHeader2> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const;
121 void process(const LEReferenceTo<MorphTableHeader2> &base, LEGlyphStorage &glyphStorage, le_int32 typoFlags, LEErrorCode &success) const;
MorphTables2.cpp 20 void MorphTableHeader2::process(const LEReferenceTo<MorphTableHeader2> &base, LEGlyphStorage &glyphStorage,
172 subtableHeader->process(subtableHeader, glyphStorage, success);
178 void MorphSubtableHeader2::process(const LEReferenceTo<MorphSubtableHeader2> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const
214 processor->process(glyphStorage, success);
TibetanReordering.h 137 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
IndicReordering.h 153 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
156 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
159 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
165 static void applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count);
167 static void finalReordering(LEGlyphStorage &glyphStorage, le_int32 count);
IndicReordering.cpp 176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups)
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
626 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
649 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
    [all...]
GlyphPositionAdjustments.cpp 84 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance)
107 LEGlyphID glyphID = glyphStorage[i];
GlyphIterator.h 86 LEGlyphStorage &glyphStorage;
LEFontInstance.h 238 * @param glyphStorage - the object which contains the output glyph array
244 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
LookupProcessor.cpp 49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
57 le_int32 glyphCount = glyphStorage.getGlyphCount();
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,
KhmerReordering.cpp 137 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
138 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
360 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
364 KhmerReorderingOutput output(outChars, glyphStorage);
TibetanReordering.cpp 139 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
140 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
323 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
327 TibetanReorderingOutput output(outChars, glyphStorage);
GlyphPositionAdjustments.h 137 void applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 288 SkAutoSTMalloc<GlyphPage::size, uint16_t> glyphStorage(length);
290 uint16_t* glyphs = glyphStorage.get();
  /external/chromium_org/third_party/skia/gm/
typeface.cpp 110 SkAutoSTMalloc<128, uint16_t> glyphStorage(len);
111 uint16_t* glyphs = glyphStorage.get();
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp     [all...]

Completed in 580 milliseconds

1 2 34