Home
last modified time | relevance | path

Searched defs:typeface (Results 1 – 25 of 40) sorted by relevance

12

/external/skia/src/gpu/
DGrPathRendering.cpp48 GlyphGenerator(const SkTypeface& typeface, const SkScalerContextEffects& effects, in GlyphGenerator()
73 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
/external/skia/src/pdf/
DSkPDFFont.cpp141 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(SkTypeface* typeface, in GetMetrics()
197 sk_sp<SkTypeface> typeface(sk_ref_sp(face)); in GetFontResource() local
472 SkTypeface* typeface, in make_type1_font_descriptor()
499 SkTypeface* typeface, in populate_type_1_font()
595 SkTypeface* typeface, in add_type3_font_info()
722 bool SkPDFFont::CanEmbedTypeface(SkTypeface* typeface, SkPDFCanon* canon) { in CanEmbedTypeface()
DSkPDFFont.h37 SkTypeface* typeface() const { return fTypeface.get(); } in typeface() function
/external/skia/src/core/
DSkGlyphCache.h136 static SkGlyphCache* DetachCache(SkTypeface* typeface, const SkScalerContextEffects& effects, in DetachCache()
257 SkAutoGlyphCache(SkTypeface* typeface, const SkScalerContextEffects& effects, in SkAutoGlyphCache()
DSkTypefaceCache.cpp27 for (const sk_sp<SkTypeface>& typeface : fTypefaces) { in findByProcAndRef() local
DSkScalerContext.cpp67 SkScalerContext::SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext()
837 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_Empty()
DSkPaint.cpp400 static void DetachDescProc(SkTypeface* typeface, const SkScalerContextEffects& effects, in DetachDescProc()
917 static void FontMetricsDescProc(SkTypeface* typeface, const SkScalerContextEffects& effects, in FontMetricsDescProc()
1208 SkTypeface* typeface = this->getTypeface(); in getFontBounds() local
1311 SkTypeface* typeface = paint.getTypeface(); in MakeRec() local
2035 SkTypeface* typeface = this->getTypeface(); in toString() local
/external/skia/src/ports/
DSkFontHost_FreeType_common.h32 SkScalerContext_FreeType_Base(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_FreeType_Base()
DSkScalerContext_win_dw.cpp49 static bool is_hinted_without_gasp(DWriteFontTypeface* typeface) { in is_hinted_without_gasp()
80 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range()
132 static bool has_bitmap_strike(DWriteFontTypeface* typeface, GaspRange range) { in has_bitmap_strike()
224 DWriteFontTypeface* typeface = this->getDWriteTypeface(); in SkScalerContext_DW() local
DSkFontMgr_custom.cpp86 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) { in appendTypeface()
/external/skia/tests/
DFontHostStreamTest.cpp90 sk_sp<SkTypeface> typeface(paint.getTypeface() ? paint.refTypeface() in DEF_TEST() local
DTypefaceTest.cpp107 sk_sp<SkTypeface> typeface(fm->createFromStream(distortable.release(), params)); in DEF_TEST() local
138 sk_sp<SkTypeface> typeface(fm->createFromStream(distortable.release(), params)); in DEF_TEST() local
DSerializationTest.cpp338 static void serialize_and_compare_typeface(sk_sp<SkTypeface> typeface, const char* text, in serialize_and_compare_typeface()
373 sk_sp<SkTypeface> typeface(SkTypeface::MakeFromFile(filename.c_str(), 1)); in TestPictureTypefaceSerialization() local
388 sk_sp<SkTypeface> typeface(SkTypeface::MakeFromFontData( in TestPictureTypefaceSerialization() local
DFontNamesTest.cpp154 sk_sp<SkTypeface> typeface(set->createTypeface(j)); in test_systemfonts() local
DFontMgrTest.cpp700 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3() local
/external/skia/src/sfnt/
DSkOTUtils.cpp165 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(const SkTypeface& typeface) { in CreateForFamilyNames()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp396 const SkTypeface* typeface = fFont.getTypeface(); in TextRun() local
406 const SkTypeface* typeface = fFont.getTypeface(); in TextRun() local
415 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface(); in TextRun() local
/external/skia/gm/
Dcoloremoji.cpp59 sk_sp<SkTypeface> typeface; member
Dfontmgr.cpp35 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle, in drawCharacter() local
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp124 sk_sp<SkTypeface> typeface(fImpl->createFromStream(stream.release(), id.fTtcIndex)); in createTypefaceFromFontId() local
/external/skia/src/utils/
DSkWhitelistTypefaces.cpp195 sk_sp<SkTypeface> typeface(SkTypeface::MakeFromFontData(std::move(data))); in WhitelistDeserializeTypeface() local
/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp149 void SkJsonWriteBuffer::writeTypeface(SkTypeface* typeface) { in writeTypeface()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java51 private Typeface typeface; field in ShadowTextView
145 public void setTypeface(Typeface typeface) { in setTypeface()
/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp204 sk_sp<SkTypeface> typeface; in main() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java337 Typeface typeface = Robolectric.newInstanceOf(Typeface.class); in canSetAndGetTypeface() local

12