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

1 2 3

  /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 Font& Font::operator=(const Font& other)
    [all...]
font.h 19 // Font provides a wrapper around an underlying font. Copy and assignment
22 // Figure of font metrics:
30 class GFX_EXPORT Font {
32 // The following constants indicate the font style.
40 // Creates a font with the default name and style.
41 Font();
43 // Creates a font that is a clone of another font object.
44 Font(const Font& other)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 11 * Font related declarations
19 Font::Font(IN HDC hdc)
21 GpFont *font = NULL; local
22 lastResult = DllExports::GdipCreateFontFromDC(hdc, &font);
29 SetNativeFont(font);
34 Font::Font(IN HDC hdc,
37 GpFont *font = NULL; local
44 lastResult = DllExports::GdipCreateFontFromLogfontA(hdc, &lf, &font);
66 GpFont *font = NULL; local
88 GpFont *font = NULL; local
115 GpFont *font = NULL; local
142 GpFont * font = NULL; local
    [all...]
GdiPlusHeaders.h 197 friend class Font;
274 class Font : public GdiplusBase
279 Font(IN HDC hdc);
280 Font(IN HDC hdc,
282 Font(IN HDC hdc,
285 Font(IN HDC hdc,
288 Font(
295 Font(
308 Font* Clone() const;
309 ~Font();
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
font.h 15 // Data model for a font file in sfnt format, reading and writing functions and
28 // Represents an sfnt font file. Only the table directory is parsed, for the
29 // table data we only store a raw pointer, therefore a font object is valid only
31 struct Font {
51 // Parses the font from the given data. Returns false on parsing failure or
52 // buffer overflow. The font is valid only so long the input data pointer is
54 bool ReadFont(const uint8_t* data, size_t len, Font* font);
56 // Returns the file size of the font.
57 size_t FontFileSize(const Font& font)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 78 class PLATFORM_EXPORT Font {
80 Font();
81 Font(const FontDescription&);
82 ~Font();
84 Font(const Font&);
85 Font& operator=(const Font&);
87 bool operator==(const Font& other) const;
88 bool operator!=(const Font& other) const { return !(*this == other);
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfResourceDictionary_autogen.cpp 71 SkPdfDictionary* SkPdfResourceDictionary::Font(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Font", "");
80 return get("Font", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfResourceDictionary_autogen.cpp 71 SkPdfDictionary* SkPdfResourceDictionary::Font(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Font", "");
80 return get("Font", "") != NULL;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 27 * In addition for some symbols we record the font as a further attribute.
30 * representation, types become tag names, while role, font, etc. are added as
836 * font: cvox.SemanticAttr.Font}>} The semantic meaning of the symbol.
887 font: cvox.SemanticAttr.Font.NORMAL
892 font: cvox.SemanticAttr.Font.NORMAL
897 font: cvox.SemanticAttr.Font.NORMA
    [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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-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/graphics/java/android/graphics/
FontListParser.java 30 * Parser for font config files.
45 public static class Font {
46 Font(String fontName, int weight, boolean isItalic) {
63 public Family(String name, List<Font> fonts, String lang, String variant) {
71 public List<Font> fonts;
110 List<Font> fonts = new ArrayList<Font>();
114 if (tag.equals("font")) {
120 fonts.add(new Font(fullFilename, weight, isItalic));
  /frameworks/base/libs/hwui/font/
Font.h 39 // 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 30 #include "Font.h"
40 // Font
43 Font::Font(FontRenderer* state, const Font::FontDescription& desc) :
48 Font::FontDescription::FontDescription(const SkPaint* paint, const SkMatrix& rasterMatrix)
54 mFlags |= Font::kFakeBold;
63 ALOGW("Could not query the inverse lookup transform for this font");
67 Font::~Font() {
492 Font* font = state->mActiveFonts.get(description); local
    [all...]
  /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));
  /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/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/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...]
  /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...]
  /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/minikin/include/minikin/
FontFamily.h 33 // font rendering.
62 // FontStyle represents all style information needed to select an actual font
116 MinikinFont* font; member in struct:android::FakedFont
129 // Add font to family, extracting style information from the font
145 class Font {
147 Font(MinikinFont* typeface, FontStyle style) :
154 std::vector<Font> mFonts;
  /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...]

Completed in 2932 milliseconds

1 2 3