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

/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp389 uint16_t glyphId = glyph->getGlyphID(); local
403 &glyphId, 1,
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
444 UINT16 glyphId = glyph->getGlyphID(); local
456 run.glyphIndices = &glyphId;
532 UINT16 glyphId = glyph.getGlyphID(); local
544 run.glyphIndices = &glyphId;
978 UINT16 glyphId = SkTo<UINT16>(glyph); local
985 &glyphId,
H A DSkFontHost_win.cpp896 UINT glyphId = glyph->getGlyphID(); local
901 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
904 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
917 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
944 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fHighResMat22);
952 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fGsA);
/external/skqp/src/ports/
H A DSkScalerContext_win_dw.cpp389 uint16_t glyphId = glyph->getGlyphID(); local
403 &glyphId, 1,
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
444 UINT16 glyphId = glyph->getGlyphID(); local
456 run.glyphIndices = &glyphId;
532 UINT16 glyphId = glyph.getGlyphID(); local
544 run.glyphIndices = &glyphId;
978 UINT16 glyphId = SkTo<UINT16>(glyph); local
985 &glyphId,
H A DSkFontHost_win.cpp896 UINT glyphId = glyph->getGlyphID(); local
901 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
904 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
917 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22);
944 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fHighResMat22);
952 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fGsA);
/external/skia/src/core/
H A DSkGlyph.h273 static uint32_t Hash(SkPackedGlyphID glyphId) { argument
274 return glyphId.hash();
H A DSkScalerContext.h379 virtual void generatePath(SkGlyphID glyphId, SkPath* path) = 0;
396 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
/external/skqp/src/core/
H A DSkGlyph.h273 static uint32_t Hash(SkPackedGlyphID glyphId) { argument
274 return glyphId.hash();
H A DSkScalerContext.h349 virtual void generatePath(SkGlyphID glyphId, SkPath* path) = 0;
366 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
/external/skia/gm/
H A Dfontmgr.cpp256 SkGlyphID glyphId = i; local
258 glyphPaint.measureText(&glyphId, sizeof(glyphId), &cur);
/external/skia/tools/
H A Dremote_demo.cpp68 SkGlyphID glyphId; member in struct:Op::__anon21049::__anon21050
130 op->glyphId = glyph;
301 sc->getPath(op->glyphId, &path);
/external/skqp/gm/
H A Dfontmgr.cpp256 SkGlyphID glyphId = i; local
258 glyphPaint.measureText(&glyphId, sizeof(glyphId), &cur);
/external/skqp/tools/
H A Dremote_demo.cpp94 SkGlyphID glyphId; member in struct:Op::__anon21722::__anon21723
142 op->glyphId = glyph;
385 sc->getPath(op->glyphId, &path);
/external/skqp/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp296 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
652 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId, argument
658 fGlyphIds[fBuffIdx] = 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 333 milliseconds