Searched refs:CGGlyph (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h37 typedef unsigned short CGGlyph; typedef
95 const CGGlyph* glyphs() const { return m_glyphs; }
115 Vector<CGGlyph, 64> m_glyphsVector;
116 const CGGlyph* m_glyphs;
153 Vector<CGGlyph, 256> m_adjustedGlyphs;
H A DSimpleFontDataCoreText.cpp38 void CGFontGetGlyphsForUnichars(CGFontRef, const UniChar chars[], CGGlyph glyphs[], size_t length);
104 Vector<CGGlyph, 512> glyphs(bufferLength);
133 Vector<CGGlyph, 512> glyphVector;
155 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun);
H A DComplexTextController.cpp505 const CGGlyph* glyphs = complexTextRun.glyphs();
536 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp52 CGGlyph cgGlyphs[4];
64 CGGlyph cgGlyph = glyph;
78 CGGlyph cgGlyph = glyph;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp327 CGGlyph glyphID, size_t* rowBytesPtr,
662 void getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const;
766 CGGlyph glyphID, size_t* rowBytesPtr,
869 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const {
943 CGGlyph cgGlyph[2];
948 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID();
1207 CGGlyph cgGlyph = (CGGlyph) glyp
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp331 CGGlyph glyphID, size_t* rowBytesPtr,
662 void getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const;
766 CGGlyph glyphID, size_t* rowBytesPtr,
869 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const {
943 CGGlyph cgGlyph[2];
948 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
1207 CGGlyph cgGlyph = (CGGlyph) glyp
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc863 CGGlyph notdef = 0;
922 const CGGlyph* glyphs = USE_PTR ? CTRunGetGlyphsPtr (run) : NULL;
924 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs, goto resize_and_retry);
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc711 CGGlyph notdef = 0;
753 const CGGlyph* glyphs = CTRunGetGlyphsPtr (run);
755 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs);
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp126 (CGGlyph *) glyphIndices,
873 (CGGlyph*)glyph_indices,
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp570 CGGlyph pGlyph = 0;
824 CGGlyph glyphs[count];

Completed in 1061 milliseconds