Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrPathRendering.cpp17 GlyphGenerator(const SkTypeface& typeface, const SkDescriptor& desc) in GlyphGenerator()
50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
DGrStencilAndCoverTextContext.cpp221 const SkTypeface* typeface, in get_gr_glyphs()
/external/skia/src/core/
DSkGlyphCache.h148 static SkGlyphCache* DetachCache(SkTypeface* typeface, in DetachCache()
275 SkAutoGlyphCacheBase(SkTypeface* typeface, const SkDescriptor* desc) { in SkAutoGlyphCacheBase()
301 SkAutoGlyphCache(SkTypeface* typeface, const SkDescriptor* desc) : in SkAutoGlyphCache()
317 SkAutoGlyphCacheNoGamma(SkTypeface* typeface, const SkDescriptor* desc) : in SkAutoGlyphCacheNoGamma()
DSkTypefaceCache.cpp93 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx); in FindByProcAndRef() local
DSkGlyphCache.cpp59 SkGlyphCache::SkGlyphCache(SkTypeface* typeface, const SkDescriptor* desc, SkScalerContext* ctx) in SkGlyphCache()
460 SkGlyphCache* SkGlyphCache::VisitCache(SkTypeface* typeface, in VisitCache()
DSkPaint.cpp393 static void DetachDescProc(SkTypeface* typeface, const SkDescriptor* desc, in DetachDescProc()
1018 static void FontMetricsDescProc(SkTypeface* typeface, const SkDescriptor* desc, in FontMetricsDescProc()
1234 SkTypeface* typeface = this->getTypeface(); in getFontBounds() local
1337 SkTypeface* typeface = paint.getTypeface(); in MakeRec() local
2127 SkTypeface* typeface = this->getTypeface(); in toString() local
DSkTypeface.cpp185 SkTypeface* typeface = SkTypeface::CreateFromStream(data, desc.getFontIndex()); in Deserialize() local
/external/skia/src/ports/
DSkFontHost_FreeType_common.h26 SkScalerContext_FreeType_Base(SkTypeface* typeface, const SkDescriptor *desc) in SkScalerContext_FreeType_Base()
DSkScalerContext_win_dw.cpp37 static bool is_hinted_without_gasp(DWriteFontTypeface* typeface) { in is_hinted_without_gasp()
67 static void expand_range_if_gridfit_only(DWriteFontTypeface* typeface, int size, PPEMRange* range) { in expand_range_if_gridfit_only()
106 static bool has_bitmap_strike(DWriteFontTypeface* typeface, PPEMRange range) { in has_bitmap_strike()
191 SkScalerContext_DW::SkScalerContext_DW(DWriteFontTypeface* typeface, in SkScalerContext_DW()
DSkFontMgr_fontconfig.cpp807 virtual SkTypeface* onMatchFaceStyle(const SkTypeface* typeface, in onMatchFaceStyle()
850 SkAutoTUnref<SkTypeface> typeface(this->matchFamilyStyle(familyName, style)); in onLegacyCreateTypeface() local
DSkFontHost_FreeType.cpp278 static SkFaceRec* ref_ft_face(const SkTypeface* typeface) { in ref_ft_face()
794 SkScalerContext_FreeType::SkScalerContext_FreeType(SkTypeface* typeface, in SkScalerContext_FreeType()
/external/skia/src/pdf/
DSkPDFFont.cpp590 const SkTypeface* typeface, in get_subset_font_stream()
751 SkTypeface* SkPDFFont::typeface() { in typeface() function in SkPDFFont
802 SkTypeface* typeface, in GetFontResource()
865 SkTypeface* typeface, in SkPDFFont()
884 SkTypeface* typeface, in Create()
998 SkTypeface* typeface) in SkPDFType0Font()
1049 SkTypeface* typeface, in SkPDFCIDFont()
1205 SkTypeface* typeface, in SkPDFType1Font()
1329 SkTypeface* typeface, in SkPDFType3Font()
DSkPDFDevice.cpp116 static int max_glyphid_for_typeface(SkTypeface* typeface) { in max_glyphid_for_typeface()
2031 SkTypeface* typeface = paint.getTypeface(); in updateFont() local
2047 int SkPDFDevice::getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID) { in getFontResourceIndex()
/external/skia/tools/
DResources.cpp49 SkAutoTUnref<SkTypeface> typeface(SkTypeface::CreateFromStream(stream.detach())); in GetResourceAsTypeface() local
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp130 SkTypeface* typeface = NULL; in SkTypefaceFromPdfStandardFont() local
197 SkTypeface* typeface = SkTypefaceFromPdfStandardFont(fontName, false, false); in fontFromName() local
DSkPdfFont.h264 SkPdfStandardFont(SkTypeface* typeface) : fTypeface(typeface) {} in SkPdfStandardFont()
/external/skia/src/animator/
DSkDrawPaint.h64 SkDrawTypeface* typeface; variable
/external/skia/src/sfnt/
DSkOTUtils.cpp165 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(const SkTypeface& typeface) { in CreateForFamilyNames()
/external/skia/gm/
Dcoloremoji.cpp53 SkTypeface* typeface; member
Dfontmgr.cpp34 SkTypeface* typeface = fm->matchFamilyStyleCharacter(fontName, fontStyle, in drawCharacter() local
/external/skia/tests/
DFontNamesTest.cpp154 SkAutoTUnref<SkTypeface> typeface(set->createTypeface(j)); in test_systemfonts() local
/external/robolectric/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/src/fonts/
DSkFontMgr_indirect.cpp228 SkAutoTUnref<SkTypeface> typeface(fImpl->createFromStream(stream.detach(), id.fTtcIndex)); in createTypefaceFromFontId() local
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp103 GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java337 Typeface typeface = Robolectric.newInstanceOf(Typeface.class); in canSetAndGetTypeface() local

12