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

1 2

  /external/chromium_org/ui/gfx/
font.cc 5 #include "ui/gfx/font.h"
13 // Font, public:
15 Font::Font() : platform_font_(PlatformFont::CreateDefault()) {
18 Font::Font(const Font& other) : platform_font_(other.platform_font_) {
21 gfx::Font& Font::operator=(const Font& other)
    [all...]
font.h 19 // Font provides a wrapper around an underlying font. Copy and assignment
21 class UI_EXPORT Font {
23 // The following constants indicate the font style.
31 // Creates a font with the default name and style.
32 Font();
34 // Creates a font that is a clone of another font object.
35 Font(const Font& other)
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 88 mTextScript.set_gFontSans(Font.create(mRS, mRes, "sans-serif",
89 Font.Style.NORMAL, 8.0f / metrics.density));
90 mTextScript.set_gFontSerif(Font.create(mRS, mRes, "serif",
91 Font.Style.NORMAL, 8.0f / metrics.density));
RsBenchRS.java 284 mScript.set_gFontSerif(Font.create(mRS, mRes, "serif", Font.Style.NORMAL, 8));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xdefs.h 83 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
88 typedef XID Font;
X.h 105 typedef XID Font;
361 #define BadFont 7 /* parameter not a Font */
377 #define BadName 15 /* font or color name doesn't exist */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xdefs.h 83 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
88 typedef XID Font;
X.h 105 typedef XID Font;
361 #define BadFont 7 /* parameter not a Font */
377 #define BadName 15 /* font or color name doesn't exist */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xdefs.h 83 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
88 typedef XID Font;
  /frameworks/base/libs/hwui/font/
Font.cpp 29 #include "Font.h"
39 // Font
42 Font::Font(FontRenderer* state, const Font::FontDescription& desc) :
46 Font::FontDescription::FontDescription(const SkPaint* paint, const mat4& matrix) {
51 mFlags |= Font::kFakeBold;
63 ALOGW("Could not query the inverse lookup transform for this font");
67 Font::~Font() {
477 Font* font = state->mActiveFonts.get(description); local
    [all...]
Font.h 34 // Font
40 * Represents a font, defined by a Skia font id and a font size. A font is used
43 class Font {
77 ~Font();
85 const Font::FontDescription& getDescription() const {
90 * Creates a new font associated with the specified font state
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 70 Font,
  /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 79 class Font {
81 Font();
82 Font(const FontDescription&, float letterSpacing, float wordSpacing);
83 // This constructor is only used if the platform wants to start with a native font.
84 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
85 ~Font();
87 Font(const Font&);
88 Font& operator=(const Font&)
    [all...]
Font.cpp 25 #include "core/platform/graphics/Font.h"
45 WebCore::Font::deleteLayout(ptr);
52 const uint8_t Font::s_roundingHackCharacterTable[256] = {
84 Font::CodePath Font::s_codePath = Auto;
86 TypesettingFeatures Font::s_defaultTypesettingFeatures = 0;
89 // Font Implementation (Cross-Platform Portion)
92 Font::Font()
101 Font::Font(const FontDescription& fd, float letterSpacing, float wordSpacing
    [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/renderscript/
Font.java 37 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
38 * and point size. You can create multiple font objects to represent styles such as bold or italic text,
39 * faces, and different font sizes. During creation, the Android system quieries device's screen DPI to
42 * font to the RenderScript is required. A note of caution on performance, though the state changes
46 * <p>Font color and transparency are not part of the font object and you can freely modify
47 * them in the script to suit the user's rendering needs. Font colors work as a state machine.
50 public class Font extends BaseObj {
52 //These help us create a font by family name
154 Font(int 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 = NULL,
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...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 65 Font,
  /frameworks/base/core/java/android/text/
Html.java 309 out.append("<font size =\"");
314 out.append("<font color =\"#");
329 out.append("</font>");
332 out.append("</font>");
493 } else if (tag.equalsIgnoreCase("font")) {
543 } else if (tag.equalsIgnoreCase("font")) {
650 text.setSpan(new Font(color, face), len, len, Spannable.SPAN_MARK_MARK);
655 Object obj = getLast(text, Font.class);
661 Font f = (Font) obj
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 502 milliseconds

1 2