HomeSort by relevance Sort by last modified time
    Searched full:familyname (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/skia/src/ports/
SkFontHost_android.cpp 70 const char familyName[], SkTypeface::Style style);
918 const char familyName[],
921 return createTypefaceLocked(familyFace, familyName, style);
925 const char familyName[], SkTypeface::Style style) {
935 } else if (NULL != familyName) {
936 // SkDebugf("======= familyName <%s>\n", familyName);
937 tf = findTypefaceLocked(familyName, style);
    [all...]
SkFontHost_mac_coretext.cpp 426 static SkTypeface* NewFromName(const char familyName[], SkTypeface::Style theStyle) {
439 CFStringCreateWithCString(NULL, familyName, kCFStringEncodingUTF8));
475 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
556 const char familyName[],
558 if (familyName) {
559 familyName = map_css_names(familyName);
564 if (familyName == NULL && familyFace != NULL) {
569 if (!familyName || !*familyName) {
    [all...]
SkFontHost_mac_atsui.cpp 496 const char familyName[],
499 if (NULL == familyName && NULL != familyFace) {
503 return CreateTypeface_(familyName, style);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 372 TraitsInFamilyProcData(const AtomicString& familyName)
373 : m_familyName(familyName)
592 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
598 unsigned familyLength = min(familyName.length(), static_cast<unsigned>(LF_FACESIZE - 1));
599 memcpy(logFont.lfFaceName, familyName.characters(), familyLength * sizeof(UChar));
603 TraitsInFamilyProcData procData(familyName);
FontCacheLinux.cpp 99 void FontCache::getTraitsInFamily(const AtomicString& familyName,
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 240 final String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME);
252 return !(TextUtils.isEmpty(familyName) && TextUtils.isEmpty(middleName) &&
326 String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME);
332 if (TextUtils.isEmpty(familyName)
341 familyName = formattedName;
350 final String escapedFamily = escapeCharacters(familyName);
390 familyName, middleName, givenName, prefix, suffix));
430 final String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME);
437 if (!TextUtils.isEmpty(familyName) || !TextUtils.isEmpty(givenName)) {
439 shouldAppendCharsetParam(familyName, givenName, middleName, prefix, suffix)
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 386 static SkTypeface* NewFromName(const char familyName[],
410 cfFontName = CFStringCreateWithCString(NULL, familyName, kCFStringEncodingUTF8);
443 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
524 const char familyName[],
527 if (familyName) {
528 familyName = map_css_names(familyName);
533 if (familyName == NULL && familyFace != NULL) {
538 if (!familyName || !*familyName) {
    [all...]
SkFontHost_mac_atsui.cpp 496 const char familyName[],
500 if (NULL == familyName && NULL != familyFace) {
504 return CreateTypeface_(familyName, style);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 190 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 116 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 214 availableFamily = [nameMatchedFont familyName];
HTMLConverter.mm 120 NSString *familyName = [fontName substringToIndex:dividingRange.location];
121 if ([availableFamilyNames containsObject:familyName]) {
124 NSArray *familyMemberArrays = [fontManager availableMembersOfFontFamily:familyName];
131 font = [fontManager fontWithFamily:familyName traits:traits weight:weight size:size];
140 font = [fontManager fontWithFamily:familyName traits:traits weight:weight size:size];
145 dividingSpaceRange = [familyName rangeOfString:@" " options:NSBackwardsSearch];
146 dividingDashRange = [familyName rangeOfString:@"-" options:NSBackwardsSearch];
    [all...]
ThemeMac.mm 586 fontDescription.firstFamily().setFamily([nsFont familyName]);
  /external/freetype/src/psaux/
afmparse.c 307 "FamilyName",
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/model/people/
Person.Name.html 897 <div class="jd-descrdiv">Indicates whether the "familyName" field is explicitly set to a value.</div>
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 677 fontDescription.firstFamily().setFamily([nsFont familyName]);
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 275 cachedDesc->firstFamily().setFamily([font familyName]);
690 fontDescription.firstFamily().setFamily([font familyName]);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/model/moments/
ItemScope.Builder.html     [all...]
ItemScope.html     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 346 [font familyName] , NSAccessibilityFontFamilyKey,
    [all...]
  /external/libmtp/src/
ptp.c     [all...]

Completed in 635 milliseconds

1 23 4