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

  /external/icu4c/layoutex/layout/
ParagraphLayout.h 325 const LEFontInstance *fFont;
672 return fFont;
702 return fFont->getAscent();
707 return fFont->getDescent();
712 return fFont->getLeading();
716 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
722 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
729 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/icu4c/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/skia/include/pdf/
SkPDFFont.h 42 SkPDFFont* fFont;
174 SkPDFFont* fFont;
178 // A fGlyphID of 0 with no fFont always matches.
  /external/skia/src/pdf/
SkPDFFont.cpp 614 : fFont(font),
643 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
666 if (fMap[i].fFont == font) {
672 fMap[index].fFont = font;
697 CanonicalFonts()[index].fFont == this) {
745 CanonicalFonts()[relatedFontIndex].fFont->ref();
746 return CanonicalFonts()[relatedFontIndex].fFont;
752 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
    [all...]
SkPDFDocument.cpp 48 entry->fFont->getFontSubset(entry->fGlyphSet);
50 catalog->setSubstitute(entry->fFont, subsetFont);
SkPDFDevice.cpp 143 SkPDFFont* fFont;
144 // In PDF, text size has no default value. It is only valid if fFont is
154 fFont(NULL),
823 SkPDFFont* font = content.entry()->fState.fFont;
870 SkPDFFont* font = content.entry()->fState.fFont;
    [all...]
  /external/skia/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/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 351 milliseconds