Home
last modified time | relevance | path

Searched refs:fFont (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/gpu/text/
DGrStencilAndCoverTextContext.cpp306 SkPaint fFont; member in GrStencilAndCoverTextContext::FallbackBlobBuilder
317 , fFont(fontAndStroke) in TextRun()
322 SkASSERT(fFont.getTextSize() > 0); in TextRun()
328 fFont.setStyle(SkPaint::kFill_Style); in TextRun()
330 if (fFont.isFakeBoldText() && fStyle.isSimpleFill()) { in TextRun()
333 SkScalar fakeBoldScale = SkScalarInterpFunc(fFont.getTextSize(), in TextRun()
337 SkScalar extra = fFont.getTextSize() * fakeBoldScale; in TextRun()
343 fFont.setFakeBoldText(false); in TextRun()
346 if (!fFont.getPathEffect() && !fStyle.isDashed()) { in TextRun()
349 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()
[all …]
DGrStencilAndCoverTextContext.h86 GrAA aa() const { return fFont.isAntiAlias() ? GrAA::kYes : GrAA::kNo; } in aa()
96 SkPaint fFont; variable
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h334 const LEFontInstance *fFont; variable
684 return fFont; in getFont()
714 return fFont->getAscent(); in getAscent()
719 return fFont->getDescent(); in getDescent()
724 return fFont->getLeading(); in getLeading()
728 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
734 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
741 : fFont(font), fDirection(direction), fGlyphCount(glyphCount), in VisualRun()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp111 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
160 fFont = CreateFontIndirect(&lf); in GDIFontInstance()
162 if (fFont == NULL) { in GDIFontInstance()
167 SelectObject(hdc, fFont); in GDIFontInstance()
196 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
248 fFont = CreateFontIndirectA(&lf); in GDIFontInstance()
250 if (fFont == NULL) { in GDIFontInstance()
255 SelectObject(hdc, fFont); in GDIFontInstance()
314 if (fFont != NULL) { in ~GDIFontInstance()
316 DeleteObject(fFont); in ~GDIFontInstance()
DGDIFontInstance.h61 HFONT fFont; variable
114 return fFont; in getFont()
DSurface.cpp14 SelectObject(fHdc, gFont->fFont); in setFont()
/external/skqp/tools/
Dsk_tool_utils_font.cpp39 fontData = &sub->fFont; in create_font()
55 fontData = &sub->fFont; in create_font()
Dtest_font_index.inc66 SkTestFontData& fFont;
/external/skia/tools/fonts/
Dsk_tool_utils_font.cpp41 fontData = &sub->fFont; in create_font()
57 fontData = &sub->fFont; in create_font()
Dtest_font_index.inc66 SkTestFontData& fFont;
/external/skia/src/ports/
DSkFontHost_win.cpp423 fFont = 0; in HDCOffscreen()
441 fFont = font; in init()
450 HFONT fFont; member in HDCOffscreen
470 SelectObject(fDC, fFont); in draw()
572 HFONT fFont; member in SkScalerContext_GDI
617 , fFont(0) in SkScalerContext_GDI()
667 fFont = CreateFontIndirect(&lf); in SkScalerContext_GDI()
668 if (!fFont) { in SkScalerContext_GDI()
672 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
760 fOffscreen.init(fFont, xform); in SkScalerContext_GDI()
[all …]
/external/skqp/src/ports/
DSkFontHost_win.cpp423 fFont = 0; in HDCOffscreen()
441 fFont = font; in init()
450 HFONT fFont; member in HDCOffscreen
470 SelectObject(fDC, fFont); in draw()
572 HFONT fFont; member in SkScalerContext_GDI
617 , fFont(0) in SkScalerContext_GDI()
667 fFont = CreateFontIndirect(&lf); in SkScalerContext_GDI()
668 if (!fFont) { in SkScalerContext_GDI()
672 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
760 fOffscreen.init(fFont, xform); in SkScalerContext_GDI()
[all …]
/external/skia/src/core/
DSkTextBlob.cpp128 RunFont fFont; member
139 : fFont(font) in RunRecord()
161 return fFont; in font()
291 RunFont fFont; member in SkTextBlob::RunRecord
/external/skqp/src/core/
DSkTextBlob.cpp128 RunFont fFont; member
139 : fFont(font) in RunRecord()
161 return fFont; in font()
291 RunFont fFont; member in SkTextBlob::RunRecord