HomeSort by relevance Sort by last modified time
    Searched defs:FontData (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontData.cpp 27 #include "platform/fonts/FontData.h"
31 FontData::~FontData()
FontData.h 41 class PLATFORM_EXPORT FontData : public RefCounted<FontData> {
42 WTF_MAKE_NONCOPYABLE(FontData); WTF_MAKE_FAST_ALLOCATED;
44 FontData()
49 virtual ~FontData();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_data.cc 25 int32_t FontData::Size() const {
29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
46 int32_t FontData::Length() const {
50 FontData::FontData(ByteArray* ba) {
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offset)
    [all...]
font_data.h 51 class FontData : virtual public RefCount {
53 // Gets the maximum size of the FontData. This is the maximum number of bytes
59 // Sets limits on the size of the FontData. The FontData is then only
66 // Sets limits on the size of the FontData. This is a offset bound only so if
67 // the FontData is writable and growable then there is no limit to that growth
70 // size of the FontData
74 // Makes a slice of this FontData. The returned slice will share the data with
75 // the original <code>FontData</code>.
78 // @return a slice of the original FontData
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 25 int32_t FontData::Size() const {
29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
46 int32_t FontData::Length() const {
50 FontData::FontData(ByteArray* ba) {
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offset)
    [all...]
font_data.h 51 class FontData : virtual public RefCount {
53 // Gets the maximum size of the FontData. This is the maximum number of bytes
59 // Sets limits on the size of the FontData. The FontData is then only
66 // Sets limits on the size of the FontData. This is a offset bound only so if
67 // the FontData is writable and growable then there is no limit to that growth
70 // size of the FontData
74 // Makes a slice of this FontData. The returned slice will share the data with
75 // the original <code>FontData</code>.
78 // @return a slice of the original FontData
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 39 struct FontData {
40 FontData(GlyphCache* glyph_cache) : glyph_cache_(glyph_cache) {}
97 FontData* font_data = reinterpret_cast<FontData*>(data);
115 FontData* font_data = reinterpret_cast<FontData*>(data);
132 hb_position_t GetGlyphKerning(FontData* font_data,
154 FontData* font_data = reinterpret_cast<FontData*>(data);
168 FontData* font_data = reinterpret_cast<FontData*>(data)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 172 milliseconds