/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/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/chromium_org/third_party/skia/src/pdf/ |
SkPDFFont.h | 42 SkPDFFont* fFont; 176 SkPDFFont* fFont; 180 // A fGlyphID of 0 with no fFont always matches.
|
SkPDFFont.cpp | 651 : fFont(font), 680 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont); 703 if (fMap[i].fFont == font) { 709 fMap[index].fFont = font; 734 if (CanonicalFonts()[i].fFont == this) { 798 CanonicalFonts()[relatedFontIndex].fFont->ref(); 799 return CanonicalFonts()[relatedFontIndex].fFont; 805 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont; 819 CanonicalFonts()[relatedFontIndex].fFont->ref(); 820 return CanonicalFonts()[relatedFontIndex].fFont; [all...] |
SkPDFDocument.cpp | 41 entry->fFont->getFontSubset(entry->fGlyphSet); 43 catalog->setSubstitute(entry->fFont, subsetFont);
|
SkPDFDevice.cpp | 219 SkPDFFont* fFont; 220 // In PDF, text size has no default value. It is only valid if fFont is 230 fFont(NULL), [all...] |
/external/skia/src/pdf/ |
SkPDFFont.h | 42 SkPDFFont* fFont; 176 SkPDFFont* fFont; 180 // A fGlyphID of 0 with no fFont always matches.
|
SkPDFFont.cpp | 651 : fFont(font), 680 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont); 703 if (fMap[i].fFont == font) { 709 fMap[index].fFont = font; 734 if (CanonicalFonts()[i].fFont == this) { 798 CanonicalFonts()[relatedFontIndex].fFont->ref(); 799 return CanonicalFonts()[relatedFontIndex].fFont; 805 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont; 819 CanonicalFonts()[relatedFontIndex].fFont->ref(); 820 return CanonicalFonts()[relatedFontIndex].fFont; [all...] |
SkPDFDocument.cpp | 41 entry->fFont->getFontSubset(entry->fGlyphSet); 43 catalog->setSubstitute(entry->fFont, subsetFont);
|
SkPDFDevice.cpp | 219 SkPDFFont* fFont; 220 // In PDF, text size has no default value. It is only valid if fFont is 230 fFont(NULL), [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_win.cpp | 427 fFont = 0; 445 fFont = font; 454 HFONT fFont; 474 SelectObject(fDC, fFont); 575 HFONT fFont; 616 , fFont(0) 707 fFont = CreateFontIndirect(&lf); 708 if (!fFont) { 712 fSavefont = (HFONT)SelectObject(fDDC, fFont); 797 fOffscreen.init(fFont, xform) [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 427 fFont = 0; 445 fFont = font; 454 HFONT fFont; 474 SelectObject(fDC, fFont); 575 HFONT fFont; 616 , fFont(0) 707 fFont = CreateFontIndirect(&lf); 708 if (!fFont) { 712 fSavefont = (HFONT)SelectObject(fDDC, fFont); 797 fOffscreen.init(fFont, xform) [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 | |