Home
last modified time | relevance | path

Searched defs:typeface (Results 101 - 122 of 122) sorted by relevance

12345

/third_party/skia/src/core/
H A DSkScalerContext.cpp43 SkScalerContextRec SkScalerContext::PreprocessRec(const SkTypeface& typeface, in PreprocessRec() argument
75 SkScalerContext::SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext() argument
1004 SkTypeface* typeface = font.getTypefaceOrDefault(); in MakeRecAndEffects() local
1230 MakeEmpty( sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, const SkDescriptor* desc) MakeEmpty() argument
1235 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, const SkDescriptor* desc) MakeEmpty() argument
[all...]
H A DSkTypeface.cpp109 sk_sp<SkTypeface> GetVarFont(sk_sp<SkTypeface> typeface, const SkFontArguments& args) in GetVarFont() argument
285 sk_sp<SkTypeface> typeface = defaultFm->makeFromStream(desc.detachStream(), args); in MakeDeserialize() local
291 auto typeface = SkTypeface::MakeFromName(desc.getFamilyName(), desc.getStyle()); in MakeDeserialize() local
[all...]
H A DSkRemoteGlyphCache.cpp757 const SkTypeface& typeface = strikeSpec.typeface(); in getOrCreateCache() local
1068 auto* typeface = fRemoteFontIdToTypeface.find(wire.typefaceID); addTypeface() local
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp161 sk_sp<SkTypeface_OHOS> typeface = getTypefaceSP(styleIndex, index, isFallback); in getTypeface() local
973 sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); insertVariableFont() local
1052 sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, font); loadFont() local
1181 const SkTypeface_OHOS* typeface = (*typefaceSet)[i].get(); buildSubTypefaceSet() local
[all...]
/third_party/skia/tests/
H A DSerializationTest.cpp340 static sk_sp<SkData> serialize_typeface_proc(SkTypeface* typeface, void* ctx) { in serialize_typeface_proc() argument
362 sk_sp<SkTypeface> typeface = SkTypeface::MakeDeserialize(stream); in deserialize_typeface_proc() local
366 static void serialize_and_compare_typeface(sk_sp<SkTypeface> typeface, in serialize_and_compare_typeface() argument
412 sk_sp<SkTypeface> typeface = fm->makeFromStream(std::move(distortable), params); makeDistortableWithNonDefaultAxes() local
431 auto typeface = MakeResourceAsTypeface("fonts/test.ttc", 1); TestPictureTypefaceSerialization() local
442 auto typeface = makeDistortableWithNonDefaultAxes(reporter); TestPictureTypefaceSerialization() local
453 TestTypefaceSerialization(skiatest::Reporter* reporter, sk_sp<SkTypeface> typeface) TestTypefaceSerialization() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp106 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface, in GetMetrics() argument
156 const std::vector<SkUnichar>& SkPDFFont::GetUnicodeMap(const SkTypeface* typeface, in GetUnicodeMap() argument
225 SkPDFFont(sk_sp<SkTypeface> typeface, SkGlyphID firstGlyphID, SkGlyphID lastGlyphID, SkAdvancedTypefaceMetrics::FontType fontType, SkPDFIndirectReference indirectReference) SkPDFFont() argument
484 type3_descriptor(SkPDFDocument* doc, const SkTypeface* typeface, SkScalar xHeight) type3_descriptor() argument
518 make_small_strike(const SkTypeface& typeface) make_small_strike() argument
530 SkTypeface* typeface = pdfFont.typeface(); emit_subset_type3() local
685 CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) CanEmbedTypeface() argument
[all...]
H A DSkPDFDevice.cpp830 SkTypeface* typeface = glyphRunFont.getTypefaceOrDefault(); in internalDrawGlyphRun() local
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp51 static SkSharedMutex* maybe_dw_mutex(DWriteFontTypeface& typeface) { in maybe_dw_mutex() argument
99 static bool is_hinted(DWriteFontTypeface* typeface) { in is_hinted() argument
125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() argument
170 static bool has_bitmap_strike(DWriteFontTypeface* typeface, GaspRange range) { in has_bitmap_strike() argument
263 DWriteFontTypeface* typeface = this->getDWriteTypeface(); SkScalerContext_DW() local
430 DWriteFontTypeface* typeface = this->getDWriteTypeface(); generateAdvance() local
487 DWriteFontTypeface* typeface = this->getDWriteTypeface(); getBoundingBox() local
970 DWriteFontTypeface* typeface = this->getDWriteTypeface(); drawDWMask() local
[all...]
H A DSkFontHost_win.cpp642 LogFontTypeface* typeface = static_cast<LogFontTypeface*>(this->getTypeface()); in SkScalerContext_GDI() local
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp1158 SkCOLRCanvas(SkRect glyphBounds, const TestSVGTypeface& typeface, SkGlyphID glyphId, TestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, SkWStream* out) SkCOLRCanvas() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp341 bool RSMarshallingHelper::Marshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Marshalling() argument
356 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Unmarshalling() argument
H A Drs_render_service_client.cpp1022 bool RSRenderServiceClient::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface() argument
1035 bool RSRenderServiceClient::UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in UnRegisterTypeface() argument
H A Drs_render_service_connection_proxy.cpp2157 RegisterTypeface(uint64_t globalUniqueId, std::shared_ptr<Drawing::Typeface>& typeface) RegisterTypeface() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1334 std::shared_ptr<Drawing::Typeface> typeface; in OnRemoteRequest() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp423 bool RSRenderServiceClient::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface() argument
428 bool RSRenderServiceClient::UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in UnRegisterTypeface() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp289 bool RSInterfaces::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface() argument
322 UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) UnRegisterTypeface() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp423 bool RSRenderServiceClient::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface() argument
428 bool RSRenderServiceClient::UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in UnRegisterTypeface() argument
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp294 SkTypeface& typeface = *reinterpret_cast<SkTypeface*>(user_data); local
351 HBFace create_hb_face(const SkTypeface& typeface) { argument
390 create_hb_face(const RSTypeface& typeface) global() argument
411 create_typeface_hb_font(const SkTypeface& typeface) global() argument
413 create_typeface_hb_font(const RSTypeface& typeface) global() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1193 auto typeface = fOwner->fontCollection()->defaultFallback( local
[all...]
/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h315 void setTypeface(sk_sp<SkTypeface> typeface) { fTypeface = std::move(typeface); } in setTypeface() argument
319 void setTypeface(std::shared_ptr<RSTypeface> typeface) { fTypeface = std::move(typeface); } in setTypeface() argument
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1733 SkTypeface* typeface = font.getTypefaceOrDefault(); in CreateTypefaceUse() local
1910 TypefaceUse* typeface; in onDrawGlyphRunList() local
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp876 SkTypeface* typeface = font.getTypefaceOrDefault(); in apply_font_typeface() local

Completed in 48 milliseconds

12345