Searched refs:glyphId (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.h44 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE;
48 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE { return 0; }
H A DSVGTextMetricsBuilder.cpp126 Glyph glyphId = glyphBuffer.glyphAt(0); local
127 return SVGTextMetrics(m_text, textPosition, metricsLength, currentWidth, glyphId);
H A DSVGTextRunRenderingContext.cpp73 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const
78 glyphId = !glyphBuffer.isEmpty() ? glyphBuffer.glyphAt(0) : 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontElement.cpp162 AtomicString glyphId = glyph.getIdAttribute(); local
163 if (glyphId.isEmpty() && unicode.isEmpty())
166 m_glyphMap.addGlyph(glyphId, unicode, glyph.buildGlyphIdentifier());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h81 void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
H A DHarfBuzzShaper.cpp277 inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY) argument
279 m_glyphs[index] = glyphId;
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp362 uint16_t glyphId = glyph->getGlyphID(); local
373 &glyphId, 1,
377 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
414 UINT16 glyphId = glyph->getGlyphID(); local
426 run.glyphIndices = &glyphId;
769 uint16_t glyphId = glyph.getGlyphID(); local
773 &glyphId,
H A DSkTypeface_win_dw.cpp314 UINT16 glyphId = gId;
316 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm);
H A DSkFontHost_win.cpp915 UINT glyphId = glyph->getGlyphID(); local
920 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
923 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
936 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
962 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fHighResMat22);
970 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fGsA);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp362 uint16_t glyphId = glyph->getGlyphID(); local
373 &glyphId, 1,
377 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
414 UINT16 glyphId = glyph->getGlyphID(); local
426 run.glyphIndices = &glyphId;
729 uint16_t glyphId = glyph.getGlyphID(); local
733 &glyphId,
H A DSkTypeface_win_dw.cpp335 UINT16 glyphId = gId; local
337 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm);
H A DSkFontHost_win.cpp915 UINT glyphId = glyph->getGlyphID(0); local
920 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
923 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
936 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
962 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fHighResMat22);
970 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fGsA);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.h107 float width(const TextRun&, int& charsConsumed, Glyph& glyphId) const;
H A DFont.cpp194 float Font::width(const TextRun& run, int& charsConsumed, Glyph& glyphId) const
198 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphId);
202 glyphId = 0;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h218 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h252 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
/external/skia/src/core/
H A DSkScalerContext.h266 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py363 for glyphName, glyphId in zip(self.names, glyphIds):
364 writer.simpletag('glyphLoc', name=glyphName, id=glyphId)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py363 for glyphName, glyphId in zip(self.names, glyphIds):
364 writer.simpletag('glyphLoc', name=glyphName, id=glyphId)

Completed in 1226 milliseconds