HomeSort by relevance Sort by last modified time
    Searched refs:glyphId (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 47 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE;
51 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRIDE { return 0; }
SVGTextMetricsBuilder.cpp 126 Glyph glyphId = glyphBuffer.glyphAt(0);
127 return SVGTextMetrics(m_text, textPosition, metricsLength, currentWidth, glyphId);
SVGTextRunRenderingContext.cpp 79 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const
84 glyphId = !glyphBuffer.isEmpty() ? glyphBuffer.glyphAt(0) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 164 AtomicString glyphId = glyph.getIdAttribute();
165 if (glyphId.isEmpty() && unicode.isEmpty())
168 m_glyphMap.addGlyph(glyphId, unicode, glyph.buildGlyphIdentifier());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 82 void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
HarfBuzzShaper.cpp 287 inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY)
289 m_glyphs[index] = glyphId;
    [all...]
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 87 int glyphId = readU16(data, actualRangeOffset);
88 if (glyphId != 0) {
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 362 uint16_t glyphId = glyph->getGlyphID();
373 &glyphId, 1,
377 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
418 UINT16 glyphId = glyph->getGlyphID();
430 run.glyphIndices = &glyphId;
733 uint16_t glyphId = glyph.getGlyphID();
737 &glyphId,
SkTypeface_win_dw.cpp 335 UINT16 glyphId = gId;
337 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm);
SkFontHost_win.cpp 532 uint16_t glyphID = glyph.getGlyphID();
533 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
915 UINT glyphId = glyph->getGlyphID(0);
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);
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 362 uint16_t glyphId = glyph->getGlyphID();
373 &glyphId, 1,
377 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
414 UINT16 glyphId = glyph->getGlyphID();
426 run.glyphIndices = &glyphId;
729 uint16_t glyphId = glyph.getGlyphID();
733 &glyphId,
SkTypeface_win_dw.cpp 335 UINT16 glyphId = gId;
337 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm);
SkFontHost_win.cpp 532 uint16_t glyphID = glyph.getGlyphID();
533 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, NULL, reinterpret_cast<LPCWSTR>(&glyphID), 1, NULL);
915 UINT glyphId = glyph->getGlyphID(0);
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);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 99 float width(const TextRun&, int& charsConsumed, Glyph& glyphId) const;
Font.cpp 197 float Font::width(const TextRun& run, int& charsConsumed, Glyph& glyphId) const
201 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphId);
205 glyphId = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h 224 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 169 may be chained (under the hood), the glyphID that is returned may in
175 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
178 SkUnichar glyphIDToChar(uint16_t glyphID);
266 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
302 // is found it returns NULL. If a match is found then the glyphID param is
303 // set to the glyphID that maps to the provided char.
304 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
  /external/skia/src/core/
SkScalerContext.h 169 may be chained (under the hood), the glyphID that is returned may in
175 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
178 SkUnichar glyphIDToChar(uint16_t glyphID);
266 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
302 // is found it returns NULL. If a match is found then the glyphID param is
303 // set to the glyphID that maps to the provided char.
304 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 363 for glyphName, glyphId in zip(self.names, glyphIds):
364 writer.simpletag('glyphLoc', name=glyphName, id=glyphId)

Completed in 574 milliseconds