Searched defs:glyphs (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, argument
H A DGnomeFontInstance.cpp41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, argument
178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, argument
H A DGDIFontInstance.cpp53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, argument
H A Dparagraph.cpp241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletest.h38 LEGlyphID *glyphs; member in struct:TestResult
H A Dgendata.cpp164 LEGlyphID *glyphs = NULL; local
H A Dxmlreader.cpp180 UnicodeString text, glyphs, indices, positions; local
H A Dcletest.c42 LEGlyphID *glyphs = NULL; local
215 LEGlyphID glyphs[6]; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEInsertionList.cpp20 LEGlyphID glyphs[ANY_NUMBER]; member in struct:InsertionRecord
H A Dloengine.cpp74 le_getGlyphs(le_engine *engine, LEGlyphID glyphs[], LEErrorCode *success) argument
H A DLEGlyphStorage.cpp212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFontCairo.cpp46 static void drawGlyphsToContext(cairo_t* context, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs) argument
65 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontGlyphs.h48 GlyphPagesStateSaver(FontGlyphs& glyphs) argument
H A DGlyphBuffer.h108 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; } function in class:WebCore::GlyphBuffer
110 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; } function in class:WebCore::GlyphBuffer
H A DFont.h252 FontGlyphs* glyphs() const { return m_glyphs.get(); } function in class:WebCore::Font
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp123 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGGlyphMap.h44 Vector<SVGGlyph> glyphs; member in struct:WebCore::GlyphMapNode
H A DSVGFontData.cpp182 Vector<SVGGlyph> glyphs; local
243 Vector<SVGGlyph> glyphs; local
267 Vector<SVGGlyph> glyphs; local
[all...]
H A DSVGFontElement.cpp93 Vector<SVGGlyph> glyphs; local
235 void SVGFontElement::collectGlyphsForString(const String& string, Vector<SVGGlyph>& glyphs) argument
241 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzFaceCairo.cpp110 cairo_glyph_t* glyphs = 0; local
H A DHarfBuzzShaper.h86 uint16_t* glyphs() { return &m_glyphs[0]; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DUniscribeController.cpp229 Vector<WORD> glyphs; local
381 shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData, Vector<WORD>& glyphs, Vector<WORD>& clusters, Vector<SCRIPT_VISATTR>& visualAttributes) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dmlm-util.el
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DParagraphLayout.h562 LEGlyphID *glyphs; member in struct:ParagraphLayout::StyleRunInfo
730 VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) argument
[all...]

Completed in 127 milliseconds

123