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

  /external/skia/src/pdf/
SkPDFCanon.h 68 SkPDFFont* fFont;
SkPDFFont.h 42 SkPDFFont* fFont;
SkPDFDevice.cpp 208 SkPDFFont* fFont;
209 // In PDF, text size has no default value. It is only valid if fFont is
219 fFont(NULL),
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 55 HFONT fFont;
108 return fFont;
  /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/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 332 const LEFontInstance *fFont;
682 return fFont;
712 return fFont->getAscent();
717 return fFont->getDescent();
722 return fFont->getLeading();
726 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
739 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/skia/src/core/
SkTextBlob.cpp 110 : fFont(font)
126 return fFont;
184 RunFont fFont;
  /external/skia/tools/
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/skia/src/ports/
SkFontHost_win.cpp 417 fFont = 0;
435 fFont = font;
444 HFONT fFont;
464 SelectObject(fDC, fFont);
564 HFONT fFont;
604 , fFont(0)
654 fFont = CreateFontIndirect(&lf);
655 if (!fFont) {
659 fSavefont = (HFONT)SelectObject(fDDC, fFont);
747 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 142 milliseconds