OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontRef
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
FontFamily.cpp
100
jobject
fontRef
= MakeGlobalRefOrDie(env, bytebuf);
102
release_global_ref, reinterpret_cast<void*>(
fontRef
)));
165
jobject
fontRef
= MakeGlobalRefOrDie(env, font);
167
release_global_ref, reinterpret_cast<void*>(
fontRef
)));
/external/skia/src/ports/
SkFontHost_mac.cpp
443
SkTypeface_Mac(CTFontRef
fontRef
, CFTypeRef resourceRef,
448
, fFontRef(
fontRef
) // caller has already called CFRetain for us
453
SkASSERT(
fontRef
);
487
static SkTypeface* NewFromFontRef(CTFontRef
fontRef
, CFTypeRef resourceRef,
490
SkASSERT(
fontRef
);
492
SkFontStyle style = SkFontStyle(computeStyleBits(
fontRef
, &isFixedPitch));
494
return new SkTypeface_Mac(
fontRef
, resourceRef, style, isFixedPitch, name, isLocalStream);
584
SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef
fontRef
, CFTypeRef resourceRef) {
585
SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_by_CTFontRef, (void*)
fontRef
);
587
CFRetain(
fontRef
);
[
all
...]
Completed in 341 milliseconds