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

  /external/icu4c/samples/layout/
GDIFontInstance.h 55 HFONT fFont;
108 return fFont;
  /external/skia/src/pdf/
SkPDFFont.h 42 SkPDFFont* fFont;
174 SkPDFFont* fFont;
178 // A fGlyphID of 0 with no fFont always matches.
SkPDFDevice.cpp 209 SkPDFFont* fFont;
210 // In PDF, text size has no default value. It is only valid if fFont is
220 fFont(NULL),
898 SkPDFFont* font = content.entry()->fState.fFont;
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 325 const LEFontInstance *fFont;
675 return fFont;
705 return fFont->getAscent();
710 return fFont->getDescent();
715 return fFont->getLeading();
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 285 fFont = 0;
304 fFont = font;
314 HFONT fFont;
339 SelectObject(fDC, fFont);
434 HFONT fFont;
480 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
508 fFont = CreateFontIndirect(&lf);
524 fSavefont = (HFONT)SelectObject(fDDC, fFont);
530 fOffscreen.init(fFont, fXform);
538 if (fFont) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 424 fFont = 0;
442 fFont = font;
451 HFONT fFont;
475 SelectObject(fDC, fFont);
563 HFONT fFont;
621 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
635 fFont = CreateFontIndirect(&lf);
655 fSavefont = (HFONT)SelectObject(fDDC, fFont);
715 ::DeleteObject(fFont);
716 fFont = bitmapFont
    [all...]
  /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 221 milliseconds