OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cgFontRef
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
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()));
/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
);
Completed in 441 milliseconds