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

  /external/skia/src/core/
SkGlyph.h 140 static uint32_t Hash(uint32_t glyphId) {
141 return SkChecksum::CheapMix(glyphId);
SkScalerContext.h 207 may be chained (under the hood), the glyphID that is returned may in
215 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
218 SkUnichar glyphIDToChar(uint16_t glyphID) {
219 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
298 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
322 // is found it returns nullptr. If a match is found then the glyphID param is
323 // set to the glyphID that maps to the provided char.
324 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 93 uint32_t glyphId = readU16(data, actualRangeOffset);
94 if (glyphId != 0) {
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 349 uint16_t glyphId = glyph->getGlyphID();
361 &glyphId, 1,
366 HRVM(fTypeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
406 UINT16 glyphId = glyph->getGlyphID();
418 run.glyphIndices = &glyphId;
763 uint16_t glyphId = glyph.getGlyphID();
769 &glyphId,
SkTypeface_win_dw.cpp 319 UINT16 glyphId = gId;
321 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm);
SkFontHost_win.cpp 519 uint16_t glyphID = glyph.getGlyphID();
520 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, nullptr, reinterpret_cast<LPCWSTR>(&glyphID), 1, nullptr);
884 UINT glyphId = glyph->getGlyphID();
889 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
892 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
905 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 330 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
674 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId,
680 fGlyphIds[fBuffIdx] = 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 695 milliseconds