Searched refs:glyphStorage (Results 51 - 71 of 71) sorted by relevance

123

/external/icu4c/layout/
H A DThaiShaping.h71 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);
H A DHangulLayoutEngine.h111 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
122 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DKhmerLayoutEngine.h114 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DTibetanLayoutEngine.h114 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DCanonShaping.cpp35 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
74 glyphStorage.setCharIndex(out, index, status);
34 reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
H A DLEFontInstance.cpp50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
75 glyphStorage[out += dir] = 0xFFFF;
H A DKhmerReordering.h118 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
H A DLookupProcessor.h36 le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DTibetanReordering.h137 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
H A DIndicReordering.h151 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
154 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
157 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
163 static void applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count);
165 static void finalReordering(LEGlyphStorage &glyphStorage, le_int32 count);
H A DIndicReordering.cpp176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) argument
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
626 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
644 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
982 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
985 mpreFixups->apply(glyphStorage, success);
991 void IndicReordering::applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count) argument
999 glyphStorage.setAuxData(i, ( presentationFormsMask | positioningFormsMask ), success);
1003 void IndicReordering::finalReordering(LEGlyphStorage &glyphStorage, le_int32 count) argument
1011 le_int32 tmpAuxData = glyphStorage
625 reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups **outMPreFixups, LEErrorCode& success) argument
1068 v2process(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
[all...]
H A DGlyphPositionAdjustments.cpp84 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance) argument
107 LEGlyphID glyphID = glyphStorage[i];
H A DGlyphIterator.h86 LEGlyphStorage &glyphStorage; member in class:GlyphIterator
H A DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, argument
57 le_int32 glyphCount = glyphStorage.getGlyphCount();
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,
H A DKhmerReordering.cpp137 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
138 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
360 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
364 KhmerReorderingOutput output(outChars, glyphStorage);
359 reorder(const LEUnicode *chars, le_int32 charCount, le_int32 , LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
H A DLEFontInstance.h213 * @param glyphStorage - the object which contains the output glyph array
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
H A DTibetanReordering.cpp139 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
140 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
323 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
327 TibetanReorderingOutput output(outChars, glyphStorage);
322 reorder(const LEUnicode *chars, le_int32 charCount, le_int32, LEUnicode *outChars, LEGlyphStorage &glyphStorage) argument
H A DGlyphPositionAdjustments.h137 void applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGlyphPageTreeNodeSkia.cpp85 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length);
86 uint16_t* glyphs = glyphStorage.get();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DGlyphMapAndroid.cpp102 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length);
103 uint16_t* glyphs = glyphStorage.get();
/external/skia/src/pdf/
H A DSkPDFDevice.cpp850 SkAutoFree glyphStorage; local
857 glyphStorage.set(glyphIDs);

Completed in 697 milliseconds

123