OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp
432
,
fFontRef
(fontRef) // caller has already called CFRetain for us
442
,
fFontRef
(fontRef) // caller has already called CFRetain for us
449
AutoCFRelease<CTFontRef>
fFontRef
;
548
return macface ? macface->
fFontRef
.get() : NULL;
730
CTFontRef ctFont = typeface->
fFontRef
.get();
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
432
,
fFontRef
(fontRef) // caller has already called CFRetain for us
442
,
fFontRef
(fontRef) // caller has already called CFRetain for us
449
AutoCFRelease<CTFontRef>
fFontRef
;
548
return macface ? macface->
fFontRef
.get() : NULL;
730
CTFontRef ctFont = typeface->
fFontRef
.get();
[
all
...]
Completed in 32 milliseconds