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

  /external/webkit/Source/WebKit2/Shared/
FontInfo.cpp 27 #include "FontInfo.h"
37 void FontInfo::encode(CoreIPC::ArgumentEncoder* encoder) const
44 bool FontInfo::decode(CoreIPC::ArgumentDecoder* decoder, FontInfo& fontInfo)
47 if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
FontInfo.h 40 struct FontInfo {
42 static bool decode(CoreIPC::ArgumentDecoder*, FontInfo&);
DictionaryPopupInfo.h 29 #include "FontInfo.h"
53 FontInfo fontInfo;
PlatformPopupMenuData.h 29 #include "FontInfo.h"
56 FontInfo fontInfo;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 75 private static final List<FontInfo> mMainFonts = new ArrayList<FontInfo>();
76 private static final List<FontInfo> mFallbackFonts = new ArrayList<FontInfo>();
87 List<FontInfo> systemFonts = handler.getFontList();
92 List<FontInfo> fallbackFonts = handler.getFontList();
122 List<FontInfo> fontList, List<FontInfo> fallBackList) {
151 for (FontInfo info : mMainFonts) {
159 for (FontInfo info : mFallbackFonts)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 58 /*package*/ static final class FontInfo {
68 private List<FontInfo> mFonts;
105 public List<FontInfo> getFonts() {
932 for (FontInfo info : delegate.mFonts) {
988 for (FontInfo info : delegate.mFonts) {
    [all...]
Canvas_Delegate.java 26 import android.graphics.Paint_Delegate.FontInfo;
    [all...]
  /external/freetype/src/psaux/
afmparse.c 545 parser->FontInfo = NULL;
585 AFM_FontInfo fi = parser->FontInfo;
686 AFM_FontInfo fi = parser->FontInfo;
850 AFM_FontInfo fi = parser->FontInfo;
  /external/freetype/include/freetype/internal/
psaux.h 239 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
744 /* FontInfo :: The result will be stored here. */
754 AFM_FontInfo FontInfo;
    [all...]

Completed in 92 milliseconds