Searched refs:fFont (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/layoutex/layout/
H A DParagraphLayout.h325 const LEFontInstance *fFont; member in class:ParagraphLayout::VisualRun
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/icu4c/samples/layout/
H A DSurface.cpp11 SelectObject(fHdc, gFont->fFont);
H A DGDIFontInstance.cpp105 : 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...]
H A DGDIFontInstance.h55 HFONT fFont; member in class:GDIFontInstance
108 return fFont;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h42 SkPDFFont* fFont; member in struct:SkPDFGlyphSetMap::FontGlyphSetPair
175 SkPDFFont* fFont; member in class:SkPDFFont::FontRec
179 // A fGlyphID of 0 with no fFont always matches.
H A DSkPDFFont.cpp626 : fFont(font),
655 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
678 if (fMap[i].fFont == font) {
684 fMap[index].fFont = font;
709 if (CanonicalFonts()[i].fFont == this) {
773 CanonicalFonts()[relatedFontIndex].fFont->ref();
774 return CanonicalFonts()[relatedFontIndex].fFont;
780 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
794 CanonicalFonts()[relatedFontIndex].fFont->ref();
795 return CanonicalFonts()[relatedFontIndex].fFont;
[all...]
H A DSkPDFDocument.cpp41 entry->fFont->getFontSubset(entry->fGlyphSet);
43 catalog->setSubstitute(entry->fFont, subsetFont);
H A DSkPDFDevice.cpp200 SkPDFFont* fFont; member in struct:GraphicStateEntry
201 // In PDF, text size has no default value. It is only valid if fFont is
211 fFont(NULL),
1070 SkPDFFont* font = content.entry()->fState.fFont;
1112 SkPDFFont* font = content.entry()->fState.fFont;
1862 if (contentEntry->fState.fFont == NULL ||
1864 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
1873 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/skia/src/pdf/
H A DSkPDFFont.h42 SkPDFFont* fFont; member in struct:SkPDFGlyphSetMap::FontGlyphSetPair
175 SkPDFFont* fFont; member in class:SkPDFFont::FontRec
179 // A fGlyphID of 0 with no fFont always matches.
H A DSkPDFFont.cpp626 : fFont(font),
655 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
678 if (fMap[i].fFont == font) {
684 fMap[index].fFont = font;
709 if (CanonicalFonts()[i].fFont == this) {
773 CanonicalFonts()[relatedFontIndex].fFont->ref();
774 return CanonicalFonts()[relatedFontIndex].fFont;
780 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
794 CanonicalFonts()[relatedFontIndex].fFont->ref();
795 return CanonicalFonts()[relatedFontIndex].fFont;
[all...]
H A DSkPDFDocument.cpp41 entry->fFont->getFontSubset(entry->fGlyphSet);
43 catalog->setSubstitute(entry->fFont, subsetFont);
H A DSkPDFDevice.cpp216 SkPDFFont* fFont; member in struct:GraphicStateEntry
217 // In PDF, text size has no default value. It is only valid if fFont is
227 fFont(NULL),
1084 SkPDFFont* font = content.entry()->fState.fFont;
1232 SkPDFFont* font = content.entry()->fState.fFont;
1982 if (contentEntry->fState.fFont == NULL ||
1984 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
1993 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp434 fFont = 0;
452 fFont = font;
461 HFONT fFont; member in class:HDCOffscreen
481 SelectObject(fDC, fFont);
582 HFONT fFont; member in class:SkScalerContext_GDI
623 , fFont(0)
706 fFont = CreateFontIndirect(&lf);
707 if (!fFont) {
711 fSavefont = (HFONT)SelectObject(fDDC, fFont);
796 fOffscreen.init(fFont, xfor
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp434 fFont = 0;
452 fFont = font;
461 HFONT fFont; member in class:HDCOffscreen
481 SelectObject(fDC, fFont);
582 HFONT fFont; member in class:SkScalerContext_GDI
623 , fFont(0)
706 fFont = CreateFontIndirect(&lf);
707 if (!fFont) {
711 fSavefont = (HFONT)SelectObject(fDDC, fFont);
796 fOffscreen.init(fFont, xfor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 177 milliseconds