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

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
module.mk 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIVER_DONE)
  /external/chromium_org/mojo/public/cpp/bindings/lib/
template_util.h 18 typedef IntegralConstant<bool, true> TrueType;
22 template <class T> struct IsConst<const T> : TrueType {};
  /external/fonttools/
README.md 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
  /external/chromium_org/third_party/freetype/include/freetype/
ftmoderr.h 160 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
  /external/freetype/include/
ftmoderr.h 160 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmoderr.h 160 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmoderr.h 160 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 53 typedef char TrueType;
59 template<typename U> static TrueType hasAdjustAndMark(char[&U::adjustAndMark != 0]);
60 template<typename U> static TrueType hasIsAlive(char[&U::isAlive != 0]);
63 template<typename U> static TrueType hasAdjustAndMark(F<sizeof(&U::adjustAndMark)>*);
64 template<typename U> static TrueType hasIsAlive(F<sizeof(&U::isAlive)>*);
69 static bool const value = (sizeof(TrueType) == sizeof(hasAdjustAndMark<T>(0))) && (sizeof(TrueType) == sizeof(hasIsAlive<T>(0)));
74 typedef char TrueType;
91 template<typename U, size_t inlineCapacity> static TrueType listHashSetNodeIsHeapAllocated(WTF::ListHashSetNode<U, HeapListHashSetAllocator<U, inlineCapacity> >*);
93 static const bool isHeapAllocatedListHashSetNode = sizeof(TrueType) == sizeof(listHashSetNodeIsHeapAllocated(reinterpret_cast<NonConstType*>(0)))
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 93 template <typename TrueType, int cond>
96 typedef TrueType Type;
99 template <typename TrueType>
100 struct EnableIf<TrueType, 0>
104 template <typename TrueType, int cond>
109 template <typename TrueType>
110 struct EnableIfNot<TrueType, 0>
112 typedef TrueType Type;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 734 milliseconds