/third_party/skia/docs/examples/ |
D | Paint_refTypeface.cpp | 13 paint1.getTypeface() == paint2.getTypeface() ? '=' : '!'); 16 paint1.getTypeface() == paint2.getTypeface() ? '=' : '!');
|
D | Paint_getTypeface.cpp | 9 SkDebugf("nullptr %c= typeface\n", paint.getTypeface() ? '!' : '='); 11 SkDebugf("nullptr %c= typeface\n", paint.getTypeface() ? '!' : '=');
|
/third_party/skia/src/ports/skia_ohos/ |
D | SkFontStyleSet_ohos.cpp | 41 SkTypeface* typeface = fontConfig_->getTypeface(styleIndex, index, isFallback); in getStyle() 86 return SkSafeRef(fontConfig_->getTypeface(styleIndex, index, isFallback)); in createTypeface() 99 return SkSafeRef(fontConfig_->getTypeface(styleIndex, pattern, isFallback)); in matchStyle()
|
D | FontConfig_ohos.h | 117 SkTypeface_OHOS* getTypeface(int styleIndex, int index, bool isFallback = false) const; 118 SkTypeface_OHOS* getTypeface(int styleIndex, const SkFontStyle& style,
|
/third_party/skia/tests/ |
D | FontTest.cpp | 29 SkASSERT((!font.getTypeface() && count == 0) || in serialize_deserialize() 30 ( font.getTypeface() && count == 1)); in serialize_deserialize() 34 SkASSERT(typeface == font.getTypeface()); in serialize_deserialize()
|
D | TypefaceTest.cpp | 533 SkASSERT(font.getTypeface()); in DEF_TEST() 549 font.getTypeface()->getFamilyName(&familyName); in DEF_TEST()
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 125 } else if (fFallbackFont.getTypeface() && fFallbackFont.unicharToGlyph(u)) { in consume() 146 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()
|
D | SkShaper_primitive.cpp | 149 SkASSERT(skfont.getTypeface()); in shape() 167 SkASSERT(font.currentFont().getTypeface()); in shape()
|
D | SkShaper_coretext.cpp | 78 SkASSERT(skfont.getTypeface()); in shape() 96 SkASSERT(font.currentFont().getTypeface()); in shape()
|
/third_party/skia/experimental/sktext/src/ |
D | Paint.cpp | 38 if (fontChain->getTypeface() == nullptr || fontChain->getTypeface().get() == nullptr) { in drawText()
|
D | Paint.h | 34 sk_sp<SkTypeface> getTypeface() const { return fTypeface; } in getTypeface() function
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | font.js | 69 function getTypeface(fontstr) { function
|
/third_party/skia/src/core/ |
D | SkTypeface_remote.cpp | 75 return (SkTypefaceProxy*)this->getTypeface(); in getProxyTypeface()
|
D | SkScalerContext.h | 278 SkTypeface* getTypeface() const { return fTypeface.get(); } in getTypeface() function
|
/third_party/skia/modules/androidkit/src/ |
D | FontChainAdapter.cpp | 36 return sk_ref_sp(font->getTypeface()); in operator []()
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.h | 67 return static_cast<DWriteFontTypeface*>(this->getTypeface()); in getDWriteTypeface()
|
D | SkScalerContext_mac_ct.cpp | 124 CTFontRef ctFont = (CTFontRef)this->getTypeface()->internal_private_getCTFontRef(); in SkScalerContext_Mac() 145 ((SkTypeface_Mac*)this->getTypeface())->fOpszVariation); in SkScalerContext_Mac() 705 size_t bytesRead = this->getTypeface()->getTableData( in generateFontMetrics()
|
D | SkFontHost_win.cpp | 642 LogFontTypeface* typeface = static_cast<LogFontTypeface*>(this->getTypeface()); in SkScalerContext_GDI() 858 LogFontTypeface::EnsureAccessible(this->getTypeface()); in generateMetrics() 946 LogFontTypeface::EnsureAccessible(this->getTypeface()); in generateFontMetrics() 1102 LogFontTypeface::EnsureAccessible(this->getTypeface()); in generateImage() 1510 LogFontTypeface::EnsureAccessible(this->getTypeface()); in getGDIGlyphPath() 1523 LogFontTypeface::EnsureAccessible(this->getTypeface()); in getGDIGlyphPath()
|
/third_party/skia/experimental/sktext/tests/ |
D | FontResolvedText.cpp | 56 …REPORTER_ASSERT(reporter, resolvedFonts.front().typeface->uniqueID() == fontChain->getTypeface()->… in UNIX_ONLY_TEST()
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.cpp | 70 if (resolved.fRun->fFont.getTypeface() != nullptr) { in printState() 71 resolved.fRun->fFont.getTypeface()->getFamilyName(&name); in printState() 650 wantedWeight - font.getTypeface()->fontStyle().weight() >= 200; in shape() 653 font.getTypeface()->fontStyle().slant() != SkFontStyle::kItalic_Slant; in shape()
|
/third_party/skia/include/core/ |
D | SkFont.h | 199 SkTypeface* getTypeface() const {return fTypeface.get(); } in getTypeface() function
|
/third_party/skia/tools/fonts/ |
D | TestTypeface.cpp | 160 return static_cast<TestTypeface*>(this->getTypeface()); in getTestTypeface()
|
D | RandomScalerContext.cpp | 34 return static_cast<SkRandomTypeface*>(this->getTypeface()); in getRandomTypeface()
|
/third_party/skia/modules/skshaper/tests/ |
D | ShaperTest.cpp | 71 SkTypeface* typeface = info.fFont.getTypeface(); in commitRunBuffer()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkShaperJSONWriter.cpp | 80 info.fFont.getTypeface()->getFamilyName(&fontName); in commitRunBuffer()
|