HomeSort by relevance Sort by last modified time
    Searched refs:CGFontRef (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/mac/
WebSandboxSupport.h 34 typedef struct CGFont* CGFontRef;
56 virtual bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.h 38 typedef struct CGFont* CGFontRef;
46 // * Holder for the CGFontRef & ATSFontRef belonging to the activated font.
75 static PassRefPtr<MemoryActivatedFont> create(uint32_t fontID, NSFont*, CGFontRef);
78 // Get cached CGFontRef corresponding to the in-memory font.
79 CGFontRef cgFont() { return m_cgFont.get(); }
86 MemoryActivatedFont(uint32_t fontID, NSFont*, CGFontRef);
88 WTF::RetainPtr<CGFontRef> m_cgFont;
MemoryActivatedFont.mm 94 bool isLastResortFont(CGFontRef cgFont)
112 CGFontRef tmpCGFont;
126 RetainPtr<CGFontRef> cgFont(tmpCGFont);
140 PassRefPtr<MemoryActivatedFont> MemoryActivatedFont::create(uint32_t fontID, NSFont* nsFont, CGFontRef cgFont)
145 MemoryActivatedFont::MemoryActivatedFont(uint32_t fontID, NSFont* nsFont, CGFontRef cgFont)
179 // * cgFont - on output this contains the CGFontRef corresponding to the NSFont
183 void FontPlatformData::loadFont(NSFont* nsFont, float fontSize, NSFont*& outNSFont, CGFontRef& cgFont)
188 // Release old CGFontRef since it points at the LastResort font which we don't want.
FontCustomPlatformDataMac.cpp 35 FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface)
62 RetainPtr<CGFontRef> cgFontRef(AdoptCF, CGFontCreateWithDataProvider(dataProvider.get()));
63 if (!cgFontRef)
75 return adoptPtr(new FontCustomPlatformData(cgFontRef.leakRef(), typeface.release()));
SimpleFontDataCoreText.cpp 38 void CGFontGetGlyphsForUnichars(CGFontRef, const UniChar chars[], CGGlyph glyphs[], size_t length);
139 RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(platformData().ctFont(), 0));
149 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
SimpleFontDataMac.mm 63 bool CGFontGetGlyphAdvancesForStyle(CGFontRef font, CGAffineTransform* transform, CGFontRenderingMode renderingMode, ATSGlyphRef* glyph, size_t count, CGSize* advance);
432 RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(platformData().ctFont(), 0));
445 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
ComplexTextControllerCoreText.mm 259 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
263 RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(runFontData->platformData().ctFont(), 0));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.h 48 hb_coretext_face_create (CGFontRef cg_font);
51 CGFontRef
hb-coretext.cc 51 CGFontRef cg_font = reinterpret_cast<CGFontRef> (user_data);
67 hb_coretext_face_create (CGFontRef cg_font)
97 data = CGFontRetain ((CGFontRef) face->user_data);
128 CGFontRef
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.h 48 hb_coretext_face_create (CGFontRef cg_font);
51 CGFontRef
hb-coretext.cc 50 CGFontRef cg_font = reinterpret_cast<CGFontRef> (user_data);
66 hb_coretext_face_create (CGFontRef cg_font)
81 CGFontRef cg_font;
102 data->cg_font = CGFontRetain ((CGFontRef) face->user_data);
133 CGFontRef
700 CGFontRef run_cg_font = CTFontCopyGraphicsFont (run_ct_font, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCustomPlatformData.h 46 typedef struct CGFont* CGFontRef;
68 explicit FontCustomPlatformData(CGFontRef, PassRefPtr<SkTypeface>);
69 RetainPtr<CGFontRef> m_cgFont;
FontPlatformData.h 50 typedef struct CGFont* CGFontRef;
82 FontPlatformData(CGFontRef, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant);
93 CGFontRef cgFont() const { return m_cgFont.get(); }
168 // * cgFont - CGFontRef representing the input font at the specified point size.
169 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
193 RetainPtr<CGFontRef> m_cgFont;
FontPlatformData.cpp 158 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, FontWidthVariant widthVariant)
  /external/chromium_org/content/common/mac/
font_loader.h 52 // the font and return a CGFontRef.
59 // |out| - A CGFontRef corresponding to the designated font.
65 CGFontRef* out);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceCoreText.cpp 111 CGFontRef cgFont = reinterpret_cast<CGFontRef>(userData);
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc 37 typedef struct CGFont* CGFontRef;
50 NSFont* srcFont, CGFontRef* out, uint32_t* fontID);
89 CGFontRef* out,
  /external/pdfium/core/src/fxge/apple/
apple_int.h 211 CFX_FontProvider(CGFontRef cgFont);
219 CGFontRef m_cgFont;
fx_quartz_device.cpp 57 CGFontRef pCGFont = CGFontCreateWithDataProvider(pDataProvider);
63 CGFontRelease((CGFontRef)pFont);
92 CGContextSetFont(context, (CGFontRef)font);
845 CGContextSetFont(_context, (CGFontRef)pFont->m_pPlatformFont);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 59 CGFontRef cgFont = 0;
125 CGFontRef cgFont = 0;
  /external/chromium_org/third_party/ots/test/
idempotent.cc 119 CGFontRef cgFontRef = CGFontCreateWithDataProvider(dataProvider);
122 if (!cgFontRef) {
126 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
127 CGFontRelease(cgFontRef);
validator-checker.cc 104 CGFontRef cgFontRef = CGFontCreateWithDataProvider(dataProvider);
107 if (!cgFontRef) {
114 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
115 CGFontRelease(cgFontRef);
  /external/chromium_org/third_party/skia/gm/
gammatext.cpp 59 static CGFontRef typefaceToCGFont(const SkTypeface* face) {
  /external/skia/gm/
gammatext.cpp 59 static CGFontRef typefaceToCGFont(const SkTypeface* face) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 634 milliseconds

1 2