/external/skia/src/gpu/text/ |
GrStencilAndCoverTextContext.cpp | 340 SkPaint fFont; 351 fFont(fontAndStroke), 360 fFont.setStyle(SkPaint::kFill_Style); 362 if (fFont.isFakeBoldText() && SkStrokeRec::kStroke_Style != fStroke.getStyle()) { 364 SkScalar fakeBoldScale = SkScalarInterpFunc(fFont.getTextSize(), 368 SkScalar extra = SkScalarMul(fFont.getTextSize(), fakeBoldScale); 372 fFont.setFakeBoldText(false); 375 if (!fFont.getPathEffect() && !fStroke.isDashed()) { 377 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; 378 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize() [all...] |
GrStencilAndCoverTextContext.h | 98 SkPaint fFont;
|
/external/icu/icu4c/source/layoutex/layout/ |
ParagraphLayout.h | 332 const LEFontInstance *fFont; 682 return fFont; 712 return fFont->getAscent(); 717 return fFont->getDescent(); 722 return fFont->getLeading(); 726 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL) 732 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL) 739 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
|
/external/skia/tools/ |
sk_tool_utils_font.cpp | 39 fontData = &sub->fFont; 54 fontData = &sub->fFont;
|
create_test_font.cpp | 27 const char* fFont; 322 if (!strcmp(fontDesc.fFont, writ.fName) && fontDesc.fStyle == writ.fStyle) { 341 SkTypeface* systemTypeface = SkTypeface::CreateFromName(fontDesc.fFont, fontDesc.fStyle); 348 output_font(resourceTypeface, fontDesc.fFont, fontDesc.fStyle, out); 351 writ->fName = fontDesc.fFont; 404 " SkTestFontData& fFont;\n" 421 " { \"Toy %s\", SkTypeface::k%s, gTestFonts[%d], \"%s\" },\n", desc.fFont,
|
test_font_index.cpp | 66 SkTestFontData& fFont;
|
test_font_data.cpp | [all...] |
/external/skia/src/pdf/ |
SkPDFCanon.cpp | 18 fFontRecords[i].fFont->unref(); 63 fFontRecords[i].fFont, fFontRecords[i].fFontID, 66 return fFontRecords[i].fFont; 68 relatedFont = fFontRecords[i].fFont; 77 rec->fFont = SkRef(font);
|
SkPDFCanon.h | 88 SkPDFFont* fFont;
|
SkPDFFont.h | 42 SkPDFFont* fFont;
|
SkPDFDevice.cpp | 211 SkPDFFont* fFont; 212 // In PDF, text size has no default value. It is only valid if fFont is 222 fFont(nullptr), [all...] |
SkPDFFont.cpp | 665 : fFont(font), 694 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont); 717 if (fMap[i].fFont == font) { 723 fMap[index].fFont = font; [all...] |
/external/icu/icu4c/source/samples/layout/ |
Surface.cpp | 11 SelectObject(fHdc, gFont->fFont);
|
GDIFontInstance.h | 55 HFONT fFont; 108 return fFont;
|
GDIFontInstance.cpp | 105 : FontTableCache(), fSurface(surface), fFont(NULL), 154 fFont = CreateFontIndirect(&lf); 156 if (fFont == NULL) { 161 SelectObject(hdc, fFont); 190 : FontTableCache(), fSurface(surface), fFont(NULL), 242 fFont = CreateFontIndirectA(&lf); 244 if (fFont == NULL) { 249 SelectObject(hdc, fFont); 308 if (fFont != NULL) { 310 DeleteObject(fFont); [all...] |
/external/icu/icu4c/source/layout/ |
LETableReference.h | 56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) { 61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) { 69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) { 73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) { 89 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), 125 const LEFontInstance* getFont() const { return fFont; } 198 const LEFontInstance* fFont; 206 fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an error [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 419 fFont = 0; 437 fFont = font; 446 HFONT fFont; 466 SelectObject(fDC, fFont); 566 HFONT fFont; 606 , fFont(0) 656 fFont = CreateFontIndirect(&lf); 657 if (!fFont) { 661 fSavefont = (HFONT)SelectObject(fDDC, fFont); 749 fOffscreen.init(fFont, xform) [all...] |
/external/skia/src/core/ |
SkTextBlob.cpp | 114 : fFont(font) 130 return fFont; 188 RunFont fFont;
|
/external/skia/src/doc/ |
SkDocument_PDF.cpp | 66 entry->fFont->getFontSubset(entry->fGlyphSet)); 68 substituteMap->setSubstitute(entry->fFont, subsetFont.get());
|
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |