Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp340 SkPaint fFont; member in GrStencilAndCoverTextContext::FallbackBlobBuilder
351 fFont(fontAndStroke), in TextRun()
360 fFont.setStyle(SkPaint::kFill_Style); in TextRun()
362 if (fFont.isFakeBoldText() && SkStrokeRec::kStroke_Style != fStroke.getStyle()) { in TextRun()
364 SkScalar fakeBoldScale = SkScalarInterpFunc(fFont.getTextSize(), in TextRun()
368 SkScalar extra = SkScalarMul(fFont.getTextSize(), fakeBoldScale); in TextRun()
372 fFont.setFakeBoldText(false); in TextRun()
375 if (!fFont.getPathEffect() && !fStroke.isDashed()) { in TextRun()
377 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()
378 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()
[all …]
DGrStencilAndCoverTextContext.h98 SkPaint fFont; variable
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h332 const LEFontInstance *fFont; variable
682 return fFont; in getFont()
712 return fFont->getAscent(); in getAscent()
717 return fFont->getDescent(); in getDescent()
722 return fFont->getLeading(); in getLeading()
726 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
732 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
739 : fFont(font), fDirection(direction), fGlyphCount(glyphCount), in VisualRun()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp105 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
154 fFont = CreateFontIndirect(&lf); in GDIFontInstance()
156 if (fFont == NULL) { in GDIFontInstance()
161 SelectObject(hdc, fFont); in GDIFontInstance()
190 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
242 fFont = CreateFontIndirectA(&lf); in GDIFontInstance()
244 if (fFont == NULL) { in GDIFontInstance()
249 SelectObject(hdc, fFont); in GDIFontInstance()
308 if (fFont != NULL) { in ~GDIFontInstance()
310 DeleteObject(fFont); in ~GDIFontInstance()
DGDIFontInstance.h55 HFONT fFont; variable
108 return fFont; in getFont()
DSurface.cpp11 SelectObject(fHdc, gFont->fFont); in setFont()
/external/icu/icu4c/source/layout/
DLETableReference.h56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) { in LETableReference()
61 …LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag… in LETableReference()
69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) { in fFont() function
73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) { in LETableReference()
89 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), in LETableReference()
125 const LEFontInstance* getFont() const { return fFont; } in getFont()
198 const LEFontInstance* fFont;
206 …fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an e… in loadTable()
211 fFont = NULL;
/external/skia/src/pdf/
DSkPDFCanon.cpp18 fFontRecords[i].fFont->unref(); in reset()
63 fFontRecords[i].fFont, fFontRecords[i].fFontID, in findFont()
66 return fFontRecords[i].fFont; in findFont()
68 relatedFont = fFontRecords[i].fFont; in findFont()
77 rec->fFont = SkRef(font); in addFont()
DSkPDFCanon.h88 SkPDFFont* fFont; member
DSkPDFFont.h42 SkPDFFont* fFont; member
DSkPDFDevice.cpp211 SkPDFFont* fFont; member
222 fFont(nullptr), in GraphicStateEntry()
1316 SkPDFFont* font = content.entry()->fState.fFont; in drawText()
1385 SkPDFFont* font = content.entry()->fState.fFont; in drawPosText()
1391 font = content.entry()->fState.fFont; in drawPosText()
2182 if (contentEntry->fState.fFont == nullptr || in updateFont()
2184 !contentEntry->fState.fFont->hasGlyph(glyphID)) { in updateFont()
2193 contentEntry->fState.fFont = fFontResources[fontIndex]; in updateFont()
DSkPDFFont.cpp665 : fFont(font), in FontGlyphSetPair()
694 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont); in merge()
717 if (fMap[i].fFont == font) { in getGlyphSetForFont()
723 fMap[index].fFont = font; in getGlyphSetForFont()
/external/skia/tools/
Dsk_tool_utils_font.cpp39 fontData = &sub->fFont; in create_font()
54 fontData = &sub->fFont; in create_font()
Dcreate_test_font.cpp27 const char* fFont; member
322 if (!strcmp(fontDesc.fFont, writ.fName) && fontDesc.fStyle == writ.fStyle) { in written_index()
341 SkTypeface* systemTypeface = SkTypeface::CreateFromName(fontDesc.fFont, fontDesc.fStyle); in generate_fonts()
348 output_font(resourceTypeface, fontDesc.fFont, fontDesc.fStyle, out); in generate_fonts()
351 writ->fName = fontDesc.fFont; in generate_fonts()
421 " { \"Toy %s\", SkTypeface::k%s, gTestFonts[%d], \"%s\" },\n", desc.fFont, in generate_index()
Dtest_font_index.cpp66 SkTestFontData& fFont; member
Dtest_font_data.cpp8578 SkTestFontData& fFont; member
/external/skia/src/ports/
DSkFontHost_win.cpp419 fFont = 0; in HDCOffscreen()
437 fFont = font; in init()
446 HFONT fFont; member in HDCOffscreen
466 SelectObject(fDC, fFont); in draw()
566 HFONT fFont; member in SkScalerContext_GDI
606 , fFont(0) in SkScalerContext_GDI()
656 fFont = CreateFontIndirect(&lf); in SkScalerContext_GDI()
657 if (!fFont) { in SkScalerContext_GDI()
661 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
749 fOffscreen.init(fFont, xform); in SkScalerContext_GDI()
[all …]
/external/skia/src/core/
DSkTextBlob.cpp114 : fFont(font) in RunRecord()
130 return fFont; in font()
188 RunFont fFont; member in SkTextBlob::RunRecord
/external/skia/src/doc/
DSkDocument_PDF.cpp66 entry->fFont->getFontSubset(entry->fGlyphSet)); in perform_font_subsetting()
68 substituteMap->setSubstitute(entry->fFont, subsetFont.get()); in perform_font_subsetting()
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...