HomeSort by relevance Sort by last modified time
    Searched defs:fFont (Results 1 - 16 of 16) sorted by null

  /external/skia/tools/
test_font_index.cpp 66 SkTestFontData& 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_data.cpp     [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 55 HFONT fFont;
108 return fFont;
  /external/skia/src/pdf/
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...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 98 SkPaint fFont;
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...]
  /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/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/src/core/
SkTextBlob.cpp 114 : fFont(font)
130 return fFont;
188 RunFont fFont;
  /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/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 

Completed in 415 milliseconds