HomeSort by relevance Sort by last modified time
    Searched defs:Font (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xdefs.h 81 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
86 typedef XID Font;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xdefs.h 81 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
86 typedef XID Font;
  /frameworks/base/libs/hwui/font/
Font.h 37 // Font
45 * Represents a font, defined by a Skia font id and a font size. A font is used
48 class Font {
82 ~Font();
90 const Font::FontDescription& getDescription() const {
95 * Creates a new font associated with the specified font state
    [all...]
Font.cpp 28 #include "Font.h"
38 // Font
41 Font::Font(FontRenderer* state, const Font::FontDescription& desc) :
44 Font::FontDescription::FontDescription(const SkPaint* paint, const SkMatrix& rasterMatrix)
50 mFlags |= Font::kFakeBold;
59 ALOGW("Could not query the inverse lookup transform for this font");
63 Font::~Font() {
487 Font* font = state->mActiveFonts.get(description); local
    [all...]
  /frameworks/minikin/include/minikin/
FontFamily.h 33 // FontStyle represents all style information needed to select an actual font
97 MinikinFont* font; member in struct:android::FakedFont
116 // Add font to family, extracting style information from the font
135 // Returns true if the font has a glyph for the code point and variation selector pair.
139 // Returns true if this font family has a variaion sequence table (cmap format 14 subtable).
145 class Font {
147 Font(MinikinFont* typeface, FontStyle style) :
154 std::vector<Font> mFonts;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 186 #if !defined(Font)
187 struct Font : IFontDisp {};
189 _COM_SMARTPTR_TYPEDEF(Font,__uuidof(IDispatch));
ntddvdeo.h 320 UCHAR Font[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
328 class Font: public GdiplusBase
333 Font(const FontFamily *family, REAL emSize,
336 Font(HDC hdc, HFONT hfont);
337 Font(HDC hdc, const LOGFONTA *logfont);
338 Font(HDC hdc, const LOGFONTW *logfont);
339 Font(HDC hdc);
340 Font(const WCHAR *familyName, REAL emSize,
344 ~Font();
345 Font* Clone() const
    [all...]
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFont.py 1 # Tkinter font wrapper
20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font:
26 """Represents a named font.
30 font -- font specifier (name, system font, or (family, size, style)-tuple)
31 name -- name to use for this font configuration (defaults to a unique name
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFont.py 1 # Tkinter font wrapper
20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font:
26 """Represents a named font.
30 font -- font specifier (name, system font, or (family, size, style)-tuple)
31 name -- name to use for this font configuration (defaults to a unique name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 1 # Tkinter font wrapper
20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font:
26 """Represents a named font.
30 font -- font specifier (name, system font, or (family, size, style)-tuple)
31 name -- name to use for this font configuration (defaults to a unique name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 1 # Tkinter font wrapper
20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font:
26 """Represents a named font.
30 font -- font specifier (name, system font, or (family, size, style)-tuple)
31 name -- name to use for this font configuration (defaults to a unique name
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.cc 17 #include "sfntly/font.h"
47 * Font class
49 Font::~Font() {}
51 bool Font::HasTable(int32_t tag) {
57 Table* Font::GetTable(int32_t tag) {
64 const TableMap* Font::GetTableMap() {
68 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) {
80 Font::Font(int32_t sfnt_version, ByteVector* digest
255 FontPtr font = new Font(sfnt_version_, &digest_); local
    [all...]
font.h 32 // Note: following constants are embedded in Font class in Java. They are
35 // Platform ids. These are used in a number of places within the font whenever
48 // Unicode encoding ids. These are used in a number of places within the font
62 // Windows encoding ids. These are used in a number of places within the font
79 // font whenever character encodings need to be specified.
122 // An sfnt container font object. This object is immutable and thread safe. To
123 // construct one use an instance of Font::Builder.
124 class Font : public RefCounted<Font> {
126 // A builder for a font object. The builder allows the for the creation o
    [all...]
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 31 * Parser for font config files.
55 public static class Font {
56 Font(String fontName, int ttcIndex, List<Axis> axes, int weight, boolean isItalic) {
77 public Family(String name, List<Font> fonts, String lang, String variant) {
85 public List<Font> fonts;
125 List<Font> fonts = new ArrayList<Font>();
129 if (tag.equals("font")) {
142 private static Font readFont(XmlPullParser parser)
165 return new Font(fullFilename, index, axes, weight, isItalic)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Font.java 34 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
35 * and point size. You can create multiple font objects to represent styles such as bold or italic text,
36 * faces, and different font sizes. During creation, the Android system quieries device's screen DPI to
39 * font to the RenderScript is required. A note of caution on performance, though the state changes
43 * <p>Font color and transparency are not part of the font object and you can freely modify
44 * them in the script to suit the user's rendering needs. Font colors work as a state machine.
47 public class Font extends BaseObj {
49 //These help us create a font by family name
151 Font(long id, RenderScript rs)
    [all...]
  /frameworks/rs/
rsFont.cpp 36 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) {
42 bool Font::init(const char *name, float fontSize, uint32_t dpi, const void *data, uint32_t dataLen) {
57 ALOGE("Unable to initialize font %s", name);
67 ALOGE("Unable to set font size on %s", name);
78 void Font::preDestroy() const {
87 void Font::invalidateTextureCache() {
93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y,
139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds)
    [all...]
rsFont.h 44 class Font : public ObjectBase {
65 ~Font();
75 static Font * create(Context *rsc, const char *name, float fontSize, uint32_t dpi,
119 Font(Context *rsc);
146 ObjectBaseRef<Font> mDefault;
150 Font::RenderMode mode = Font::FRAMEBUFFER,
151 Font::Rect *bounds = nullptr,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
164 friend class Font;
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 62 private static final int KEY_STRUCT_FONT_LIST = 9; // List<Font>
101 private List<Font> mFontList = null;
183 * ID of the font. This ID will be used to choose the font
184 * to be used from the font list.
204 * The size of the font
218 * @param fontId the ID of the font.
222 * @param fontSize the size of the font.
240 * Helper class to hold the font ID and name.
244 public static final class Font {
604 Font font = new Font(id, name); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 55 #define Font CARD32
540 #undef Font
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 55 #define Font CARD32
597 #undef Font
  /frameworks/base/core/java/android/text/
Html.java 575 out.append(String.format("<span style=\"font-size:%.0fpx\";>", sizeDip));
579 out.append(String.format("<span style=\"font-size:%.2fem;\">", sizeEm));
822 } else if (tag.equalsIgnoreCase("font")) {
1167 Font font = getLast(text, Font.class); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 805 milliseconds

1 2