/external/skqp/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 306 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 …]
|
D | GrStencilAndCoverTextContext.h | 86 GrAA aa() const { return fFont.isAntiAlias() ? GrAA::kYes : GrAA::kNo; } in aa() 96 SkPaint fFont; variable
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 334 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/ |
D | GDIFontInstance.cpp | 111 : 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()
|
D | GDIFontInstance.h | 61 HFONT fFont; variable 114 return fFont; in getFont()
|
D | Surface.cpp | 14 SelectObject(fHdc, gFont->fFont); in setFont()
|
/external/skqp/tools/ |
D | sk_tool_utils_font.cpp | 39 fontData = &sub->fFont; in create_font() 55 fontData = &sub->fFont; in create_font()
|
D | test_font_index.inc | 66 SkTestFontData& fFont;
|
/external/skia/tools/fonts/ |
D | sk_tool_utils_font.cpp | 41 fontData = &sub->fFont; in create_font() 57 fontData = &sub->fFont; in create_font()
|
D | test_font_index.inc | 66 SkTestFontData& fFont;
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 423 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/ |
D | SkFontHost_win.cpp | 423 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/ |
D | SkTextBlob.cpp | 128 RunFont fFont; member 139 : fFont(font) in RunRecord() 161 return fFont; in font() 291 RunFont fFont; member in SkTextBlob::RunRecord
|
/external/skqp/src/core/ |
D | SkTextBlob.cpp | 128 RunFont fFont; member 139 : fFont(font) in RunRecord() 161 return fFont; in font() 291 RunFont fFont; member in SkTextBlob::RunRecord
|