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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzFace.h 45 class HarfBuzzFace : public RefCounted<HarfBuzzFace> {
50 static PassRefPtr<HarfBuzzFace> create(FontPlatformData* platformData, uint64_t uniqueID)
52 return adoptRef(new HarfBuzzFace(platformData, uniqueID));
54 ~HarfBuzzFace();
61 HarfBuzzFace(FontPlatformData*, uint64_t);
HarfBuzzFace.cpp 32 #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
40 const hb_tag_t HarfBuzzFace::vertTag = HB_TAG('v', 'e', 'r', 't');
41 const hb_tag_t HarfBuzzFace::vrt2Tag = HB_TAG('v', 'r', 't', '2');
80 HarfBuzzFace::HarfBuzzFace(FontPlatformData* platformData, uint64_t uniqueID)
93 HarfBuzzFace::~HarfBuzzFace()
116 if (hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vertTag, &featureIndex)
117 || hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vrt2Tag, &featureIndex))
124 void HarfBuzzFace::setScriptForVerticalGlyphSubstitution(hb_buffer_t* buffer
    [all...]
FontPlatformDataHarfBuzz.h 51 class HarfBuzzFace;
112 HarfBuzzFace* harfBuzzFace() const;
139 mutable RefPtr<HarfBuzzFace> m_harfBuzzFace;
HarfBuzzFaceCoreText.cpp 32 #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
123 hb_face_t* HarfBuzzFace::createFace()
132 hb_font_t* HarfBuzzFace::createFont()
HarfBuzzFaceSkia.cpp 32 #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
171 hb_face_t* HarfBuzzFace::createFace()
178 hb_font_t* HarfBuzzFace::createFont()
FontPlatformDataHarfBuzz.cpp 38 #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
254 HarfBuzzFace* FontPlatformData::harfBuzzFace() const
257 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID());
HarfBuzzShaper.cpp 39 #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
344 static hb_feature_t vert = { HarfBuzzFace::vertTag, 1, 0, static_cast<unsigned>(-1) };
345 static hb_feature_t vrt2 = { HarfBuzzFace::vrt2Tag, 1, 0, static_cast<unsigned>(-1) };
489 HarfBuzzFace* face = platformData->harfBuzzFace();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontPlatformData.h 74 class HarfBuzzFace;
126 HarfBuzzFace* harfBuzzFace();
198 RefPtr<HarfBuzzFace> m_harfBuzzFace;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 32 #import "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
292 HarfBuzzFace* FontPlatformData::harfBuzzFace()
301 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 249 third_party/WebKit/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp \
    [all...]

Completed in 99 milliseconds