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

  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 27 int32_t FontData::Size() const {
31 void FontData::Bound(int32_t offset, int32_t length) {
56 int32_t FontData::Length() const {
60 FontData::FontData(ByteArray* ba) {
64 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
69 FontData::FontData(FontData* data, int32_t offset)
    [all...]
font_data.h 49 class FontData : virtual public RefCount {
51 // Gets the maximum size of the FontData. This is the maximum number of bytes
57 // Sets limits on the size of the FontData. The FontData is then only
63 // Makes a slice of this FontData. The returned slice will share the data with
64 // the original <code>FontData</code>.
67 // @return a slice of the original FontData
68 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
71 // share the data with the original <code>FontData</code>.
73 // @return a slice of the original FontData
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 32 struct FontData {
34 bool operator<(const FontData& other) const;
70 std::map<FontData, CFX_ByteString> m_FontsMap;
  /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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 4236 milliseconds