HomeSort by relevance Sort by last modified time
    Searched refs:familyIndex (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/
FontCache.h 57 const FontData* getFontData(const Font&, int& familyIndex, FontSelector*);
FontCache.cpp 371 const FontData* FontCache::getFontData(const Font& font, int& familyIndex, FontSelector* fontSelector)
375 int startIndex = familyIndex;
381 familyIndex++;
394 familyIndex = cAllFamiliesScanned;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontManager.java 253 int familyIndex = getFamilyIndex(name);
254 if (familyIndex != -1){
258 peer = new AndroidFont(getFamily(familyIndex), style, size);
259 peer.setFamily(getFamily(familyIndex));

Completed in 2602 milliseconds