/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 340 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 …]
|
D | GrStencilAndCoverTextContext.h | 98 SkPaint fFont; variable
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 332 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/ |
D | GDIFontInstance.cpp | 105 : 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()
|
D | GDIFontInstance.h | 55 HFONT fFont; variable 108 return fFont; in getFont()
|
D | Surface.cpp | 11 SelectObject(fHdc, gFont->fFont); in setFont()
|
/external/icu/icu4c/source/layout/ |
D | LETableReference.h | 56 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/ |
D | SkPDFCanon.cpp | 18 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()
|
D | SkPDFCanon.h | 88 SkPDFFont* fFont; member
|
D | SkPDFFont.h | 42 SkPDFFont* fFont; member
|
D | SkPDFDevice.cpp | 211 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()
|
D | SkPDFFont.cpp | 665 : 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/ |
D | sk_tool_utils_font.cpp | 39 fontData = &sub->fFont; in create_font() 54 fontData = &sub->fFont; in create_font()
|
D | create_test_font.cpp | 27 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()
|
D | test_font_index.cpp | 66 SkTestFontData& fFont; member
|
D | test_font_data.cpp | 8578 SkTestFontData& fFont; member
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 419 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/ |
D | SkTextBlob.cpp | 114 : fFont(font) in RunRecord() 130 return fFont; in font() 188 RunFont fFont; member in SkTextBlob::RunRecord
|
/external/skia/src/doc/ |
D | SkDocument_PDF.cpp | 66 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/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |