Searched defs:fFont (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
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
183 SkPDFFont* fFont; member in class:SkPDFFont::FontRec
187 // A fGlyphID of 0 with no fFont always matches.
H A DSkPDFDevice.cpp204 SkPDFFont* fFont; member in struct:GraphicStateEntry
205 // In PDF, text size has no default value. It is only valid if fFont is
215 fFont(NULL),
1139 SkPDFFont* font = content.entry()->fState.fFont;
1181 SkPDFFont* font = content.entry()->fState.fFont;
1187 font = content.entry()->fState.fFont;
2039 if (contentEntry->fState.fFont == NULL ||
2041 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
2050 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h55 HFONT fFont; member in class:GDIFontInstance
108 return fFont;
/external/skia/src/pdf/
H A DSkPDFFont.h42 SkPDFFont* fFont; member in struct:SkPDFGlyphSetMap::FontGlyphSetPair
183 SkPDFFont* fFont; member in class:SkPDFFont::FontRec
187 // A fGlyphID of 0 with no fFont always matches.
H A DSkPDFDevice.cpp219 SkPDFFont* fFont; member in struct:GraphicStateEntry
220 // In PDF, text size has no default value. It is only valid if fFont is
230 fFont(NULL),
1140 SkPDFFont* font = content.entry()->fState.fFont;
1292 SkPDFFont* font = content.entry()->fState.fFont;
2138 if (contentEntry->fState.fFont == NULL ||
2140 !contentEntry->fState.fFont->hasGlyph(glyphID)) {
2149 contentEntry->fState.fFont = fFontResources[fontIndex];
/external/chromium_org/third_party/skia/src/core/
H A DSkTextBlob.cpp30 , fFont(font)
44 return fFont;
104 SkPaint fFont; member in class:SkTextBlob::RunRecord
/external/icu/icu4c/source/layout/
H A DLETableReference.h56 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; member in class:LETableReference
206 fStart = (const le_uint8*)(fFont
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dcreate_test_font.cpp31 const char* fFont; member in struct:FontDesc
368 if (!strcmp(fontDesc.fFont, writ.fName) && fontDesc.fStyle == writ.fStyle) {
383 SkTypeface* systemTypeface = SkTypeface::CreateFromName(fontDesc.fFont, fontDesc.fStyle);
389 output_font(resourceTypeface, fontDesc.fFont, fontDesc.fStyle, fontDesc.fCharsUsed, out);
392 writ->fName = fontDesc.fFont;
421 " SkTestFontData& fFont;\n"
H A Dtest_font_data.cpp8578 SkTestFontData& fFont; member in struct:SubFont
/external/icu/icu4c/source/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/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp433 fFont = 0;
451 fFont = font;
460 HFONT fFont; member in class:HDCOffscreen
480 SelectObject(fDC, fFont);
580 HFONT fFont; member in class:SkScalerContext_GDI
621 , fFont(0)
687 fFont = CreateFontIndirect(&lf);
688 if (!fFont) {
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
780 fOffscreen.init(fFont, xfor
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp432 fFont = 0;
450 fFont = font;
459 HFONT fFont; member in class:HDCOffscreen
479 SelectObject(fDC, fFont);
580 HFONT fFont; member in class:SkScalerContext_GDI
621 , fFont(0)
687 fFont = CreateFontIndirect(&lf);
688 if (!fFont) {
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
780 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 1234 milliseconds