/external/sfntly/cpp/src/sample/subtly/ |
merger.cc | 21 #include "sfntly/font.h" 44 CALLER_ATTACH Font* Merger::Merge() { 49 fprintf(stderr, "Could not create merged font info\n"); 68 fprintf(stderr, "Couldn't create font info. "
|
subsetter_main.cc | 23 #include "sfntly/font.h" 45 FontPtr font; local 46 font.Attach(subtly::LoadFont(input_font_path)); 47 if (font->num_tables() == 0) { 48 fprintf(stderr, "Could not load font %s.\n", input_font_path); 62 int32_t original_size = TotalFontSize(font); 67 Ptr<Subsetter> subsetter = new Subsetter(font, range_predicate); 68 Ptr<Font> new_font; 76 subtly::PrintComparison(stdout, font, new_font);
|
font_info.cc | 27 #include "sfntly/font.h" 112 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, FontId font_id) 113 : font_(font), 119 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, 122 : font_(font),
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 19 #include "font/CacheTexture.h" 20 #include "font/CachedGlyphInfo.h" 21 #include "font/Font.h" 22 #include "font/FontUtil.h" 24 #include "font/FontCacheHistoryTracker.h" 125 friend class Font; 172 Font* mCurrentFont; 173 LruCache<Font::FontDescription, Font*> mActiveFonts [all...] |
FontRenderer.cpp | 29 #include "font/Font.h" 87 , mActiveFonts(LruCache<Font::FontDescription, Font*>::kUnlimitedCapacity) 138 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts); 148 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts); 180 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts) 640 Font* font = Font::create(this, paint, matrix); local [all...] |
TextDropShadowCache.h | 28 #include "font/Font.h" 55 , flags(paint->isFakeBoldText() ? Font::kFakeBold : 0)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfDemo.java | 18 import java.awt.Font; 85 commentaryField.setFont(new Font("Helvetica", Font.PLAIN, 14)); 95 numberField.setFont(new Font("Serif", Font.PLAIN, 24)); 97 textField.setFont(new Font("Serif", Font.PLAIN, 24)); 99 rulesField.setFont(new Font("Serif", Font.PLAIN, 14)); 475 Font font = getFont() local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimpl.h | 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily, 742 // Font 744 __inline__ Font::Font(const FontFamily *family, 753 __inline__ Font::Font(HDC hdc, HFONT hfont): 766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): 773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont) [all...] |
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 114 getbaseclasses(Font) 181 'mFNT' : Font,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 114 getbaseclasses(Font) 181 'mFNT' : Font,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 114 getbaseclasses(Font) 181 'mFNT' : Font,
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
DetectingViewer.java | 13 import java.awt.Font; 84 Font font = new Font("Arial Unicode MS", Font.PLAIN, 24); local 85 text.setFont(font);
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_draw.cpp | 19 {XFA_Element::Desc, 1, 0}, {XFA_Element::Font, 1, 0},
|
cxfa_field.cpp | 21 {XFA_Element::Font, 1, 0}, {XFA_Element::Value, 1, 0},
|
/frameworks/rs/ |
rsScriptC_LibGL.cpp | 225 static void SetMetrics(Font::Rect *metrics, 246 Font::Rect metrics; 255 Font::Rect metrics; 260 void rsrBindFont(Context *rsc, Font *font) { 261 CHECK_OBJ(font); 262 rsi_ContextBindFont(rsc, font);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 20 import java.awt.Font; 80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f)); 88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f)); 98 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comdef.h | 204 #if !defined(Font) 205 struct Font : IFontDisp {}; 207 _COM_SMARTPTR_TYPEDEF(Font,__uuidof(IDispatch));
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 581 private static Font IN_FONT = new Font("mono", Font.PLAIN, 12); 582 private static Font OUT_FONT = new Font("default", Font.BOLD, 12);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
HolidayCalendarDemo.java | 20 import java.awt.Font; 144 void addWithFont(Container container, Component foo, Font font) { 145 if (font != null) 146 foo.setFont(font); 191 monthLabel.setFont(new Font(DemoUtility.titleFont.getName(), 656 Font numberFont = new Font("Helvetica",Font.PLAIN,12); 657 // not used Font holidayFont = DemoUtility.creditFont [all...] |
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 25 import java.awt.font.*; 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke, 45 private Font overrideFont; 51 private Font font; field in class:OverrideGraphics2D 64 this.font = graphics.getFont(); 82 * Fixes the Font of the Graphics2D. 84 * @param font the fixed Font, or <code>null</code> to undo the fixing. 86 public void setOverrideFont(Font font [all...] |
/external/sfntly/cpp/src/test/ |
cmap_editing_test.cc | 20 #include "sfntly/font.h" 58 Font* font = font_builder->Build(); local 59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); 64 delete font; 75 FontPtr font = fonts[0]; local 76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); 94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
|
test_font_utils.cc | 36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { 39 assert(font); 41 factory->SerializeFont(font, &output_stream);
|
cmap_test.cc | 25 #include "sfntly/font.h" 120 Ptr<Font> font; local 121 font = font_array->at(0); 122 ASSERT_NE(font, reinterpret_cast<Font*>(NULL)); 124 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
|
/frameworks/base/libs/hwui/hwui/ |
Typeface.cpp | 136 : families[0]->getClosestMatch(defaultStyle).font->typeface().get(); 183 std::shared_ptr<minikin::MinikinFont> font = std::make_shared<MinikinFontSkia>( local 185 std::vector<minikin::Font> fonts; 186 fonts.push_back(minikin::Font::Builder(font).build());
|
/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 69 * The Typeface class specifies the typeface and intrinsic style of a font. 152 // Value for weight and italic. Indicates the value is resolved by font metadata. 192 * Used by Resources to load a font resource of type font file. 205 // TODO: introduce ttc index and variation settings to resource type font. 224 * Used by Resources to load a font resource of type xml. 231 // Downloadable font 244 // Downloaded font and it wasn't cached, request it again and return a 245 // default font instead (nothing we can do now). 283 * Used by resources for cached loading if the font is available 969 final FontConfig.Font font = fonts.get(i); local [all...] |