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

  /frameworks/minikin/tests/util/
FreeTypeMinikinFontForTest.cpp 50 void loadGlyphOrDie(uint32_t glyphId, float size, FT_Face face) {
54 LOG_ALWAYS_FATAL_IF(FT_Load_Glyph(face, glyphId, LOAD_FLAG), "Failed to load glyph");
87 float FreeTypeMinikinFontForTest::GetHorizontalAdvance(uint32_t glyphId, const MinikinPaint& paint,
89 loadGlyphOrDie(glyphId, paint.size, mFtFace);
93 void FreeTypeMinikinFontForTest::GetBounds(MinikinRect* bounds, uint32_t glyphId,
96 loadGlyphOrDie(glyphId, paint.size, mFtFace);
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 389 uint16_t glyphId = glyph->getGlyphID();
403 &glyphId, 1,
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
444 UINT16 glyphId = glyph->getGlyphID();
456 run.glyphIndices = &glyphId;
532 UINT16 glyphId = glyph.getGlyphID();
544 run.glyphIndices = &glyphId;
    [all...]
SkFontHost_win.cpp 523 uint16_t glyphID = glyph.getGlyphID();
524 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, nullptr, reinterpret_cast<LPCWSTR>(&glyphID), 1, nullptr);
896 UINT glyphId = glyph->getGlyphID();
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);
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 389 uint16_t glyphId = glyph->getGlyphID();
403 &glyphId, 1,
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm),
444 UINT16 glyphId = glyph->getGlyphID();
456 run.glyphIndices = &glyphId;
532 UINT16 glyphId = glyph.getGlyphID();
544 run.glyphIndices = &glyphId;
    [all...]
SkFontHost_win.cpp 523 uint16_t glyphID = glyph.getGlyphID();
524 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, nullptr, reinterpret_cast<LPCWSTR>(&glyphID), 1, nullptr);
896 UINT glyphId = glyph->getGlyphID();
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);
    [all...]
  /external/skia/src/core/
SkGlyph.h 273 static uint32_t Hash(SkPackedGlyphID glyphId) {
274 return glyphId.hash();
SkScalerContext.h 270 may be chained (under the hood), the glyphID that is returned may in
278 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
281 SkUnichar glyphIDToChar(uint16_t glyphID) {
282 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
379 virtual void generatePath(SkGlyphID glyphId, SkPath* path) = 0;
396 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
  /external/skqp/src/core/
SkGlyph.h 273 static uint32_t Hash(SkPackedGlyphID glyphId) {
274 return glyphId.hash();
SkScalerContext.h 243 may be chained (under the hood), the glyphID that is returned may in
251 /** Map the glyphID to its glyph index, and then to its char code. Unmapped
254 SkUnichar glyphIDToChar(uint16_t glyphID) {
255 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
349 virtual void generatePath(SkGlyphID glyphId, SkPath* path) = 0;
366 virtual SkUnichar generateGlyphToChar(uint16_t glyphId);
  /external/skia/gm/
fontmgr.cpp 256 SkGlyphID glyphId = i;
258 glyphPaint.measureText(&glyphId, sizeof(glyphId), &cur);
  /external/skia/tools/
remote_demo.cpp 68 SkGlyphID glyphId;
130 op->glyphId = glyph;
301 sc->getPath(op->glyphId, &path);
  /external/skqp/gm/
fontmgr.cpp 256 SkGlyphID glyphId = i;
258 glyphPaint.measureText(&glyphId, sizeof(glyphId), &cur);
  /external/skqp/tools/
remote_demo.cpp 94 SkGlyphID glyphId;
142 op->glyphId = glyph;
385 sc->getPath(op->glyphId, &path);
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 196 uint32_t glyphId = readU16(data, actualRangeOffset);
197 if (glyphId != 0) {
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 296 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
652 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId,
658 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 2157 milliseconds