OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctFontDesc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp
519
AutoCFRelease<CTFontDescriptorRef>
ctFontDesc
(
522
if (
ctFontDesc
!= NULL) {
523
ctFont = CTFontCreateWithFontDescriptor(
ctFontDesc
, 0, NULL);
738
AutoCFRelease<CTFontDescriptorRef>
ctFontDesc
;
749
ctFontDesc
= CTFontDescriptorCreateWithAttributes(cfAttributes);
753
fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform,
ctFontDesc
);
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
519
AutoCFRelease<CTFontDescriptorRef>
ctFontDesc
(
522
if (
ctFontDesc
!= NULL) {
523
ctFont = CTFontCreateWithFontDescriptor(
ctFontDesc
, 0, NULL);
738
AutoCFRelease<CTFontDescriptorRef>
ctFontDesc
;
749
ctFontDesc
= CTFontDescriptorCreateWithAttributes(cfAttributes);
753
fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform,
ctFontDesc
);
[
all
...]
Completed in 75 milliseconds