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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontData.cpp 27 #include "core/platform/graphics/FontData.h"
31 FontData::~FontData()
FontData.h 40 class FontData : public RefCounted<FontData> {
41 WTF_MAKE_NONCOPYABLE(FontData); WTF_MAKE_FAST_ALLOCATED;
43 FontData()
48 virtual ~FontData();
  /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/third_party/WebKit/Source/core/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 265 struct FontData {
266 FontData()
285 typedef HashMap<String, FontData> FontDataCache;
411 FontData* derived;
419 FontDataCache::AddResult entry = fontDataCache.add(fontKey, FontData());
  /prebuilts/tools/common/m2/internal/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 103 milliseconds