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

  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/source/layout/
LETableReference.h 56 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;
206 fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an error
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 42 SkPDFFont* fFont;
183 SkPDFFont* fFont;
187 // A fGlyphID of 0 with no fFont always matches.
SkPDFFont.cpp 665 : fFont(font),
694 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
717 if (fMap[i].fFont == font) {
723 fMap[index].fFont = font;
748 if (CanonicalFonts()[i].fFont == this) {
829 CanonicalFonts()[relatedFontIndex].fFont->ref();
830 return CanonicalFonts()[relatedFontIndex].fFont;
836 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
850 CanonicalFonts()[relatedFontIndex].fFont->ref();
851 return CanonicalFonts()[relatedFontIndex].fFont;
    [all...]
SkPDFDocument.cpp 41 entry->fFont->getFontSubset(entry->fGlyphSet);
43 catalog->setSubstitute(entry->fFont, subsetFont);
SkPDFDevice.cpp 204 SkPDFFont* fFont;
205 // In PDF, text size has no default value. It is only valid if fFont is
215 fFont(NULL),
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 42 SkPDFFont* fFont;
183 SkPDFFont* fFont;
187 // 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) {
815 CanonicalFonts()[relatedFontIndex].fFont->ref();
816 return CanonicalFonts()[relatedFontIndex].fFont;
822 SkPDFFont* relatedFont = CanonicalFonts()[relatedFontIndex].fFont;
836 CanonicalFonts()[relatedFontIndex].fFont->ref();
837 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/tools/
sk_tool_utils_font.cpp 41 fontData = &sub->fFont;
51 fontData = &sub->fFont;
create_test_font.cpp 31 const char* fFont;
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"
test_font_data.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTextBlob.cpp 30 , fFont(font)
44 return fFont;
104 SkPaint fFont;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 433 fFont = 0;
451 fFont = font;
460 HFONT fFont;
480 SelectObject(fDC, fFont);
580 HFONT fFont;
621 , fFont(0)
687 fFont = CreateFontIndirect(&lf);
688 if (!fFont) {
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
780 fOffscreen.init(fFont, xform)
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 432 fFont = 0;
450 fFont = font;
459 HFONT fFont;
479 SelectObject(fDC, fFont);
580 HFONT fFont;
621 , fFont(0)
687 fFont = CreateFontIndirect(&lf);
688 if (!fFont) {
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
780 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 

Completed in 290 milliseconds